virtualmachinesizes

package
v0.20240125.1172517 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 25, 2024 License: MPL-2.0 Imports: 10 Imported by: 0

README

github.com/hashicorp/go-azure-sdk/resource-manager/machinelearningservices/2023-10-01/virtualmachinesizes Documentation

The virtualmachinesizes SDK allows for interaction with the Azure Resource Manager Service machinelearningservices (API Version 2023-10-01).

This readme covers example usages, but further information on using this SDK can be found in the project root.

Import Path

import "github.com/hashicorp/go-azure-sdk/resource-manager/machinelearningservices/2023-10-01/virtualmachinesizes"

Client Initialization

client := virtualmachinesizes.NewVirtualMachineSizesClientWithBaseURI("https://management.azure.com")
client.Client.Authorizer = authorizer

Example Usage: VirtualMachineSizesClient.List

ctx := context.TODO()
id := virtualmachinesizes.NewLocationID("12345678-1234-9876-4563-123456789012", "locationValue")

read, err := client.List(ctx, id)
if err != nil {
	// handle the error
}
if model := read.Model; model != nil {
	// do something with the model/response object
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PossibleValuesForBillingCurrency

func PossibleValuesForBillingCurrency() []string

func PossibleValuesForUnitOfMeasure

func PossibleValuesForUnitOfMeasure() []string

func PossibleValuesForVMPriceOSType

func PossibleValuesForVMPriceOSType() []string

func PossibleValuesForVMTier

func PossibleValuesForVMTier() []string

func ValidateLocationID

func ValidateLocationID(input interface{}, key string) (warnings []string, errors []error)

ValidateLocationID checks that 'input' can be parsed as a Location ID

Types

type BillingCurrency

type BillingCurrency string
const (
	BillingCurrencyUSD BillingCurrency = "USD"
)

func (*BillingCurrency) UnmarshalJSON

func (s *BillingCurrency) UnmarshalJSON(bytes []byte) error

type EstimatedVMPrice

type EstimatedVMPrice struct {
	OsType      VMPriceOSType `json:"osType"`
	RetailPrice float64       `json:"retailPrice"`
	VMTier      VMTier        `json:"vmTier"`
}

type EstimatedVMPrices

type EstimatedVMPrices struct {
	BillingCurrency BillingCurrency    `json:"billingCurrency"`
	UnitOfMeasure   UnitOfMeasure      `json:"unitOfMeasure"`
	Values          []EstimatedVMPrice `json:"values"`
}

type ListOperationResponse

type ListOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *VirtualMachineSizeListResult
}

type LocationId

type LocationId struct {
	SubscriptionId string
	LocationName   string
}

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) ID

func (id LocationId) ID() string

ID returns the formatted Location ID

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 UnitOfMeasure

type UnitOfMeasure string
const (
	UnitOfMeasureOneHour UnitOfMeasure = "OneHour"
)

func (*UnitOfMeasure) UnmarshalJSON

func (s *UnitOfMeasure) UnmarshalJSON(bytes []byte) error

type VMPriceOSType

type VMPriceOSType string
const (
	VMPriceOSTypeLinux   VMPriceOSType = "Linux"
	VMPriceOSTypeWindows VMPriceOSType = "Windows"
)

func (*VMPriceOSType) UnmarshalJSON

func (s *VMPriceOSType) UnmarshalJSON(bytes []byte) error

type VMTier

type VMTier string
const (
	VMTierLowPriority VMTier = "LowPriority"
	VMTierSpot        VMTier = "Spot"
	VMTierStandard    VMTier = "Standard"
)

func (*VMTier) UnmarshalJSON

func (s *VMTier) UnmarshalJSON(bytes []byte) error

type VirtualMachineSize

type VirtualMachineSize struct {
	EstimatedVMPrices     *EstimatedVMPrices `json:"estimatedVMPrices,omitempty"`
	Family                *string            `json:"family,omitempty"`
	Gpus                  *int64             `json:"gpus,omitempty"`
	LowPriorityCapable    *bool              `json:"lowPriorityCapable,omitempty"`
	MaxResourceVolumeMB   *int64             `json:"maxResourceVolumeMB,omitempty"`
	MemoryGB              *float64           `json:"memoryGB,omitempty"`
	Name                  *string            `json:"name,omitempty"`
	OsVhdSizeMB           *int64             `json:"osVhdSizeMB,omitempty"`
	PremiumIO             *bool              `json:"premiumIO,omitempty"`
	SupportedComputeTypes *[]string          `json:"supportedComputeTypes,omitempty"`
	VCPUs                 *int64             `json:"vCPUs,omitempty"`
}

type VirtualMachineSizeListResult

type VirtualMachineSizeListResult struct {
	Value *[]VirtualMachineSize `json:"value,omitempty"`
}

type VirtualMachineSizesClient

type VirtualMachineSizesClient struct {
	Client *resourcemanager.Client
}

func NewVirtualMachineSizesClientWithBaseURI

func NewVirtualMachineSizesClientWithBaseURI(sdkApi sdkEnv.Api) (*VirtualMachineSizesClient, error)

func (VirtualMachineSizesClient) List

List ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL