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 PossibleValuesForExtendedLocationTypes() []string + func PossibleValuesForProvisioningStateEnum() []string + func PossibleValuesForStatus() []string + func ValidateStorageContainerID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *StorageContainers + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type ExtendedLocation struct + Name *string + Type *ExtendedLocationTypes + type ExtendedLocationTypes string + const ExtendedLocationTypesCustomLocation + func (s *ExtendedLocationTypes) UnmarshalJSON(bytes []byte) error + type GetOperationResponse struct + HttpResponse *http.Response + Model *StorageContainers + OData *odata.OData + type ListAllCompleteResult struct + Items []StorageContainers + LatestHttpResponse *http.Response + type ListAllCustomPager struct + NextLink *odata.Link + func (p *ListAllCustomPager) NextPageLink() *odata.Link + type ListAllOperationResponse struct + HttpResponse *http.Response + Model *[]StorageContainers + OData *odata.OData + type ListCompleteResult struct + Items []StorageContainers + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]StorageContainers + OData *odata.OData + type ProvisioningStateEnum string + const ProvisioningStateEnumAccepted + const ProvisioningStateEnumCanceled + const ProvisioningStateEnumDeleting + const ProvisioningStateEnumFailed + const ProvisioningStateEnumInProgress + const ProvisioningStateEnumSucceeded + func (s *ProvisioningStateEnum) UnmarshalJSON(bytes []byte) error + type Status string + const StatusFailed + const StatusInProgress + const StatusSucceeded + func (s *Status) UnmarshalJSON(bytes []byte) error + type StorageContainerId struct + ResourceGroupName string + StorageContainerName string + SubscriptionId string + func NewStorageContainerID(subscriptionId string, resourceGroupName string, storageContainerName string) StorageContainerId + func ParseStorageContainerID(input string) (*StorageContainerId, error) + func ParseStorageContainerIDInsensitively(input string) (*StorageContainerId, error) + func (id *StorageContainerId) FromParseResult(input resourceids.ParseResult) error + func (id StorageContainerId) ID() string + func (id StorageContainerId) Segments() []resourceids.Segment + func (id StorageContainerId) String() string + type StorageContainerProperties struct + Path string + ProvisioningState *ProvisioningStateEnum + Status *StorageContainerStatus + type StorageContainerStatus struct + AvailableSizeMB *int64 + ContainerSizeMB *int64 + ErrorCode *string + ErrorMessage *string + ProvisioningStatus *StorageContainerStatusProvisioningStatus + type StorageContainerStatusProvisioningStatus struct + OperationId *string + Status *Status + type StorageContainers struct + ExtendedLocation *ExtendedLocation + Id *string + Location string + Name *string + Properties *StorageContainerProperties + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type StorageContainersClient struct + Client *resourcemanager.Client + func NewStorageContainersClientWithBaseURI(sdkApi sdkEnv.Api) (*StorageContainersClient, error) + func (c StorageContainersClient) CreateOrUpdate(ctx context.Context, id StorageContainerId, input StorageContainers) (result CreateOrUpdateOperationResponse, err error) + func (c StorageContainersClient) CreateOrUpdateThenPoll(ctx context.Context, id StorageContainerId, input StorageContainers) error + func (c StorageContainersClient) Delete(ctx context.Context, id StorageContainerId) (result DeleteOperationResponse, err error) + func (c StorageContainersClient) DeleteThenPoll(ctx context.Context, id StorageContainerId) error + func (c StorageContainersClient) Get(ctx context.Context, id StorageContainerId) (result GetOperationResponse, err error) + func (c StorageContainersClient) List(ctx context.Context, id commonids.ResourceGroupId) (result ListOperationResponse, err error) + func (c StorageContainersClient) ListAll(ctx context.Context, id commonids.SubscriptionId) (result ListAllOperationResponse, err error) + func (c StorageContainersClient) ListAllComplete(ctx context.Context, id commonids.SubscriptionId) (ListAllCompleteResult, error) + func (c StorageContainersClient) ListAllCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListAllCompleteResult, err error) + func (c StorageContainersClient) ListComplete(ctx context.Context, id commonids.ResourceGroupId) (ListCompleteResult, error) + func (c StorageContainersClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListCompleteResult, err error) + func (c StorageContainersClient) Update(ctx context.Context, id StorageContainerId, ...) (result UpdateOperationResponse, err error) + func (c StorageContainersClient) UpdateThenPoll(ctx context.Context, id StorageContainerId, ...) error + type StorageContainersOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p StorageContainersOperationPredicate) Matches(input StorageContainers) bool + type StorageContainersUpdateRequest struct + Tags *map[string]string + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *StorageContainers + OData *odata.OData + Poller pollers.Poller