Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateApiVersionSetID ¶
ValidateApiVersionSetID checks that 'input' can be parsed as a Api Version Set ID
Types ¶
type ApiVersionSetDeleteOperationOptions ¶
type ApiVersionSetDeleteOperationOptions struct {
IfMatch *string
}
func DefaultApiVersionSetDeleteOperationOptions ¶
func DefaultApiVersionSetDeleteOperationOptions() ApiVersionSetDeleteOperationOptions
type ApiVersionSetId ¶
type ApiVersionSetId struct { SubscriptionId string ResourceGroupName string ServiceName string VersionSetId string }
ApiVersionSetId is a struct representing the Resource ID for a Api Version Set
func NewApiVersionSetID ¶
func NewApiVersionSetID(subscriptionId string, resourceGroupName string, serviceName string, versionSetId string) ApiVersionSetId
NewApiVersionSetID returns a new ApiVersionSetId struct
func ParseApiVersionSetID ¶
func ParseApiVersionSetID(input string) (*ApiVersionSetId, error)
ParseApiVersionSetID parses 'input' into a ApiVersionSetId
func ParseApiVersionSetIDInsensitively ¶
func ParseApiVersionSetIDInsensitively(input string) (*ApiVersionSetId, error)
ParseApiVersionSetIDInsensitively parses 'input' case-insensitively into a ApiVersionSetId note: this method should only be used for API response data and not user input
func (ApiVersionSetId) ID ¶
func (id ApiVersionSetId) ID() string
ID returns the formatted Api Version Set ID
func (ApiVersionSetId) Segments ¶
func (id ApiVersionSetId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Api Version Set ID
func (ApiVersionSetId) String ¶
func (id ApiVersionSetId) String() string
String returns a human-readable description of this Api Version Set ID
type ApiVersionSetsClient ¶
type ApiVersionSetsClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewApiVersionSetsClientWithBaseURI ¶
func NewApiVersionSetsClientWithBaseURI(endpoint string) ApiVersionSetsClient
func (ApiVersionSetsClient) ApiVersionSetDelete ¶
func (c ApiVersionSetsClient) ApiVersionSetDelete(ctx context.Context, id ApiVersionSetId, options ApiVersionSetDeleteOperationOptions) (result ApiVersionSetDeleteOperationResponse, err error)
ApiVersionSetDelete ...