Documentation ¶
Index ¶
- func ValidateReachabilityAnalysisIntentID(input interface{}, key string) (warnings []string, errors []error)
- type DeleteOperationResponse
- type ReachabilityAnalysisIntentClient
- type ReachabilityAnalysisIntentId
- func NewReachabilityAnalysisIntentID(subscriptionId string, resourceGroupName string, networkManagerName string, ...) ReachabilityAnalysisIntentId
- func ParseReachabilityAnalysisIntentID(input string) (*ReachabilityAnalysisIntentId, error)
- func ParseReachabilityAnalysisIntentIDInsensitively(input string) (*ReachabilityAnalysisIntentId, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateReachabilityAnalysisIntentID ¶
func ValidateReachabilityAnalysisIntentID(input interface{}, key string) (warnings []string, errors []error)
ValidateReachabilityAnalysisIntentID checks that 'input' can be parsed as a Reachability Analysis Intent ID
Types ¶
type DeleteOperationResponse ¶
type ReachabilityAnalysisIntentClient ¶
type ReachabilityAnalysisIntentClient struct {
Client *resourcemanager.Client
}
func NewReachabilityAnalysisIntentClientWithBaseURI ¶
func NewReachabilityAnalysisIntentClientWithBaseURI(sdkApi sdkEnv.Api) (*ReachabilityAnalysisIntentClient, error)
func (ReachabilityAnalysisIntentClient) Delete ¶
func (c ReachabilityAnalysisIntentClient) Delete(ctx context.Context, id ReachabilityAnalysisIntentId) (result DeleteOperationResponse, err error)
Delete ...
type ReachabilityAnalysisIntentId ¶
type ReachabilityAnalysisIntentId struct { SubscriptionId string ResourceGroupName string NetworkManagerName string VerifierWorkspaceName string ReachabilityAnalysisIntentName string }
ReachabilityAnalysisIntentId is a struct representing the Resource ID for a Reachability Analysis Intent
func NewReachabilityAnalysisIntentID ¶
func NewReachabilityAnalysisIntentID(subscriptionId string, resourceGroupName string, networkManagerName string, verifierWorkspaceName string, reachabilityAnalysisIntentName string) ReachabilityAnalysisIntentId
NewReachabilityAnalysisIntentID returns a new ReachabilityAnalysisIntentId struct
func ParseReachabilityAnalysisIntentID ¶
func ParseReachabilityAnalysisIntentID(input string) (*ReachabilityAnalysisIntentId, error)
ParseReachabilityAnalysisIntentID parses 'input' into a ReachabilityAnalysisIntentId
func ParseReachabilityAnalysisIntentIDInsensitively ¶
func ParseReachabilityAnalysisIntentIDInsensitively(input string) (*ReachabilityAnalysisIntentId, error)
ParseReachabilityAnalysisIntentIDInsensitively parses 'input' case-insensitively into a ReachabilityAnalysisIntentId note: this method should only be used for API response data and not user input
func (*ReachabilityAnalysisIntentId) FromParseResult ¶
func (id *ReachabilityAnalysisIntentId) FromParseResult(input resourceids.ParseResult) error
func (ReachabilityAnalysisIntentId) ID ¶
func (id ReachabilityAnalysisIntentId) ID() string
ID returns the formatted Reachability Analysis Intent ID
func (ReachabilityAnalysisIntentId) Segments ¶
func (id ReachabilityAnalysisIntentId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Reachability Analysis Intent ID
func (ReachabilityAnalysisIntentId) String ¶
func (id ReachabilityAnalysisIntentId) String() string
String returns a human-readable description of this Reachability Analysis Intent ID