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 PossibleValuesForDataPolicy() []string + func PossibleValuesForStorageAccountStatus() []string + func ValidateDataBoxEdgeDeviceID(input interface{}, key string) (warnings []string, errors []error) + func ValidateStorageAccountID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *StorageAccount + OData *odata.OData + Poller pollers.Poller + type DataBoxEdgeDeviceId struct + DataBoxEdgeDeviceName string + ResourceGroupName string + SubscriptionId string + func NewDataBoxEdgeDeviceID(subscriptionId string, resourceGroupName string, dataBoxEdgeDeviceName string) DataBoxEdgeDeviceId + func ParseDataBoxEdgeDeviceID(input string) (*DataBoxEdgeDeviceId, error) + func ParseDataBoxEdgeDeviceIDInsensitively(input string) (*DataBoxEdgeDeviceId, error) + func (id *DataBoxEdgeDeviceId) FromParseResult(input resourceids.ParseResult) error + func (id DataBoxEdgeDeviceId) ID() string + func (id DataBoxEdgeDeviceId) Segments() []resourceids.Segment + func (id DataBoxEdgeDeviceId) String() string + type DataPolicy string + const DataPolicyCloud + const DataPolicyLocal + func (s *DataPolicy) UnmarshalJSON(bytes []byte) error + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type GetOperationResponse struct + HttpResponse *http.Response + Model *StorageAccount + OData *odata.OData + type ListByDataBoxEdgeDeviceCompleteResult struct + Items []StorageAccount + LatestHttpResponse *http.Response + type ListByDataBoxEdgeDeviceCustomPager struct + NextLink *odata.Link + func (p *ListByDataBoxEdgeDeviceCustomPager) NextPageLink() *odata.Link + type ListByDataBoxEdgeDeviceOperationResponse struct + HttpResponse *http.Response + Model *[]StorageAccount + OData *odata.OData + type StorageAccount struct + Id *string + Name *string + Properties StorageAccountProperties + SystemData *systemdata.SystemData + Type *string + type StorageAccountId struct + DataBoxEdgeDeviceName string + ResourceGroupName string + StorageAccountName string + SubscriptionId string + func NewStorageAccountID(subscriptionId string, resourceGroupName string, dataBoxEdgeDeviceName string, ...) StorageAccountId + func ParseStorageAccountID(input string) (*StorageAccountId, error) + func ParseStorageAccountIDInsensitively(input string) (*StorageAccountId, error) + func (id *StorageAccountId) FromParseResult(input resourceids.ParseResult) error + func (id StorageAccountId) ID() string + func (id StorageAccountId) Segments() []resourceids.Segment + func (id StorageAccountId) String() string + type StorageAccountOperationPredicate struct + Id *string + Name *string + Type *string + func (p StorageAccountOperationPredicate) Matches(input StorageAccount) bool + type StorageAccountProperties struct + BlobEndpoint *string + ContainerCount *int64 + DataPolicy DataPolicy + Description *string + StorageAccountCredentialId *string + StorageAccountStatus *StorageAccountStatus + type StorageAccountStatus string + const StorageAccountStatusNeedsAttention + const StorageAccountStatusOK + const StorageAccountStatusOffline + const StorageAccountStatusUnknown + const StorageAccountStatusUpdating + func (s *StorageAccountStatus) UnmarshalJSON(bytes []byte) error + type StorageAccountsClient struct + Client *resourcemanager.Client + func NewStorageAccountsClientWithBaseURI(sdkApi sdkEnv.Api) (*StorageAccountsClient, error) + func (c StorageAccountsClient) CreateOrUpdate(ctx context.Context, id StorageAccountId, input StorageAccount) (result CreateOrUpdateOperationResponse, err error) + func (c StorageAccountsClient) CreateOrUpdateThenPoll(ctx context.Context, id StorageAccountId, input StorageAccount) error + func (c StorageAccountsClient) Delete(ctx context.Context, id StorageAccountId) (result DeleteOperationResponse, err error) + func (c StorageAccountsClient) DeleteThenPoll(ctx context.Context, id StorageAccountId) error + func (c StorageAccountsClient) Get(ctx context.Context, id StorageAccountId) (result GetOperationResponse, err error) + func (c StorageAccountsClient) ListByDataBoxEdgeDevice(ctx context.Context, id DataBoxEdgeDeviceId) (result ListByDataBoxEdgeDeviceOperationResponse, err error) + func (c StorageAccountsClient) ListByDataBoxEdgeDeviceComplete(ctx context.Context, id DataBoxEdgeDeviceId) (ListByDataBoxEdgeDeviceCompleteResult, error) + func (c StorageAccountsClient) ListByDataBoxEdgeDeviceCompleteMatchingPredicate(ctx context.Context, id DataBoxEdgeDeviceId, ...) (result ListByDataBoxEdgeDeviceCompleteResult, err error)