Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBlobEndpoint ¶
func GetBlobEndpoint(storageService *StorageService) (string, error)
Types ¶
type ExtendedProperty ¶
type ExtendedPropertyList ¶
type ExtendedPropertyList struct {
ExtendedProperty []ExtendedProperty
}
type StorageService ¶
type StorageService struct { Url string ServiceName string StorageServiceProperties StorageServiceProperties }
func CreateStorageService ¶
func CreateStorageService(name, location string) (*StorageService, error)
func GetStorageServiceByLocation ¶
func GetStorageServiceByLocation(location string) (*StorageService, error)
func GetStorageServiceByName ¶
func GetStorageServiceByName(serviceName string) (*StorageService, error)
type StorageServiceDeployment ¶
type StorageServiceDeployment struct { XMLName xml.Name `xml:"CreateStorageServiceInput"` Xmlns string `xml:"xmlns,attr"` ServiceName string Description string Label string AffinityGroup string `xml:",omitempty"` Location string `xml:",omitempty"` GeoReplicationEnabled bool ExtendedProperties ExtendedPropertyList SecondaryReadEnabled bool }
type StorageServiceList ¶
type StorageServiceList struct { XMLName xml.Name `xml:"StorageServices"` Xmlns string `xml:"xmlns,attr"` StorageServices []StorageService `xml:"StorageService"` }
func GetStorageServiceList ¶
func GetStorageServiceList() (*StorageServiceList, error)
Click to show internal directories.
Click to hide internal directories.