Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func PossibleValuesForForceDelete() []string + func PossibleValuesForProvisioningState() []string + func ValidateCloudID(input interface{}, key string) (warnings []string, errors []error) + type Cloud struct + ExtendedLocation ExtendedLocation + Id *string + Location string + Name *string + Properties *CloudProperties + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type CloudCapacity struct + CpuCount *int64 + MemoryMB *int64 + VMCount *int64 + type CloudId struct + CloudName string + ResourceGroupName string + SubscriptionId string + func NewCloudID(subscriptionId string, resourceGroupName string, cloudName string) CloudId + func ParseCloudID(input string) (*CloudId, error) + func ParseCloudIDInsensitively(input string) (*CloudId, error) + func (id *CloudId) FromParseResult(input resourceids.ParseResult) error + func (id CloudId) ID() string + func (id CloudId) Segments() []resourceids.Segment + func (id CloudId) String() string + type CloudOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p CloudOperationPredicate) Matches(input Cloud) bool + type CloudProperties struct + CloudCapacity *CloudCapacity + CloudName *string + InventoryItemId *string + ProvisioningState *ProvisioningState + StorageQoSPolicies *[]StorageQosPolicy + Uuid *string + VMmServerId *string + type CloudTagsUpdate struct + Tags *map[string]string + type CloudsClient struct + Client *resourcemanager.Client + func NewCloudsClientWithBaseURI(sdkApi sdkEnv.Api) (*CloudsClient, error) + func (c CloudsClient) CreateOrUpdate(ctx context.Context, id CloudId, input Cloud) (result CreateOrUpdateOperationResponse, err error) + func (c CloudsClient) CreateOrUpdateThenPoll(ctx context.Context, id CloudId, input Cloud) error + func (c CloudsClient) Delete(ctx context.Context, id CloudId, options DeleteOperationOptions) (result DeleteOperationResponse, err error) + func (c CloudsClient) DeleteThenPoll(ctx context.Context, id CloudId, options DeleteOperationOptions) error + func (c CloudsClient) Get(ctx context.Context, id CloudId) (result GetOperationResponse, err error) + func (c CloudsClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error) + func (c CloudsClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error) + func (c CloudsClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupCompleteResult, err error) + func (c CloudsClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result ListBySubscriptionOperationResponse, err error) + func (c CloudsClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (ListBySubscriptionCompleteResult, error) + func (c CloudsClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListBySubscriptionCompleteResult, err error) + func (c CloudsClient) Update(ctx context.Context, id CloudId, input CloudTagsUpdate) (result UpdateOperationResponse, err error) + func (c CloudsClient) UpdateThenPoll(ctx context.Context, id CloudId, input CloudTagsUpdate) error + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *Cloud + OData *odata.OData + Poller pollers.Poller + type DeleteOperationOptions struct + Force *ForceDelete + func DefaultDeleteOperationOptions() DeleteOperationOptions + func (o DeleteOperationOptions) ToHeaders() *client.Headers + func (o DeleteOperationOptions) ToOData() *odata.Query + func (o DeleteOperationOptions) ToQuery() *client.QueryParams + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type ExtendedLocation struct + Name *string + Type *string + type ForceDelete string + const ForceDeleteFalse + const ForceDeleteTrue + func (s *ForceDelete) UnmarshalJSON(bytes []byte) error + type GetOperationResponse struct + HttpResponse *http.Response + Model *Cloud + OData *odata.OData + type ListByResourceGroupCompleteResult struct + Items []Cloud + LatestHttpResponse *http.Response + type ListByResourceGroupCustomPager struct + NextLink *odata.Link + func (p *ListByResourceGroupCustomPager) NextPageLink() *odata.Link + type ListByResourceGroupOperationResponse struct + HttpResponse *http.Response + Model *[]Cloud + OData *odata.OData + type ListBySubscriptionCompleteResult struct + Items []Cloud + LatestHttpResponse *http.Response + type ListBySubscriptionCustomPager struct + NextLink *odata.Link + func (p *ListBySubscriptionCustomPager) NextPageLink() *odata.Link + type ListBySubscriptionOperationResponse struct + HttpResponse *http.Response + Model *[]Cloud + OData *odata.OData + type ProvisioningState string + const ProvisioningStateAccepted + const ProvisioningStateCanceled + const ProvisioningStateCreated + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateProvisioning + const ProvisioningStateSucceeded + const ProvisioningStateUpdating + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error + type StorageQosPolicy struct + BandwidthLimit *int64 + Id *string + IopsMaximum *int64 + IopsMinimum *int64 + Name *string + PolicyId *string + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *Cloud + OData *odata.OData + Poller pollers.Poller