Documentation ¶
Index ¶
- func PossibleValuesForApplicability() []string
- func ValidateLocationID(input interface{}, key string) (warnings []string, errors []error)
- type Applicability
- type AvailableWorkloadProfile
- type AvailableWorkloadProfileOperationPredicate
- type AvailableWorkloadProfileProperties
- type AvailableWorkloadProfilesClient
- func (c AvailableWorkloadProfilesClient) Get(ctx context.Context, id LocationId) (result GetOperationResponse, err error)
- func (c AvailableWorkloadProfilesClient) GetComplete(ctx context.Context, id LocationId) (GetCompleteResult, error)
- func (c AvailableWorkloadProfilesClient) GetCompleteMatchingPredicate(ctx context.Context, id LocationId, ...) (result GetCompleteResult, err error)
- type GetCompleteResult
- type GetCustomPager
- type GetOperationResponse
- type LocationId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForApplicability ¶
func PossibleValuesForApplicability() []string
func ValidateLocationID ¶
ValidateLocationID checks that 'input' can be parsed as a Location ID
Types ¶
type Applicability ¶
type Applicability string
const ( ApplicabilityCustom Applicability = "Custom" ApplicabilityLocationDefault Applicability = "LocationDefault" )
func (*Applicability) UnmarshalJSON ¶
func (s *Applicability) UnmarshalJSON(bytes []byte) error
type AvailableWorkloadProfile ¶
type AvailableWorkloadProfile struct { Id *string `json:"id,omitempty"` Location *string `json:"location,omitempty"` Name *string `json:"name,omitempty"` Properties *AvailableWorkloadProfileProperties `json:"properties,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
type AvailableWorkloadProfileOperationPredicate ¶
type AvailableWorkloadProfileOperationPredicate struct { Id *string Location *string Name *string Type *string }
func (AvailableWorkloadProfileOperationPredicate) Matches ¶
func (p AvailableWorkloadProfileOperationPredicate) Matches(input AvailableWorkloadProfile) bool
type AvailableWorkloadProfileProperties ¶
type AvailableWorkloadProfileProperties struct { Applicability *Applicability `json:"applicability,omitempty"` Category *string `json:"category,omitempty"` Cores *int64 `json:"cores,omitempty"` DisplayName *string `json:"displayName,omitempty"` Gpus *int64 `json:"gpus,omitempty"` MemoryGiB *int64 `json:"memoryGiB,omitempty"` }
type AvailableWorkloadProfilesClient ¶
type AvailableWorkloadProfilesClient struct {
Client *resourcemanager.Client
}
func NewAvailableWorkloadProfilesClientWithBaseURI ¶
func NewAvailableWorkloadProfilesClientWithBaseURI(sdkApi sdkEnv.Api) (*AvailableWorkloadProfilesClient, error)
func (AvailableWorkloadProfilesClient) Get ¶
func (c AvailableWorkloadProfilesClient) Get(ctx context.Context, id LocationId) (result GetOperationResponse, err error)
Get ...
func (AvailableWorkloadProfilesClient) GetComplete ¶
func (c AvailableWorkloadProfilesClient) GetComplete(ctx context.Context, id LocationId) (GetCompleteResult, error)
GetComplete retrieves all the results into a single object
func (AvailableWorkloadProfilesClient) GetCompleteMatchingPredicate ¶
func (c AvailableWorkloadProfilesClient) GetCompleteMatchingPredicate(ctx context.Context, id LocationId, predicate AvailableWorkloadProfileOperationPredicate) (result GetCompleteResult, err error)
GetCompleteMatchingPredicate retrieves all the results and then applies the predicate
type GetCompleteResult ¶
type GetCompleteResult struct { LatestHttpResponse *http.Response Items []AvailableWorkloadProfile }
type GetCustomPager ¶
func (*GetCustomPager) NextPageLink ¶
func (p *GetCustomPager) NextPageLink() *odata.Link
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]AvailableWorkloadProfile }
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 ¶
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