Versions in this module Expand all Collapse all v51 v51.0.0 Jan 27, 2021 Changes in this version + type AccountType string + const AccountTypePremiumLRS + const AccountTypeStandardGRS + const AccountTypeStandardLRS + const AccountTypeStandardRAGRS + const AccountTypeStandardZRS + type AvailabilityResponse struct + Reason string + Result bool + XMLName xml.Name + Xmlns string + type CreateStorageServiceInput struct + XMLName xml.Name + type ExtendedProperty struct + Name string + Value string + type ExtendedPropertyList struct + ExtendedProperty []ExtendedProperty + type GetStorageServiceKeysResponse struct + PrimaryKey string + SecondaryKey string + URL string + type ListStorageServicesResponse struct + StorageServices []StorageServiceResponse + type StorageAccountCreateParameters struct + AccountType AccountType + AffinityGroup string + Description string + ExtendedProperties ExtendedPropertyList + Label string + Location string + ServiceName string + type StorageServiceClient struct + func NewClient(s management.Client) StorageServiceClient + func (s StorageServiceClient) CheckStorageAccountNameAvailability(name string) (AvailabilityResponse, error) + func (s StorageServiceClient) CreateStorageService(parameters StorageAccountCreateParameters) (management.OperationID, error) + func (s StorageServiceClient) DeleteStorageService(serviceName string) (management.OperationID, error) + func (s StorageServiceClient) GetStorageService(serviceName string) (StorageServiceResponse, error) + func (s StorageServiceClient) GetStorageServiceKeys(serviceName string) (GetStorageServiceKeysResponse, error) + func (s StorageServiceClient) ListStorageServices() (ListStorageServicesResponse, error) + type StorageServiceProperties struct + Description string + Endpoints []string + GeoPrimaryRegion string + GeoReplicationEnabled string + Label string + Location string + Status string + type StorageServiceResponse struct + ServiceName string + StorageServiceProperties StorageServiceProperties + URL string Other modules containing this package github.com/pmalek-sumo/azure-sdk-for-go