Documentation ¶
Index ¶
- func PossibleValuesForKind() []string
- func PossibleValuesForReasonCode() []string
- func PossibleValuesForSkuName() []string
- func PossibleValuesForSkuTier() []string
- type Kind
- type ListOperationResponse
- type ReasonCode
- type Restriction
- type SKUCapability
- type SkuInformation
- type SkuName
- type SkuTier
- type SkusClient
- type StorageSkuListResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForKind ¶
func PossibleValuesForKind() []string
func PossibleValuesForReasonCode ¶
func PossibleValuesForReasonCode() []string
func PossibleValuesForSkuName ¶
func PossibleValuesForSkuName() []string
func PossibleValuesForSkuTier ¶
func PossibleValuesForSkuTier() []string
Types ¶
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response Model *StorageSkuListResult }
type ReasonCode ¶
type ReasonCode string
const ( ReasonCodeNotAvailableForSubscription ReasonCode = "NotAvailableForSubscription" ReasonCodeQuotaId ReasonCode = "QuotaId" )
type Restriction ¶
type Restriction struct { ReasonCode *ReasonCode `json:"reasonCode,omitempty"` Type *string `json:"type,omitempty"` Values *[]string `json:"values,omitempty"` }
type SKUCapability ¶
type SkuInformation ¶
type SkuInformation struct { Capabilities *[]SKUCapability `json:"capabilities,omitempty"` Kind *Kind `json:"kind,omitempty"` Locations *[]string `json:"locations,omitempty"` Name SkuName `json:"name"` ResourceType *string `json:"resourceType,omitempty"` Restrictions *[]Restriction `json:"restrictions,omitempty"` Tier *SkuTier `json:"tier,omitempty"` }
type SkuName ¶
type SkuName string
const ( SkuNamePremiumLRS SkuName = "Premium_LRS" SkuNamePremiumZRS SkuName = "Premium_ZRS" SkuNameStandardGRS SkuName = "Standard_GRS" SkuNameStandardGZRS SkuName = "Standard_GZRS" SkuNameStandardLRS SkuName = "Standard_LRS" SkuNameStandardRAGRS SkuName = "Standard_RAGRS" SkuNameStandardRAGZRS SkuName = "Standard_RAGZRS" SkuNameStandardZRS SkuName = "Standard_ZRS" )
type SkusClient ¶
func NewSkusClientWithBaseURI ¶
func NewSkusClientWithBaseURI(endpoint string) SkusClient
func (SkusClient) List ¶
func (c SkusClient) List(ctx context.Context, id commonids.SubscriptionId) (result ListOperationResponse, err error)
List ...
type StorageSkuListResult ¶
type StorageSkuListResult struct {
Value *[]SkuInformation `json:"value,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.