Versions in this module Expand all Collapse all v47 v47.1.0 Oct 21, 2020 v47.0.0 Oct 13, 2020 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type ApplicationClient struct + func NewApplicationClient(subscriptionID string) ApplicationClient + func NewApplicationClientWithBaseURI(baseURI string, subscriptionID string) ApplicationClient + func (client ApplicationClient) Create(ctx context.Context, resourceGroupName string, applicationName string, ...) (result ApplicationResourceDescription, err error) + func (client ApplicationClient) CreatePreparer(ctx context.Context, resourceGroupName string, applicationName string, ...) (*http.Request, error) + func (client ApplicationClient) CreateResponder(resp *http.Response) (result ApplicationResourceDescription, err error) + func (client ApplicationClient) CreateSender(req *http.Request) (*http.Response, error) + func (client ApplicationClient) Delete(ctx context.Context, resourceGroupName string, applicationName string) (result autorest.Response, err error) + func (client ApplicationClient) DeletePreparer(ctx context.Context, resourceGroupName string, applicationName string) (*http.Request, error) + func (client ApplicationClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ApplicationClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client ApplicationClient) Get(ctx context.Context, resourceGroupName string, applicationName string) (result ApplicationResourceDescription, err error) + func (client ApplicationClient) GetPreparer(ctx context.Context, resourceGroupName string, applicationName string) (*http.Request, error) + func (client ApplicationClient) GetResponder(resp *http.Response) (result ApplicationResourceDescription, err error) + func (client ApplicationClient) GetSender(req *http.Request) (*http.Response, error) + func (client ApplicationClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result ApplicationResourceDescriptionListPage, err error) + func (client ApplicationClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result ApplicationResourceDescriptionListIterator, err error) + func (client ApplicationClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client ApplicationClient) ListByResourceGroupResponder(resp *http.Response) (result ApplicationResourceDescriptionList, err error) + func (client ApplicationClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client ApplicationClient) ListBySubscription(ctx context.Context) (result ApplicationResourceDescriptionListPage, err error) + func (client ApplicationClient) ListBySubscriptionComplete(ctx context.Context) (result ApplicationResourceDescriptionListIterator, err error) + func (client ApplicationClient) ListBySubscriptionPreparer(ctx context.Context) (*http.Request, error) + func (client ApplicationClient) ListBySubscriptionResponder(resp *http.Response) (result ApplicationResourceDescriptionList, err error) + func (client ApplicationClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error) + type ApplicationProperties struct + DebugParams *string + Description *string + Diagnostics *DiagnosticsDescription + HealthState HealthState + ServiceNames *[]string + Services *[]ServiceResourceDescription + Status ApplicationResourceStatus + StatusDetails *string + UnhealthyEvaluation *string + func (ap ApplicationProperties) MarshalJSON() ([]byte, error) + type ApplicationResourceDescription struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (ard *ApplicationResourceDescription) UnmarshalJSON(body []byte) error + func (ard ApplicationResourceDescription) MarshalJSON() ([]byte, error) + type ApplicationResourceDescriptionList struct + NextLink *string + Value *[]ApplicationResourceDescription + func (ardl ApplicationResourceDescriptionList) IsEmpty() bool + type ApplicationResourceDescriptionListIterator struct + func NewApplicationResourceDescriptionListIterator(page ApplicationResourceDescriptionListPage) ApplicationResourceDescriptionListIterator + func (iter *ApplicationResourceDescriptionListIterator) Next() error + func (iter *ApplicationResourceDescriptionListIterator) NextWithContext(ctx context.Context) (err error) + func (iter ApplicationResourceDescriptionListIterator) NotDone() bool + func (iter ApplicationResourceDescriptionListIterator) Response() ApplicationResourceDescriptionList + func (iter ApplicationResourceDescriptionListIterator) Value() ApplicationResourceDescription + type ApplicationResourceDescriptionListPage struct + func NewApplicationResourceDescriptionListPage(...) ApplicationResourceDescriptionListPage + func (page *ApplicationResourceDescriptionListPage) Next() error + func (page *ApplicationResourceDescriptionListPage) NextWithContext(ctx context.Context) (err error) + func (page ApplicationResourceDescriptionListPage) NotDone() bool + func (page ApplicationResourceDescriptionListPage) Response() ApplicationResourceDescriptionList + func (page ApplicationResourceDescriptionListPage) Values() []ApplicationResourceDescription + type ApplicationResourceProperties struct + DebugParams *string + Description *string + Diagnostics *DiagnosticsDescription + HealthState HealthState + ProvisioningState *string + ServiceNames *[]string + Services *[]ServiceResourceDescription + Status ApplicationResourceStatus + StatusDetails *string + UnhealthyEvaluation *string + func (arp ApplicationResourceProperties) MarshalJSON() ([]byte, error) + type ApplicationResourceStatus string + const Creating + const Deleting + const Failed + const Invalid + const Ready + const Upgrading + func PossibleApplicationResourceStatusValues() []ApplicationResourceStatus + type AvailableOperationDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + type AzureInternalMonitoringPipelineSinkDescription struct + AccountName *string + AutoKeyConfigURL *string + Description *string + FluentdConfigURL interface{} + Kind Kind + MaConfigURL *string + Name *string + Namespace *string + func (aimpsd AzureInternalMonitoringPipelineSinkDescription) AsAzureInternalMonitoringPipelineSinkDescription() (*AzureInternalMonitoringPipelineSinkDescription, bool) + func (aimpsd AzureInternalMonitoringPipelineSinkDescription) AsBasicDiagnosticsSinkProperties() (BasicDiagnosticsSinkProperties, bool) + func (aimpsd AzureInternalMonitoringPipelineSinkDescription) AsDiagnosticsSinkProperties() (*DiagnosticsSinkProperties, bool) + func (aimpsd AzureInternalMonitoringPipelineSinkDescription) MarshalJSON() ([]byte, error) + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type BasicDiagnosticsSinkProperties interface + AsAzureInternalMonitoringPipelineSinkDescription func() (*AzureInternalMonitoringPipelineSinkDescription, bool) + AsDiagnosticsSinkProperties func() (*DiagnosticsSinkProperties, bool) + type CodePackageClient struct + func NewCodePackageClient(subscriptionID string) CodePackageClient + func NewCodePackageClientWithBaseURI(baseURI string, subscriptionID string) CodePackageClient + func (client CodePackageClient) GetContainerLog(ctx context.Context, resourceGroupName string, applicationName string, ...) (result ContainerLogs, err error) + func (client CodePackageClient) GetContainerLogPreparer(ctx context.Context, resourceGroupName string, applicationName string, ...) (*http.Request, error) + func (client CodePackageClient) GetContainerLogResponder(resp *http.Response) (result ContainerLogs, err error) + func (client CodePackageClient) GetContainerLogSender(req *http.Request) (*http.Response, error) + type ContainerCodePackageProperties struct + Commands *[]string + Diagnostics *DiagnosticsRef + Endpoints *[]EndpointProperties + Entrypoint *string + EnvironmentVariables *[]EnvironmentVariable + Image *string + ImageRegistryCredential *ImageRegistryCredential + InstanceView *ContainerInstanceView + Labels *[]ContainerLabel + Name *string + Resources *ResourceRequirements + Settings *[]Setting + VolumeRefs *[]ContainerVolume + func (ccpp ContainerCodePackageProperties) MarshalJSON() ([]byte, error) + type ContainerEvent struct + Count *int32 + FirstTimestamp *string + LastTimestamp *string + Message *string + Name *string + Type *string + type ContainerInstanceView struct + CurrentState *ContainerState + Events *[]ContainerEvent + PreviousState *ContainerState + RestartCount *int32 + type ContainerLabel struct + Name *string + Value *string + type ContainerLogs struct + Content *string + type ContainerState struct + DetailStatus *string + ExitCode *string + FinishTime *date.Time + StartTime *date.Time + State *string + type ContainerVolume struct + DestinationPath *string + Name *string + ReadOnly *bool + type DiagnosticsDescription struct + DefaultSinkRefs *[]string + Enabled *bool + Sinks *[]BasicDiagnosticsSinkProperties + func (dd *DiagnosticsDescription) UnmarshalJSON(body []byte) error + type DiagnosticsRef struct + Enabled *bool + SinkRefs *[]string + type DiagnosticsSinkKind string + const DiagnosticsSinkKindAzureInternalMonitoringPipeline + const DiagnosticsSinkKindInvalid + func PossibleDiagnosticsSinkKindValues() []DiagnosticsSinkKind + type DiagnosticsSinkProperties struct + Description *string + Kind Kind + Name *string + func (dsp DiagnosticsSinkProperties) AsAzureInternalMonitoringPipelineSinkDescription() (*AzureInternalMonitoringPipelineSinkDescription, bool) + func (dsp DiagnosticsSinkProperties) AsBasicDiagnosticsSinkProperties() (BasicDiagnosticsSinkProperties, bool) + func (dsp DiagnosticsSinkProperties) AsDiagnosticsSinkProperties() (*DiagnosticsSinkProperties, bool) + func (dsp DiagnosticsSinkProperties) MarshalJSON() ([]byte, error) + type EndpointProperties struct + Name *string + Port *int32 + type EnvironmentVariable struct + Name *string + Value *string + type ErrorModel struct + Code *string + Message *string + type HealthState string + const HealthStateError + const HealthStateInvalid + const HealthStateOk + const HealthStateUnknown + const HealthStateWarning + func PossibleHealthStateValues() []HealthState + type ImageRegistryCredential struct + Password *string + Server *string + Username *string + type IngressConfig struct + Layer4 *[]Layer4IngressConfig + PublicIPAddress *string + QosLevel IngressQoSLevel + func (ic IngressConfig) MarshalJSON() ([]byte, error) + type IngressQoSLevel string + const Bronze + func PossibleIngressQoSLevelValues() []IngressQoSLevel + type Kind string + const KindAzureInternalMonitoringPipeline + const KindDiagnosticsSinkProperties + func PossibleKindValues() []Kind + type Layer4IngressConfig struct + ApplicationName *string + EndpointName *string + Name *string + PublicPort *int32 + ServiceName *string + type ManagedProxyResource struct + ID *string + Name *string + Type *string + func (mpr ManagedProxyResource) MarshalJSON() ([]byte, error) + type NetworkClient struct + func NewNetworkClient(subscriptionID string) NetworkClient + func NewNetworkClientWithBaseURI(baseURI string, subscriptionID string) NetworkClient + func (client NetworkClient) Create(ctx context.Context, resourceGroupName string, networkName string, ...) (result NetworkResourceDescription, err error) + func (client NetworkClient) CreatePreparer(ctx context.Context, resourceGroupName string, networkName string, ...) (*http.Request, error) + func (client NetworkClient) CreateResponder(resp *http.Response) (result NetworkResourceDescription, err error) + func (client NetworkClient) CreateSender(req *http.Request) (*http.Response, error) + func (client NetworkClient) Delete(ctx context.Context, resourceGroupName string, networkName string) (result autorest.Response, err error) + func (client NetworkClient) DeletePreparer(ctx context.Context, resourceGroupName string, networkName string) (*http.Request, error) + func (client NetworkClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client NetworkClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client NetworkClient) Get(ctx context.Context, resourceGroupName string, networkName string) (result NetworkResourceDescription, err error) + func (client NetworkClient) GetPreparer(ctx context.Context, resourceGroupName string, networkName string) (*http.Request, error) + func (client NetworkClient) GetResponder(resp *http.Response) (result NetworkResourceDescription, err error) + func (client NetworkClient) GetSender(req *http.Request) (*http.Response, error) + func (client NetworkClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result NetworkResourceDescriptionListPage, err error) + func (client NetworkClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result NetworkResourceDescriptionListIterator, err error) + func (client NetworkClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client NetworkClient) ListByResourceGroupResponder(resp *http.Response) (result NetworkResourceDescriptionList, err error) + func (client NetworkClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client NetworkClient) ListBySubscription(ctx context.Context) (result NetworkResourceDescriptionListPage, err error) + func (client NetworkClient) ListBySubscriptionComplete(ctx context.Context) (result NetworkResourceDescriptionListIterator, err error) + func (client NetworkClient) ListBySubscriptionPreparer(ctx context.Context) (*http.Request, error) + func (client NetworkClient) ListBySubscriptionResponder(resp *http.Response) (result NetworkResourceDescriptionList, err error) + func (client NetworkClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error) + type NetworkProperties struct + AddressPrefix *string + Description *string + IngressConfig *IngressConfig + type NetworkRef struct + Name *string + type NetworkResourceDescription struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (nrd *NetworkResourceDescription) UnmarshalJSON(body []byte) error + func (nrd NetworkResourceDescription) MarshalJSON() ([]byte, error) + type NetworkResourceDescriptionList struct + NextLink *string + Value *[]NetworkResourceDescription + func (nrdl NetworkResourceDescriptionList) IsEmpty() bool + type NetworkResourceDescriptionListIterator struct + func NewNetworkResourceDescriptionListIterator(page NetworkResourceDescriptionListPage) NetworkResourceDescriptionListIterator + func (iter *NetworkResourceDescriptionListIterator) Next() error + func (iter *NetworkResourceDescriptionListIterator) NextWithContext(ctx context.Context) (err error) + func (iter NetworkResourceDescriptionListIterator) NotDone() bool + func (iter NetworkResourceDescriptionListIterator) Response() NetworkResourceDescriptionList + func (iter NetworkResourceDescriptionListIterator) Value() NetworkResourceDescription + type NetworkResourceDescriptionListPage struct + func NewNetworkResourceDescriptionListPage(...) NetworkResourceDescriptionListPage + func (page *NetworkResourceDescriptionListPage) Next() error + func (page *NetworkResourceDescriptionListPage) NextWithContext(ctx context.Context) (err error) + func (page NetworkResourceDescriptionListPage) NotDone() bool + func (page NetworkResourceDescriptionListPage) Response() NetworkResourceDescriptionList + func (page NetworkResourceDescriptionListPage) Values() []NetworkResourceDescription + type NetworkResourceProperties struct + AddressPrefix *string + Description *string + IngressConfig *IngressConfig + ProvisioningState *string + func (nrp NetworkResourceProperties) MarshalJSON() ([]byte, error) + type OperatingSystemTypes string + const Linux + const Windows + func PossibleOperatingSystemTypesValues() []OperatingSystemTypes + type OperationListResult struct + NextLink *string + Value *[]OperationResult + func (olr OperationListResult) IsEmpty() bool + func (olr OperationListResult) MarshalJSON() ([]byte, error) + type OperationListResultIterator struct + func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator + func (iter *OperationListResultIterator) Next() error + func (iter *OperationListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter OperationListResultIterator) NotDone() bool + func (iter OperationListResultIterator) Response() OperationListResult + func (iter OperationListResultIterator) Value() OperationResult + type OperationListResultPage struct + func NewOperationListResultPage(...) OperationListResultPage + func (page *OperationListResultPage) Next() error + func (page *OperationListResultPage) NextWithContext(ctx context.Context) (err error) + func (page OperationListResultPage) NotDone() bool + func (page OperationListResultPage) Response() OperationListResult + func (page OperationListResultPage) Values() []OperationResult + type OperationResult struct + Display *AvailableOperationDisplay + Name *string + NextLink *string + Origin *string + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result OperationListResultPage, err error) + func (client OperationsClient) ListComplete(ctx context.Context) (result OperationListResultIterator, err error) + func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client OperationsClient) ListResponder(resp *http.Response) (result OperationListResult, err error) + func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) + type ProvisionedResourceProperties struct + ProvisioningState *string + type ProxyResource struct + ID *string + Location *string + Name *string + Type *string + func (pr ProxyResource) MarshalJSON() ([]byte, error) + type ReplicaClient struct + func NewReplicaClient(subscriptionID string) ReplicaClient + func NewReplicaClientWithBaseURI(baseURI string, subscriptionID string) ReplicaClient + func (client ReplicaClient) Get(ctx context.Context, resourceGroupName string, applicationName string, ...) (result ServiceReplicaDescription, err error) + func (client ReplicaClient) GetPreparer(ctx context.Context, resourceGroupName string, applicationName string, ...) (*http.Request, error) + func (client ReplicaClient) GetResponder(resp *http.Response) (result ServiceReplicaDescription, err error) + func (client ReplicaClient) GetSender(req *http.Request) (*http.Response, error) + func (client ReplicaClient) ListByServiceName(ctx context.Context, resourceGroupName string, applicationName string, ...) (result ServiceReplicaListPage, err error) + func (client ReplicaClient) ListByServiceNameComplete(ctx context.Context, resourceGroupName string, applicationName string, ...) (result ServiceReplicaListIterator, err error) + func (client ReplicaClient) ListByServiceNamePreparer(ctx context.Context, resourceGroupName string, applicationName string, ...) (*http.Request, error) + func (client ReplicaClient) ListByServiceNameResponder(resp *http.Response) (result ServiceReplicaList, err error) + func (client ReplicaClient) ListByServiceNameSender(req *http.Request) (*http.Response, error) + type Resource struct + ID *string + Location *string + Name *string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type ResourceLimits struct + CPU *float64 + MemoryInGB *float64 + type ResourceRequests struct + CPU *float64 + MemoryInGB *float64 + type ResourceRequirements struct + Limits *ResourceLimits + Requests *ResourceRequests + type ServiceClient struct + func NewServiceClient(subscriptionID string) ServiceClient + func NewServiceClientWithBaseURI(baseURI string, subscriptionID string) ServiceClient + func (client ServiceClient) Get(ctx context.Context, resourceGroupName string, applicationName string, ...) (result ServiceResourceDescription, err error) + func (client ServiceClient) GetPreparer(ctx context.Context, resourceGroupName string, applicationName string, ...) (*http.Request, error) + func (client ServiceClient) GetResponder(resp *http.Response) (result ServiceResourceDescription, err error) + func (client ServiceClient) GetSender(req *http.Request) (*http.Response, error) + func (client ServiceClient) ListByApplicationName(ctx context.Context, resourceGroupName string, applicationName string) (result ServiceListPage, err error) + func (client ServiceClient) ListByApplicationNameComplete(ctx context.Context, resourceGroupName string, applicationName string) (result ServiceListIterator, err error) + func (client ServiceClient) ListByApplicationNamePreparer(ctx context.Context, resourceGroupName string, applicationName string) (*http.Request, error) + func (client ServiceClient) ListByApplicationNameResponder(resp *http.Response) (result ServiceList, err error) + func (client ServiceClient) ListByApplicationNameSender(req *http.Request) (*http.Response, error) + type ServiceList struct + NextLink *string + Value *[]ServiceResourceDescription + func (sl ServiceList) IsEmpty() bool + type ServiceListIterator struct + func NewServiceListIterator(page ServiceListPage) ServiceListIterator + func (iter *ServiceListIterator) Next() error + func (iter *ServiceListIterator) NextWithContext(ctx context.Context) (err error) + func (iter ServiceListIterator) NotDone() bool + func (iter ServiceListIterator) Response() ServiceList + func (iter ServiceListIterator) Value() ServiceResourceDescription + type ServiceListPage struct + func NewServiceListPage(getNextPage func(context.Context, ServiceList) (ServiceList, error)) ServiceListPage + func (page *ServiceListPage) Next() error + func (page *ServiceListPage) NextWithContext(ctx context.Context) (err error) + func (page ServiceListPage) NotDone() bool + func (page ServiceListPage) Response() ServiceList + func (page ServiceListPage) Values() []ServiceResourceDescription + type ServiceReplicaDescription struct + CodePackages *[]ContainerCodePackageProperties + Diagnostics *DiagnosticsRef + NetworkRefs *[]NetworkRef + OsType OperatingSystemTypes + ReplicaName *string + type ServiceReplicaList struct + NextLink *string + Value *[]ServiceReplicaDescription + func (srl ServiceReplicaList) IsEmpty() bool + type ServiceReplicaListIterator struct + func NewServiceReplicaListIterator(page ServiceReplicaListPage) ServiceReplicaListIterator + func (iter *ServiceReplicaListIterator) Next() error + func (iter *ServiceReplicaListIterator) NextWithContext(ctx context.Context) (err error) + func (iter ServiceReplicaListIterator) NotDone() bool + func (iter ServiceReplicaListIterator) Response() ServiceReplicaList + func (iter ServiceReplicaListIterator) Value() ServiceReplicaDescription + type ServiceReplicaListPage struct + func NewServiceReplicaListPage(...) ServiceReplicaListPage + func (page *ServiceReplicaListPage) Next() error + func (page *ServiceReplicaListPage) NextWithContext(ctx context.Context) (err error) + func (page ServiceReplicaListPage) NotDone() bool + func (page ServiceReplicaListPage) Response() ServiceReplicaList + func (page ServiceReplicaListPage) Values() []ServiceReplicaDescription + type ServiceReplicaProperties struct + CodePackages *[]ContainerCodePackageProperties + Diagnostics *DiagnosticsRef + NetworkRefs *[]NetworkRef + OsType OperatingSystemTypes + type ServiceResourceDescription struct + ID *string + Name *string + Type *string + func (srd *ServiceResourceDescription) UnmarshalJSON(body []byte) error + func (srd ServiceResourceDescription) MarshalJSON() ([]byte, error) + type ServiceResourceProperties struct + CodePackages *[]ContainerCodePackageProperties + Description *string + Diagnostics *DiagnosticsRef + HealthState HealthState + NetworkRefs *[]NetworkRef + OsType OperatingSystemTypes + ReplicaCount *int32 + Status ServiceResourceStatus + func (srp ServiceResourceProperties) MarshalJSON() ([]byte, error) + type ServiceResourceStatus string + const ServiceResourceStatusActive + const ServiceResourceStatusCreating + const ServiceResourceStatusDeleting + const ServiceResourceStatusFailed + const ServiceResourceStatusUnknown + const ServiceResourceStatusUpgrading + func PossibleServiceResourceStatusValues() []ServiceResourceStatus + type Setting struct + Name *string + Value *string + type TrackedResource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (tr TrackedResource) MarshalJSON() ([]byte, error) + type VolumeClient struct + func NewVolumeClient(subscriptionID string) VolumeClient + func NewVolumeClientWithBaseURI(baseURI string, subscriptionID string) VolumeClient + func (client VolumeClient) Create(ctx context.Context, resourceGroupName string, volumeName string, ...) (result VolumeResourceDescription, err error) + func (client VolumeClient) CreatePreparer(ctx context.Context, resourceGroupName string, volumeName string, ...) (*http.Request, error) + func (client VolumeClient) CreateResponder(resp *http.Response) (result VolumeResourceDescription, err error) + func (client VolumeClient) CreateSender(req *http.Request) (*http.Response, error) + func (client VolumeClient) Delete(ctx context.Context, resourceGroupName string, volumeName string) (result autorest.Response, err error) + func (client VolumeClient) DeletePreparer(ctx context.Context, resourceGroupName string, volumeName string) (*http.Request, error) + func (client VolumeClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client VolumeClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client VolumeClient) Get(ctx context.Context, resourceGroupName string, volumeName string) (result VolumeResourceDescription, err error) + func (client VolumeClient) GetPreparer(ctx context.Context, resourceGroupName string, volumeName string) (*http.Request, error) + func (client VolumeClient) GetResponder(resp *http.Response) (result VolumeResourceDescription, err error) + func (client VolumeClient) GetSender(req *http.Request) (*http.Response, error) + func (client VolumeClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result VolumeResourceDescriptionListPage, err error) + func (client VolumeClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result VolumeResourceDescriptionListIterator, err error) + func (client VolumeClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client VolumeClient) ListByResourceGroupResponder(resp *http.Response) (result VolumeResourceDescriptionList, err error) + func (client VolumeClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client VolumeClient) ListBySubscription(ctx context.Context) (result VolumeResourceDescriptionListPage, err error) + func (client VolumeClient) ListBySubscriptionComplete(ctx context.Context) (result VolumeResourceDescriptionListIterator, err error) + func (client VolumeClient) ListBySubscriptionPreparer(ctx context.Context) (*http.Request, error) + func (client VolumeClient) ListBySubscriptionResponder(resp *http.Response) (result VolumeResourceDescriptionList, err error) + func (client VolumeClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error) + type VolumeProperties struct + AzureFileParameters *VolumeProviderParametersAzureFile + Description *string + Provider *string + type VolumeProviderParametersAzureFile struct + AccountKey *string + AccountName *string + ShareName *string + type VolumeResourceDescription struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (vrd *VolumeResourceDescription) UnmarshalJSON(body []byte) error + func (vrd VolumeResourceDescription) MarshalJSON() ([]byte, error) + type VolumeResourceDescriptionList struct + NextLink *string + Value *[]VolumeResourceDescription + func (vrdl VolumeResourceDescriptionList) IsEmpty() bool + type VolumeResourceDescriptionListIterator struct + func NewVolumeResourceDescriptionListIterator(page VolumeResourceDescriptionListPage) VolumeResourceDescriptionListIterator + func (iter *VolumeResourceDescriptionListIterator) Next() error + func (iter *VolumeResourceDescriptionListIterator) NextWithContext(ctx context.Context) (err error) + func (iter VolumeResourceDescriptionListIterator) NotDone() bool + func (iter VolumeResourceDescriptionListIterator) Response() VolumeResourceDescriptionList + func (iter VolumeResourceDescriptionListIterator) Value() VolumeResourceDescription + type VolumeResourceDescriptionListPage struct + func NewVolumeResourceDescriptionListPage(...) VolumeResourceDescriptionListPage + func (page *VolumeResourceDescriptionListPage) Next() error + func (page *VolumeResourceDescriptionListPage) NextWithContext(ctx context.Context) (err error) + func (page VolumeResourceDescriptionListPage) NotDone() bool + func (page VolumeResourceDescriptionListPage) Response() VolumeResourceDescriptionList + func (page VolumeResourceDescriptionListPage) Values() []VolumeResourceDescription + type VolumeResourceProperties struct + AzureFileParameters *VolumeProviderParametersAzureFile + Description *string + Provider *string + ProvisioningState *string + func (vrp VolumeResourceProperties) MarshalJSON() ([]byte, error) Other modules containing this package gopkg.in/azure/azure-sdk-for-go.v19 gopkg.in/azure/azure-sdk-for-go.v20 gopkg.in/azure/azure-sdk-for-go.v21 gopkg.in/azure/azure-sdk-for-go.v22 gopkg.in/azure/azure-sdk-for-go.v23 gopkg.in/azure/azure-sdk-for-go.v24 gopkg.in/azure/azure-sdk-for-go.v25 gopkg.in/azure/azure-sdk-for-go.v26 gopkg.in/azure/azure-sdk-for-go.v27 gopkg.in/azure/azure-sdk-for-go.v28 gopkg.in/azure/azure-sdk-for-go.v29 gopkg.in/azure/azure-sdk-for-go.v30 gopkg.in/azure/azure-sdk-for-go.v31 gopkg.in/azure/azure-sdk-for-go.v32 gopkg.in/azure/azure-sdk-for-go.v33 gopkg.in/azure/azure-sdk-for-go.v34 gopkg.in/azure/azure-sdk-for-go.v35 gopkg.in/azure/azure-sdk-for-go.v36 gopkg.in/azure/azure-sdk-for-go.v37 gopkg.in/azure/azure-sdk-for-go.v38 gopkg.in/azure/azure-sdk-for-go.v39 gopkg.in/azure/azure-sdk-for-go.v40 gopkg.in/azure/azure-sdk-for-go.v41 gopkg.in/azure/azure-sdk-for-go.v42 gopkg.in/azure/azure-sdk-for-go.v43 gopkg.in/azure/azure-sdk-for-go.v44 gopkg.in/azure/azure-sdk-for-go.v45 gopkg.in/azure/azure-sdk-for-go.v46 gopkg.in/azure/azure-sdk-for-go.v48 gopkg.in/azure/azure-sdk-for-go.v49