Documentation ¶
Index ¶
- func ValidateLocationID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateManagedUnsupportedVMSizeID(input interface{}, key string) (warnings []string, errors []error)
- type LocationId
- type ManagedUnsupportedVMSizeId
- type ManagedUnsupportedVMSizesGetOperationResponse
- type ManagedUnsupportedVMSizesListCompleteResult
- type ManagedUnsupportedVMSizesListOperationResponse
- type ManagedVMSize
- type ManagedVMSizeOperationPredicate
- type ManagedVMSizesClient
- func (c ManagedVMSizesClient) ManagedUnsupportedVMSizesGet(ctx context.Context, id ManagedUnsupportedVMSizeId) (result ManagedUnsupportedVMSizesGetOperationResponse, err error)
- func (c ManagedVMSizesClient) ManagedUnsupportedVMSizesList(ctx context.Context, id LocationId) (resp ManagedUnsupportedVMSizesListOperationResponse, err error)
- func (c ManagedVMSizesClient) ManagedUnsupportedVMSizesListComplete(ctx context.Context, id LocationId) (ManagedUnsupportedVMSizesListCompleteResult, error)
- func (c ManagedVMSizesClient) ManagedUnsupportedVMSizesListCompleteMatchingPredicate(ctx context.Context, id LocationId, predicate ManagedVMSizeOperationPredicate) (resp ManagedUnsupportedVMSizesListCompleteResult, err error)
- type VMSize
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateLocationID ¶
ValidateLocationID checks that 'input' can be parsed as a Location ID
func ValidateManagedUnsupportedVMSizeID ¶
func ValidateManagedUnsupportedVMSizeID(input interface{}, key string) (warnings []string, errors []error)
ValidateManagedUnsupportedVMSizeID checks that 'input' can be parsed as a Managed Unsupported V M Size ID
Types ¶
type LocationId ¶
LocationId is a struct representing the Resource ID for a Location
func NewLocationID ¶
func NewLocationID(subscriptionId string, locationName string) LocationId
NewLocationID returns a new LocationId struct
func ParseLocationID ¶
func ParseLocationID(input string) (*LocationId, error)
ParseLocationID parses 'input' into a LocationId
func ParseLocationIDInsensitively ¶
func ParseLocationIDInsensitively(input string) (*LocationId, error)
ParseLocationIDInsensitively parses 'input' case-insensitively into a LocationId note: this method should only be used for API response data and not user input
func (*LocationId) FromParseResult ¶ added in v0.20231127.1171502
func (id *LocationId) FromParseResult(input resourceids.ParseResult) error
func (LocationId) Segments ¶
func (id LocationId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Location ID
func (LocationId) String ¶
func (id LocationId) String() string
String returns a human-readable description of this Location ID
type ManagedUnsupportedVMSizeId ¶
type ManagedUnsupportedVMSizeId struct { SubscriptionId string LocationName string ManagedUnsupportedVMSizeName string }
ManagedUnsupportedVMSizeId is a struct representing the Resource ID for a Managed Unsupported V M Size
func NewManagedUnsupportedVMSizeID ¶
func NewManagedUnsupportedVMSizeID(subscriptionId string, locationName string, managedUnsupportedVMSizeName string) ManagedUnsupportedVMSizeId
NewManagedUnsupportedVMSizeID returns a new ManagedUnsupportedVMSizeId struct
func ParseManagedUnsupportedVMSizeID ¶
func ParseManagedUnsupportedVMSizeID(input string) (*ManagedUnsupportedVMSizeId, error)
ParseManagedUnsupportedVMSizeID parses 'input' into a ManagedUnsupportedVMSizeId
func ParseManagedUnsupportedVMSizeIDInsensitively ¶
func ParseManagedUnsupportedVMSizeIDInsensitively(input string) (*ManagedUnsupportedVMSizeId, error)
ParseManagedUnsupportedVMSizeIDInsensitively parses 'input' case-insensitively into a ManagedUnsupportedVMSizeId note: this method should only be used for API response data and not user input
func (*ManagedUnsupportedVMSizeId) FromParseResult ¶ added in v0.20231127.1171502
func (id *ManagedUnsupportedVMSizeId) FromParseResult(input resourceids.ParseResult) error
func (ManagedUnsupportedVMSizeId) ID ¶
func (id ManagedUnsupportedVMSizeId) ID() string
ID returns the formatted Managed Unsupported V M Size ID
func (ManagedUnsupportedVMSizeId) Segments ¶
func (id ManagedUnsupportedVMSizeId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Managed Unsupported V M Size ID
func (ManagedUnsupportedVMSizeId) String ¶
func (id ManagedUnsupportedVMSizeId) String() string
String returns a human-readable description of this Managed Unsupported V M Size ID
type ManagedUnsupportedVMSizesGetOperationResponse ¶
type ManagedUnsupportedVMSizesGetOperationResponse struct { HttpResponse *http.Response Model *ManagedVMSize }
type ManagedUnsupportedVMSizesListCompleteResult ¶
type ManagedUnsupportedVMSizesListCompleteResult struct {
Items []ManagedVMSize
}
type ManagedUnsupportedVMSizesListOperationResponse ¶
type ManagedUnsupportedVMSizesListOperationResponse struct { HttpResponse *http.Response Model *[]ManagedVMSize // contains filtered or unexported fields }
func (ManagedUnsupportedVMSizesListOperationResponse) HasMore ¶
func (r ManagedUnsupportedVMSizesListOperationResponse) HasMore() bool
func (ManagedUnsupportedVMSizesListOperationResponse) LoadMore ¶
func (r ManagedUnsupportedVMSizesListOperationResponse) LoadMore(ctx context.Context) (resp ManagedUnsupportedVMSizesListOperationResponse, err error)
type ManagedVMSize ¶
type ManagedVMSizeOperationPredicate ¶
func (ManagedVMSizeOperationPredicate) Matches ¶
func (p ManagedVMSizeOperationPredicate) Matches(input ManagedVMSize) bool
type ManagedVMSizesClient ¶
type ManagedVMSizesClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewManagedVMSizesClientWithBaseURI ¶
func NewManagedVMSizesClientWithBaseURI(endpoint string) ManagedVMSizesClient
func (ManagedVMSizesClient) ManagedUnsupportedVMSizesGet ¶
func (c ManagedVMSizesClient) ManagedUnsupportedVMSizesGet(ctx context.Context, id ManagedUnsupportedVMSizeId) (result ManagedUnsupportedVMSizesGetOperationResponse, err error)
ManagedUnsupportedVMSizesGet ...
func (ManagedVMSizesClient) ManagedUnsupportedVMSizesList ¶
func (c ManagedVMSizesClient) ManagedUnsupportedVMSizesList(ctx context.Context, id LocationId) (resp ManagedUnsupportedVMSizesListOperationResponse, err error)
ManagedUnsupportedVMSizesList ...
func (ManagedVMSizesClient) ManagedUnsupportedVMSizesListComplete ¶
func (c ManagedVMSizesClient) ManagedUnsupportedVMSizesListComplete(ctx context.Context, id LocationId) (ManagedUnsupportedVMSizesListCompleteResult, error)
ManagedUnsupportedVMSizesListComplete retrieves all of the results into a single object
func (ManagedVMSizesClient) ManagedUnsupportedVMSizesListCompleteMatchingPredicate ¶
func (c ManagedVMSizesClient) ManagedUnsupportedVMSizesListCompleteMatchingPredicate(ctx context.Context, id LocationId, predicate ManagedVMSizeOperationPredicate) (resp ManagedUnsupportedVMSizesListCompleteResult, err error)
ManagedUnsupportedVMSizesListCompleteMatchingPredicate retrieves all of the results and then applied the predicate