Documentation ¶
Overview ¶
Deprecated: Please note, this package has been deprecated. A replacement package is available github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute(https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute). We strongly encourage you to upgrade to continue receiving updates. See [Migration Guide](https://aka.ms/azsdk/golang/t2/migration) for guidance on upgrading. Refer to our [deprecation policy](https://azure.github.io/azure-sdk/policies_support.html) for more details.
Package compute implements the Azure ARM Compute service API version .
Compute Client
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type APIEntityReference
- type APIError
- type APIErrorBase
- type AccessLevel
- type AccessURI
- type AdditionalCapabilities
- type AdditionalUnattendContent
- type AggregatedReplicationState
- type AutomaticOSUpgradePolicy
- type AutomaticOSUpgradeProperties
- type AutomaticRepairsPolicy
- type AvailabilitySet
- type AvailabilitySetListResult
- type AvailabilitySetListResultIterator
- func (iter *AvailabilitySetListResultIterator) Next() error
- func (iter *AvailabilitySetListResultIterator) NextWithContext(ctx context.Context) (err error)
- func (iter AvailabilitySetListResultIterator) NotDone() bool
- func (iter AvailabilitySetListResultIterator) Response() AvailabilitySetListResult
- func (iter AvailabilitySetListResultIterator) Value() AvailabilitySet
- type AvailabilitySetListResultPage
- func (page *AvailabilitySetListResultPage) Next() error
- func (page *AvailabilitySetListResultPage) NextWithContext(ctx context.Context) (err error)
- func (page AvailabilitySetListResultPage) NotDone() bool
- func (page AvailabilitySetListResultPage) Response() AvailabilitySetListResult
- func (page AvailabilitySetListResultPage) Values() []AvailabilitySet
- type AvailabilitySetProperties
- type AvailabilitySetSkuTypes
- type AvailabilitySetUpdate
- type AvailabilitySetsClient
- func (client AvailabilitySetsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, availabilitySetName string, ...) (result AvailabilitySet, err error)
- func (client AvailabilitySetsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, availabilitySetName string, ...) (*http.Request, error)
- func (client AvailabilitySetsClient) CreateOrUpdateResponder(resp *http.Response) (result AvailabilitySet, err error)
- func (client AvailabilitySetsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
- func (client AvailabilitySetsClient) Delete(ctx context.Context, resourceGroupName string, availabilitySetName string) (result autorest.Response, err error)
- func (client AvailabilitySetsClient) DeletePreparer(ctx context.Context, resourceGroupName string, availabilitySetName string) (*http.Request, error)
- func (client AvailabilitySetsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client AvailabilitySetsClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client AvailabilitySetsClient) Get(ctx context.Context, resourceGroupName string, availabilitySetName string) (result AvailabilitySet, err error)
- func (client AvailabilitySetsClient) GetPreparer(ctx context.Context, resourceGroupName string, availabilitySetName string) (*http.Request, error)
- func (client AvailabilitySetsClient) GetResponder(resp *http.Response) (result AvailabilitySet, err error)
- func (client AvailabilitySetsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client AvailabilitySetsClient) List(ctx context.Context, resourceGroupName string) (result AvailabilitySetListResultPage, err error)
- func (client AvailabilitySetsClient) ListAvailableSizes(ctx context.Context, resourceGroupName string, availabilitySetName string) (result VirtualMachineSizeListResult, err error)
- func (client AvailabilitySetsClient) ListAvailableSizesPreparer(ctx context.Context, resourceGroupName string, availabilitySetName string) (*http.Request, error)
- func (client AvailabilitySetsClient) ListAvailableSizesResponder(resp *http.Response) (result VirtualMachineSizeListResult, err error)
- func (client AvailabilitySetsClient) ListAvailableSizesSender(req *http.Request) (*http.Response, error)
- func (client AvailabilitySetsClient) ListBySubscription(ctx context.Context, expand string) (result AvailabilitySetListResultPage, err error)
- func (client AvailabilitySetsClient) ListBySubscriptionComplete(ctx context.Context, expand string) (result AvailabilitySetListResultIterator, err error)
- func (client AvailabilitySetsClient) ListBySubscriptionPreparer(ctx context.Context, expand string) (*http.Request, error)
- func (client AvailabilitySetsClient) ListBySubscriptionResponder(resp *http.Response) (result AvailabilitySetListResult, err error)
- func (client AvailabilitySetsClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error)
- func (client AvailabilitySetsClient) ListComplete(ctx context.Context, resourceGroupName string) (result AvailabilitySetListResultIterator, err error)
- func (client AvailabilitySetsClient) ListPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)
- func (client AvailabilitySetsClient) ListResponder(resp *http.Response) (result AvailabilitySetListResult, err error)
- func (client AvailabilitySetsClient) ListSender(req *http.Request) (*http.Response, error)
- func (client AvailabilitySetsClient) Update(ctx context.Context, resourceGroupName string, availabilitySetName string, ...) (result AvailabilitySet, err error)
- func (client AvailabilitySetsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, availabilitySetName string, ...) (*http.Request, error)
- func (client AvailabilitySetsClient) UpdateResponder(resp *http.Response) (result AvailabilitySet, err error)
- func (client AvailabilitySetsClient) UpdateSender(req *http.Request) (*http.Response, error)
- type AvailablePatchSummary
- type BaseClient
- type BillingProfile
- type BootDiagnostics
- type BootDiagnosticsInstanceView
- type CachingTypes
- type CloudError
- type CloudService
- type CloudServiceExtensionProfile
- type CloudServiceExtensionProperties
- type CloudServiceInstanceView
- type CloudServiceListResult
- type CloudServiceListResultIterator
- func (iter *CloudServiceListResultIterator) Next() error
- func (iter *CloudServiceListResultIterator) NextWithContext(ctx context.Context) (err error)
- func (iter CloudServiceListResultIterator) NotDone() bool
- func (iter CloudServiceListResultIterator) Response() CloudServiceListResult
- func (iter CloudServiceListResultIterator) Value() CloudService
- type CloudServiceListResultPage
- func (page *CloudServiceListResultPage) Next() error
- func (page *CloudServiceListResultPage) NextWithContext(ctx context.Context) (err error)
- func (page CloudServiceListResultPage) NotDone() bool
- func (page CloudServiceListResultPage) Response() CloudServiceListResult
- func (page CloudServiceListResultPage) Values() []CloudService
- type CloudServiceNetworkProfile
- type CloudServiceOsProfile
- type CloudServiceProperties
- type CloudServiceRole
- type CloudServiceRoleInstancesClient
- func (client CloudServiceRoleInstancesClient) Delete(ctx context.Context, roleInstanceName string, resourceGroupName string, ...) (result CloudServiceRoleInstancesDeleteFuture, err error)
- func (client CloudServiceRoleInstancesClient) DeletePreparer(ctx context.Context, roleInstanceName string, resourceGroupName string, ...) (*http.Request, error)
- func (client CloudServiceRoleInstancesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client CloudServiceRoleInstancesClient) DeleteSender(req *http.Request) (future CloudServiceRoleInstancesDeleteFuture, err error)
- func (client CloudServiceRoleInstancesClient) Get(ctx context.Context, roleInstanceName string, resourceGroupName string, ...) (result RoleInstance, err error)
- func (client CloudServiceRoleInstancesClient) GetInstanceView(ctx context.Context, roleInstanceName string, resourceGroupName string, ...) (result RoleInstanceInstanceView, err error)
- func (client CloudServiceRoleInstancesClient) GetInstanceViewPreparer(ctx context.Context, roleInstanceName string, resourceGroupName string, ...) (*http.Request, error)
- func (client CloudServiceRoleInstancesClient) GetInstanceViewResponder(resp *http.Response) (result RoleInstanceInstanceView, err error)
- func (client CloudServiceRoleInstancesClient) GetInstanceViewSender(req *http.Request) (*http.Response, error)
- func (client CloudServiceRoleInstancesClient) GetPreparer(ctx context.Context, roleInstanceName string, resourceGroupName string, ...) (*http.Request, error)
- func (client CloudServiceRoleInstancesClient) GetRemoteDesktopFile(ctx context.Context, roleInstanceName string, resourceGroupName string, ...) (result ReadCloser, err error)
- func (client CloudServiceRoleInstancesClient) GetRemoteDesktopFilePreparer(ctx context.Context, roleInstanceName string, resourceGroupName string, ...) (*http.Request, error)
- func (client CloudServiceRoleInstancesClient) GetRemoteDesktopFileResponder(resp *http.Response) (result ReadCloser, err error)
- func (client CloudServiceRoleInstancesClient) GetRemoteDesktopFileSender(req *http.Request) (*http.Response, error)
- func (client CloudServiceRoleInstancesClient) GetResponder(resp *http.Response) (result RoleInstance, err error)
- func (client CloudServiceRoleInstancesClient) GetSender(req *http.Request) (*http.Response, error)
- func (client CloudServiceRoleInstancesClient) List(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (result RoleInstanceListResultPage, err error)
- func (client CloudServiceRoleInstancesClient) ListComplete(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (result RoleInstanceListResultIterator, err error)
- func (client CloudServiceRoleInstancesClient) ListPreparer(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (*http.Request, error)
- func (client CloudServiceRoleInstancesClient) ListResponder(resp *http.Response) (result RoleInstanceListResult, err error)
- func (client CloudServiceRoleInstancesClient) ListSender(req *http.Request) (*http.Response, error)
- func (client CloudServiceRoleInstancesClient) Rebuild(ctx context.Context, roleInstanceName string, resourceGroupName string, ...) (result CloudServiceRoleInstancesRebuildFuture, err error)
- func (client CloudServiceRoleInstancesClient) RebuildPreparer(ctx context.Context, roleInstanceName string, resourceGroupName string, ...) (*http.Request, error)
- func (client CloudServiceRoleInstancesClient) RebuildResponder(resp *http.Response) (result autorest.Response, err error)
- func (client CloudServiceRoleInstancesClient) RebuildSender(req *http.Request) (future CloudServiceRoleInstancesRebuildFuture, err error)
- func (client CloudServiceRoleInstancesClient) Reimage(ctx context.Context, roleInstanceName string, resourceGroupName string, ...) (result CloudServiceRoleInstancesReimageFuture, err error)
- func (client CloudServiceRoleInstancesClient) ReimagePreparer(ctx context.Context, roleInstanceName string, resourceGroupName string, ...) (*http.Request, error)
- func (client CloudServiceRoleInstancesClient) ReimageResponder(resp *http.Response) (result autorest.Response, err error)
- func (client CloudServiceRoleInstancesClient) ReimageSender(req *http.Request) (future CloudServiceRoleInstancesReimageFuture, err error)
- func (client CloudServiceRoleInstancesClient) Restart(ctx context.Context, roleInstanceName string, resourceGroupName string, ...) (result CloudServiceRoleInstancesRestartFuture, err error)
- func (client CloudServiceRoleInstancesClient) RestartPreparer(ctx context.Context, roleInstanceName string, resourceGroupName string, ...) (*http.Request, error)
- func (client CloudServiceRoleInstancesClient) RestartResponder(resp *http.Response) (result autorest.Response, err error)
- func (client CloudServiceRoleInstancesClient) RestartSender(req *http.Request) (future CloudServiceRoleInstancesRestartFuture, err error)
- type CloudServiceRoleInstancesDeleteFuture
- type CloudServiceRoleInstancesRebuildFuture
- type CloudServiceRoleInstancesReimageFuture
- type CloudServiceRoleInstancesRestartFuture
- type CloudServiceRoleListResult
- type CloudServiceRoleListResultIterator
- func (iter *CloudServiceRoleListResultIterator) Next() error
- func (iter *CloudServiceRoleListResultIterator) NextWithContext(ctx context.Context) (err error)
- func (iter CloudServiceRoleListResultIterator) NotDone() bool
- func (iter CloudServiceRoleListResultIterator) Response() CloudServiceRoleListResult
- func (iter CloudServiceRoleListResultIterator) Value() CloudServiceRole
- type CloudServiceRoleListResultPage
- func (page *CloudServiceRoleListResultPage) Next() error
- func (page *CloudServiceRoleListResultPage) NextWithContext(ctx context.Context) (err error)
- func (page CloudServiceRoleListResultPage) NotDone() bool
- func (page CloudServiceRoleListResultPage) Response() CloudServiceRoleListResult
- func (page CloudServiceRoleListResultPage) Values() []CloudServiceRole
- type CloudServiceRoleProfile
- type CloudServiceRoleProfileProperties
- type CloudServiceRoleProperties
- type CloudServiceRoleSku
- type CloudServiceRolesClient
- func (client CloudServiceRolesClient) Get(ctx context.Context, roleName string, resourceGroupName string, ...) (result CloudServiceRole, err error)
- func (client CloudServiceRolesClient) GetPreparer(ctx context.Context, roleName string, resourceGroupName string, ...) (*http.Request, error)
- func (client CloudServiceRolesClient) GetResponder(resp *http.Response) (result CloudServiceRole, err error)
- func (client CloudServiceRolesClient) GetSender(req *http.Request) (*http.Response, error)
- func (client CloudServiceRolesClient) List(ctx context.Context, resourceGroupName string, cloudServiceName string) (result CloudServiceRoleListResultPage, err error)
- func (client CloudServiceRolesClient) ListComplete(ctx context.Context, resourceGroupName string, cloudServiceName string) (result CloudServiceRoleListResultIterator, err error)
- func (client CloudServiceRolesClient) ListPreparer(ctx context.Context, resourceGroupName string, cloudServiceName string) (*http.Request, error)
- func (client CloudServiceRolesClient) ListResponder(resp *http.Response) (result CloudServiceRoleListResult, err error)
- func (client CloudServiceRolesClient) ListSender(req *http.Request) (*http.Response, error)
- type CloudServiceUpdate
- type CloudServiceUpgradeMode
- type CloudServiceVaultAndSecretReference
- type CloudServiceVaultCertificate
- type CloudServiceVaultSecretGroup
- type CloudServicesClient
- func (client CloudServicesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (result CloudServicesCreateOrUpdateFuture, err error)
- func (client CloudServicesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (*http.Request, error)
- func (client CloudServicesClient) CreateOrUpdateResponder(resp *http.Response) (result CloudService, err error)
- func (client CloudServicesClient) CreateOrUpdateSender(req *http.Request) (future CloudServicesCreateOrUpdateFuture, err error)
- func (client CloudServicesClient) Delete(ctx context.Context, resourceGroupName string, cloudServiceName string) (result CloudServicesDeleteFuture, err error)
- func (client CloudServicesClient) DeleteInstances(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (result CloudServicesDeleteInstancesFuture, err error)
- func (client CloudServicesClient) DeleteInstancesPreparer(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (*http.Request, error)
- func (client CloudServicesClient) DeleteInstancesResponder(resp *http.Response) (result autorest.Response, err error)
- func (client CloudServicesClient) DeleteInstancesSender(req *http.Request) (future CloudServicesDeleteInstancesFuture, err error)
- func (client CloudServicesClient) DeletePreparer(ctx context.Context, resourceGroupName string, cloudServiceName string) (*http.Request, error)
- func (client CloudServicesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client CloudServicesClient) DeleteSender(req *http.Request) (future CloudServicesDeleteFuture, err error)
- func (client CloudServicesClient) Get(ctx context.Context, resourceGroupName string, cloudServiceName string) (result CloudService, err error)
- func (client CloudServicesClient) GetInstanceView(ctx context.Context, resourceGroupName string, cloudServiceName string) (result CloudServiceInstanceView, err error)
- func (client CloudServicesClient) GetInstanceViewPreparer(ctx context.Context, resourceGroupName string, cloudServiceName string) (*http.Request, error)
- func (client CloudServicesClient) GetInstanceViewResponder(resp *http.Response) (result CloudServiceInstanceView, err error)
- func (client CloudServicesClient) GetInstanceViewSender(req *http.Request) (*http.Response, error)
- func (client CloudServicesClient) GetPreparer(ctx context.Context, resourceGroupName string, cloudServiceName string) (*http.Request, error)
- func (client CloudServicesClient) GetResponder(resp *http.Response) (result CloudService, err error)
- func (client CloudServicesClient) GetSender(req *http.Request) (*http.Response, error)
- func (client CloudServicesClient) List(ctx context.Context, resourceGroupName string) (result CloudServiceListResultPage, err error)
- func (client CloudServicesClient) ListAll(ctx context.Context) (result CloudServiceListResultPage, err error)
- func (client CloudServicesClient) ListAllComplete(ctx context.Context) (result CloudServiceListResultIterator, err error)
- func (client CloudServicesClient) ListAllPreparer(ctx context.Context) (*http.Request, error)
- func (client CloudServicesClient) ListAllResponder(resp *http.Response) (result CloudServiceListResult, err error)
- func (client CloudServicesClient) ListAllSender(req *http.Request) (*http.Response, error)
- func (client CloudServicesClient) ListComplete(ctx context.Context, resourceGroupName string) (result CloudServiceListResultIterator, err error)
- func (client CloudServicesClient) ListPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)
- func (client CloudServicesClient) ListResponder(resp *http.Response) (result CloudServiceListResult, err error)
- func (client CloudServicesClient) ListSender(req *http.Request) (*http.Response, error)
- func (client CloudServicesClient) PowerOff(ctx context.Context, resourceGroupName string, cloudServiceName string) (result CloudServicesPowerOffFuture, err error)
- func (client CloudServicesClient) PowerOffPreparer(ctx context.Context, resourceGroupName string, cloudServiceName string) (*http.Request, error)
- func (client CloudServicesClient) PowerOffResponder(resp *http.Response) (result autorest.Response, err error)
- func (client CloudServicesClient) PowerOffSender(req *http.Request) (future CloudServicesPowerOffFuture, err error)
- func (client CloudServicesClient) Rebuild(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (result CloudServicesRebuildFuture, err error)
- func (client CloudServicesClient) RebuildPreparer(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (*http.Request, error)
- func (client CloudServicesClient) RebuildResponder(resp *http.Response) (result autorest.Response, err error)
- func (client CloudServicesClient) RebuildSender(req *http.Request) (future CloudServicesRebuildFuture, err error)
- func (client CloudServicesClient) Reimage(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (result CloudServicesReimageFuture, err error)
- func (client CloudServicesClient) ReimagePreparer(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (*http.Request, error)
- func (client CloudServicesClient) ReimageResponder(resp *http.Response) (result autorest.Response, err error)
- func (client CloudServicesClient) ReimageSender(req *http.Request) (future CloudServicesReimageFuture, err error)
- func (client CloudServicesClient) Restart(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (result CloudServicesRestartFuture, err error)
- func (client CloudServicesClient) RestartPreparer(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (*http.Request, error)
- func (client CloudServicesClient) RestartResponder(resp *http.Response) (result autorest.Response, err error)
- func (client CloudServicesClient) RestartSender(req *http.Request) (future CloudServicesRestartFuture, err error)
- func (client CloudServicesClient) Start(ctx context.Context, resourceGroupName string, cloudServiceName string) (result CloudServicesStartFuture, err error)
- func (client CloudServicesClient) StartPreparer(ctx context.Context, resourceGroupName string, cloudServiceName string) (*http.Request, error)
- func (client CloudServicesClient) StartResponder(resp *http.Response) (result autorest.Response, err error)
- func (client CloudServicesClient) StartSender(req *http.Request) (future CloudServicesStartFuture, err error)
- func (client CloudServicesClient) Update(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (result CloudServicesUpdateFuture, err error)
- func (client CloudServicesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (*http.Request, error)
- func (client CloudServicesClient) UpdateResponder(resp *http.Response) (result CloudService, err error)
- func (client CloudServicesClient) UpdateSender(req *http.Request) (future CloudServicesUpdateFuture, err error)
- type CloudServicesCreateOrUpdateFuture
- type CloudServicesDeleteFuture
- type CloudServicesDeleteInstancesFuture
- type CloudServicesPowerOffFuture
- type CloudServicesRebuildFuture
- type CloudServicesReimageFuture
- type CloudServicesRestartFuture
- type CloudServicesStartFuture
- type CloudServicesUpdateDomainClient
- func (client CloudServicesUpdateDomainClient) GetUpdateDomain(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (result UpdateDomain, err error)
- func (client CloudServicesUpdateDomainClient) GetUpdateDomainPreparer(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (*http.Request, error)
- func (client CloudServicesUpdateDomainClient) GetUpdateDomainResponder(resp *http.Response) (result UpdateDomain, err error)
- func (client CloudServicesUpdateDomainClient) GetUpdateDomainSender(req *http.Request) (*http.Response, error)
- func (client CloudServicesUpdateDomainClient) ListUpdateDomains(ctx context.Context, resourceGroupName string, cloudServiceName string) (result UpdateDomainListResultPage, err error)
- func (client CloudServicesUpdateDomainClient) ListUpdateDomainsComplete(ctx context.Context, resourceGroupName string, cloudServiceName string) (result UpdateDomainListResultIterator, err error)
- func (client CloudServicesUpdateDomainClient) ListUpdateDomainsPreparer(ctx context.Context, resourceGroupName string, cloudServiceName string) (*http.Request, error)
- func (client CloudServicesUpdateDomainClient) ListUpdateDomainsResponder(resp *http.Response) (result UpdateDomainListResult, err error)
- func (client CloudServicesUpdateDomainClient) ListUpdateDomainsSender(req *http.Request) (*http.Response, error)
- func (client CloudServicesUpdateDomainClient) WalkUpdateDomain(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (result CloudServicesUpdateDomainWalkUpdateDomainFuture, err error)
- func (client CloudServicesUpdateDomainClient) WalkUpdateDomainPreparer(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (*http.Request, error)
- func (client CloudServicesUpdateDomainClient) WalkUpdateDomainResponder(resp *http.Response) (result autorest.Response, err error)
- func (client CloudServicesUpdateDomainClient) WalkUpdateDomainSender(req *http.Request) (future CloudServicesUpdateDomainWalkUpdateDomainFuture, err error)
- type CloudServicesUpdateDomainWalkUpdateDomainFuture
- type CloudServicesUpdateFuture
- type ComponentNames
- type ContainerService
- type ContainerServiceAgentPoolProfile
- type ContainerServiceCustomProfile
- type ContainerServiceDiagnosticsProfile
- type ContainerServiceLinuxProfile
- type ContainerServiceListResult
- type ContainerServiceListResultIterator
- func (iter *ContainerServiceListResultIterator) Next() error
- func (iter *ContainerServiceListResultIterator) NextWithContext(ctx context.Context) (err error)
- func (iter ContainerServiceListResultIterator) NotDone() bool
- func (iter ContainerServiceListResultIterator) Response() ContainerServiceListResult
- func (iter ContainerServiceListResultIterator) Value() ContainerService
- type ContainerServiceListResultPage
- func (page *ContainerServiceListResultPage) Next() error
- func (page *ContainerServiceListResultPage) NextWithContext(ctx context.Context) (err error)
- func (page ContainerServiceListResultPage) NotDone() bool
- func (page ContainerServiceListResultPage) Response() ContainerServiceListResult
- func (page ContainerServiceListResultPage) Values() []ContainerService
- type ContainerServiceMasterProfile
- type ContainerServiceOrchestratorProfile
- type ContainerServiceOrchestratorTypes
- type ContainerServiceProperties
- type ContainerServiceSSHConfiguration
- type ContainerServiceSSHPublicKey
- type ContainerServiceServicePrincipalProfile
- type ContainerServiceVMDiagnostics
- type ContainerServiceVMSizeTypes
- type ContainerServiceWindowsProfile
- type ContainerServicesClient
- func (client ContainerServicesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, containerServiceName string, ...) (result ContainerServicesCreateOrUpdateFuture, err error)
- func (client ContainerServicesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, containerServiceName string, ...) (*http.Request, error)
- func (client ContainerServicesClient) CreateOrUpdateResponder(resp *http.Response) (result ContainerService, err error)
- func (client ContainerServicesClient) CreateOrUpdateSender(req *http.Request) (future ContainerServicesCreateOrUpdateFuture, err error)
- func (client ContainerServicesClient) Delete(ctx context.Context, resourceGroupName string, containerServiceName string) (result ContainerServicesDeleteFuture, err error)
- func (client ContainerServicesClient) DeletePreparer(ctx context.Context, resourceGroupName string, containerServiceName string) (*http.Request, error)
- func (client ContainerServicesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client ContainerServicesClient) DeleteSender(req *http.Request) (future ContainerServicesDeleteFuture, err error)
- func (client ContainerServicesClient) Get(ctx context.Context, resourceGroupName string, containerServiceName string) (result ContainerService, err error)
- func (client ContainerServicesClient) GetPreparer(ctx context.Context, resourceGroupName string, containerServiceName string) (*http.Request, error)
- func (client ContainerServicesClient) GetResponder(resp *http.Response) (result ContainerService, err error)
- func (client ContainerServicesClient) GetSender(req *http.Request) (*http.Response, error)
- func (client ContainerServicesClient) List(ctx context.Context) (result ContainerServiceListResultPage, err error)
- func (client ContainerServicesClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result ContainerServiceListResultPage, err error)
- func (client ContainerServicesClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result ContainerServiceListResultIterator, err error)
- func (client ContainerServicesClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)
- func (client ContainerServicesClient) ListByResourceGroupResponder(resp *http.Response) (result ContainerServiceListResult, err error)
- func (client ContainerServicesClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error)
- func (client ContainerServicesClient) ListComplete(ctx context.Context) (result ContainerServiceListResultIterator, err error)
- func (client ContainerServicesClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client ContainerServicesClient) ListResponder(resp *http.Response) (result ContainerServiceListResult, err error)
- func (client ContainerServicesClient) ListSender(req *http.Request) (*http.Response, error)
- type ContainerServicesCreateOrUpdateFuture
- type ContainerServicesDeleteFuture
- type CreationData
- type DataDisk
- type DataDiskImage
- type DataDiskImageEncryption
- type DedicatedHost
- type DedicatedHostAllocatableVM
- type DedicatedHostAvailableCapacity
- type DedicatedHostGroup
- type DedicatedHostGroupInstanceView
- type DedicatedHostGroupListResult
- type DedicatedHostGroupListResultIterator
- func (iter *DedicatedHostGroupListResultIterator) Next() error
- func (iter *DedicatedHostGroupListResultIterator) NextWithContext(ctx context.Context) (err error)
- func (iter DedicatedHostGroupListResultIterator) NotDone() bool
- func (iter DedicatedHostGroupListResultIterator) Response() DedicatedHostGroupListResult
- func (iter DedicatedHostGroupListResultIterator) Value() DedicatedHostGroup
- type DedicatedHostGroupListResultPage
- func (page *DedicatedHostGroupListResultPage) Next() error
- func (page *DedicatedHostGroupListResultPage) NextWithContext(ctx context.Context) (err error)
- func (page DedicatedHostGroupListResultPage) NotDone() bool
- func (page DedicatedHostGroupListResultPage) Response() DedicatedHostGroupListResult
- func (page DedicatedHostGroupListResultPage) Values() []DedicatedHostGroup
- type DedicatedHostGroupProperties
- type DedicatedHostGroupUpdate
- type DedicatedHostGroupsClient
- func (client DedicatedHostGroupsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, hostGroupName string, ...) (result DedicatedHostGroup, err error)
- func (client DedicatedHostGroupsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, hostGroupName string, ...) (*http.Request, error)
- func (client DedicatedHostGroupsClient) CreateOrUpdateResponder(resp *http.Response) (result DedicatedHostGroup, err error)
- func (client DedicatedHostGroupsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
- func (client DedicatedHostGroupsClient) Delete(ctx context.Context, resourceGroupName string, hostGroupName string) (result autorest.Response, err error)
- func (client DedicatedHostGroupsClient) DeletePreparer(ctx context.Context, resourceGroupName string, hostGroupName string) (*http.Request, error)
- func (client DedicatedHostGroupsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client DedicatedHostGroupsClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client DedicatedHostGroupsClient) Get(ctx context.Context, resourceGroupName string, hostGroupName string, ...) (result DedicatedHostGroup, err error)
- func (client DedicatedHostGroupsClient) GetPreparer(ctx context.Context, resourceGroupName string, hostGroupName string, ...) (*http.Request, error)
- func (client DedicatedHostGroupsClient) GetResponder(resp *http.Response) (result DedicatedHostGroup, err error)
- func (client DedicatedHostGroupsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client DedicatedHostGroupsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result DedicatedHostGroupListResultPage, err error)
- func (client DedicatedHostGroupsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result DedicatedHostGroupListResultIterator, err error)
- func (client DedicatedHostGroupsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)
- func (client DedicatedHostGroupsClient) ListByResourceGroupResponder(resp *http.Response) (result DedicatedHostGroupListResult, err error)
- func (client DedicatedHostGroupsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error)
- func (client DedicatedHostGroupsClient) ListBySubscription(ctx context.Context) (result DedicatedHostGroupListResultPage, err error)
- func (client DedicatedHostGroupsClient) ListBySubscriptionComplete(ctx context.Context) (result DedicatedHostGroupListResultIterator, err error)
- func (client DedicatedHostGroupsClient) ListBySubscriptionPreparer(ctx context.Context) (*http.Request, error)
- func (client DedicatedHostGroupsClient) ListBySubscriptionResponder(resp *http.Response) (result DedicatedHostGroupListResult, err error)
- func (client DedicatedHostGroupsClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error)
- func (client DedicatedHostGroupsClient) Update(ctx context.Context, resourceGroupName string, hostGroupName string, ...) (result DedicatedHostGroup, err error)
- func (client DedicatedHostGroupsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, hostGroupName string, ...) (*http.Request, error)
- func (client DedicatedHostGroupsClient) UpdateResponder(resp *http.Response) (result DedicatedHostGroup, err error)
- func (client DedicatedHostGroupsClient) UpdateSender(req *http.Request) (*http.Response, error)
- type DedicatedHostInstanceView
- type DedicatedHostInstanceViewWithName
- type DedicatedHostLicenseTypes
- type DedicatedHostListResult
- type DedicatedHostListResultIterator
- func (iter *DedicatedHostListResultIterator) Next() error
- func (iter *DedicatedHostListResultIterator) NextWithContext(ctx context.Context) (err error)
- func (iter DedicatedHostListResultIterator) NotDone() bool
- func (iter DedicatedHostListResultIterator) Response() DedicatedHostListResult
- func (iter DedicatedHostListResultIterator) Value() DedicatedHost
- type DedicatedHostListResultPage
- func (page *DedicatedHostListResultPage) Next() error
- func (page *DedicatedHostListResultPage) NextWithContext(ctx context.Context) (err error)
- func (page DedicatedHostListResultPage) NotDone() bool
- func (page DedicatedHostListResultPage) Response() DedicatedHostListResult
- func (page DedicatedHostListResultPage) Values() []DedicatedHost
- type DedicatedHostProperties
- type DedicatedHostUpdate
- type DedicatedHostsClient
- func (client DedicatedHostsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, hostGroupName string, ...) (result DedicatedHostsCreateOrUpdateFuture, err error)
- func (client DedicatedHostsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, hostGroupName string, ...) (*http.Request, error)
- func (client DedicatedHostsClient) CreateOrUpdateResponder(resp *http.Response) (result DedicatedHost, err error)
- func (client DedicatedHostsClient) CreateOrUpdateSender(req *http.Request) (future DedicatedHostsCreateOrUpdateFuture, err error)
- func (client DedicatedHostsClient) Delete(ctx context.Context, resourceGroupName string, hostGroupName string, ...) (result DedicatedHostsDeleteFuture, err error)
- func (client DedicatedHostsClient) DeletePreparer(ctx context.Context, resourceGroupName string, hostGroupName string, ...) (*http.Request, error)
- func (client DedicatedHostsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client DedicatedHostsClient) DeleteSender(req *http.Request) (future DedicatedHostsDeleteFuture, err error)
- func (client DedicatedHostsClient) Get(ctx context.Context, resourceGroupName string, hostGroupName string, ...) (result DedicatedHost, err error)
- func (client DedicatedHostsClient) GetPreparer(ctx context.Context, resourceGroupName string, hostGroupName string, ...) (*http.Request, error)
- func (client DedicatedHostsClient) GetResponder(resp *http.Response) (result DedicatedHost, err error)
- func (client DedicatedHostsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client DedicatedHostsClient) ListByHostGroup(ctx context.Context, resourceGroupName string, hostGroupName string) (result DedicatedHostListResultPage, err error)
- func (client DedicatedHostsClient) ListByHostGroupComplete(ctx context.Context, resourceGroupName string, hostGroupName string) (result DedicatedHostListResultIterator, err error)
- func (client DedicatedHostsClient) ListByHostGroupPreparer(ctx context.Context, resourceGroupName string, hostGroupName string) (*http.Request, error)
- func (client DedicatedHostsClient) ListByHostGroupResponder(resp *http.Response) (result DedicatedHostListResult, err error)
- func (client DedicatedHostsClient) ListByHostGroupSender(req *http.Request) (*http.Response, error)
- func (client DedicatedHostsClient) Update(ctx context.Context, resourceGroupName string, hostGroupName string, ...) (result DedicatedHostsUpdateFuture, err error)
- func (client DedicatedHostsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, hostGroupName string, ...) (*http.Request, error)
- func (client DedicatedHostsClient) UpdateResponder(resp *http.Response) (result DedicatedHost, err error)
- func (client DedicatedHostsClient) UpdateSender(req *http.Request) (future DedicatedHostsUpdateFuture, err error)
- type DedicatedHostsCreateOrUpdateFuture
- type DedicatedHostsDeleteFuture
- type DedicatedHostsUpdateFuture
- type DiagnosticsProfile
- type DiffDiskOptions
- type DiffDiskPlacement
- type DiffDiskSettings
- type Disallowed
- type DisallowedConfiguration
- type Disk
- type DiskAccess
- type DiskAccessList
- type DiskAccessListIterator
- type DiskAccessListPage
- type DiskAccessProperties
- type DiskAccessUpdate
- type DiskAccessesClient
- func (client DiskAccessesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, diskAccessName string, ...) (result DiskAccessesCreateOrUpdateFuture, err error)
- func (client DiskAccessesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, diskAccessName string, ...) (*http.Request, error)
- func (client DiskAccessesClient) CreateOrUpdateResponder(resp *http.Response) (result DiskAccess, err error)
- func (client DiskAccessesClient) CreateOrUpdateSender(req *http.Request) (future DiskAccessesCreateOrUpdateFuture, err error)
- func (client DiskAccessesClient) Delete(ctx context.Context, resourceGroupName string, diskAccessName string) (result DiskAccessesDeleteFuture, err error)
- func (client DiskAccessesClient) DeleteAPrivateEndpointConnection(ctx context.Context, resourceGroupName string, diskAccessName string, ...) (result DiskAccessesDeleteAPrivateEndpointConnectionFuture, err error)
- func (client DiskAccessesClient) DeleteAPrivateEndpointConnectionPreparer(ctx context.Context, resourceGroupName string, diskAccessName string, ...) (*http.Request, error)
- func (client DiskAccessesClient) DeleteAPrivateEndpointConnectionResponder(resp *http.Response) (result autorest.Response, err error)
- func (client DiskAccessesClient) DeleteAPrivateEndpointConnectionSender(req *http.Request) (future DiskAccessesDeleteAPrivateEndpointConnectionFuture, err error)
- func (client DiskAccessesClient) DeletePreparer(ctx context.Context, resourceGroupName string, diskAccessName string) (*http.Request, error)
- func (client DiskAccessesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client DiskAccessesClient) DeleteSender(req *http.Request) (future DiskAccessesDeleteFuture, err error)
- func (client DiskAccessesClient) Get(ctx context.Context, resourceGroupName string, diskAccessName string) (result DiskAccess, err error)
- func (client DiskAccessesClient) GetAPrivateEndpointConnection(ctx context.Context, resourceGroupName string, diskAccessName string, ...) (result PrivateEndpointConnection, err error)
- func (client DiskAccessesClient) GetAPrivateEndpointConnectionPreparer(ctx context.Context, resourceGroupName string, diskAccessName string, ...) (*http.Request, error)
- func (client DiskAccessesClient) GetAPrivateEndpointConnectionResponder(resp *http.Response) (result PrivateEndpointConnection, err error)
- func (client DiskAccessesClient) GetAPrivateEndpointConnectionSender(req *http.Request) (*http.Response, error)
- func (client DiskAccessesClient) GetPreparer(ctx context.Context, resourceGroupName string, diskAccessName string) (*http.Request, error)
- func (client DiskAccessesClient) GetPrivateLinkResources(ctx context.Context, resourceGroupName string, diskAccessName string) (result PrivateLinkResourceListResult, err error)
- func (client DiskAccessesClient) GetPrivateLinkResourcesPreparer(ctx context.Context, resourceGroupName string, diskAccessName string) (*http.Request, error)
- func (client DiskAccessesClient) GetPrivateLinkResourcesResponder(resp *http.Response) (result PrivateLinkResourceListResult, err error)
- func (client DiskAccessesClient) GetPrivateLinkResourcesSender(req *http.Request) (*http.Response, error)
- func (client DiskAccessesClient) GetResponder(resp *http.Response) (result DiskAccess, err error)
- func (client DiskAccessesClient) GetSender(req *http.Request) (*http.Response, error)
- func (client DiskAccessesClient) List(ctx context.Context) (result DiskAccessListPage, err error)
- func (client DiskAccessesClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result DiskAccessListPage, err error)
- func (client DiskAccessesClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result DiskAccessListIterator, err error)
- func (client DiskAccessesClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)
- func (client DiskAccessesClient) ListByResourceGroupResponder(resp *http.Response) (result DiskAccessList, err error)
- func (client DiskAccessesClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error)
- func (client DiskAccessesClient) ListComplete(ctx context.Context) (result DiskAccessListIterator, err error)
- func (client DiskAccessesClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client DiskAccessesClient) ListPrivateEndpointConnections(ctx context.Context, resourceGroupName string, diskAccessName string) (result PrivateEndpointConnectionListResultPage, err error)
- func (client DiskAccessesClient) ListPrivateEndpointConnectionsComplete(ctx context.Context, resourceGroupName string, diskAccessName string) (result PrivateEndpointConnectionListResultIterator, err error)
- func (client DiskAccessesClient) ListPrivateEndpointConnectionsPreparer(ctx context.Context, resourceGroupName string, diskAccessName string) (*http.Request, error)
- func (client DiskAccessesClient) ListPrivateEndpointConnectionsResponder(resp *http.Response) (result PrivateEndpointConnectionListResult, err error)
- func (client DiskAccessesClient) ListPrivateEndpointConnectionsSender(req *http.Request) (*http.Response, error)
- func (client DiskAccessesClient) ListResponder(resp *http.Response) (result DiskAccessList, err error)
- func (client DiskAccessesClient) ListSender(req *http.Request) (*http.Response, error)
- func (client DiskAccessesClient) Update(ctx context.Context, resourceGroupName string, diskAccessName string, ...) (result DiskAccessesUpdateFuture, err error)
- func (client DiskAccessesClient) UpdateAPrivateEndpointConnection(ctx context.Context, resourceGroupName string, diskAccessName string, ...) (result DiskAccessesUpdateAPrivateEndpointConnectionFuture, err error)
- func (client DiskAccessesClient) UpdateAPrivateEndpointConnectionPreparer(ctx context.Context, resourceGroupName string, diskAccessName string, ...) (*http.Request, error)
- func (client DiskAccessesClient) UpdateAPrivateEndpointConnectionResponder(resp *http.Response) (result PrivateEndpointConnection, err error)
- func (client DiskAccessesClient) UpdateAPrivateEndpointConnectionSender(req *http.Request) (future DiskAccessesUpdateAPrivateEndpointConnectionFuture, err error)
- func (client DiskAccessesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, diskAccessName string, ...) (*http.Request, error)
- func (client DiskAccessesClient) UpdateResponder(resp *http.Response) (result DiskAccess, err error)
- func (client DiskAccessesClient) UpdateSender(req *http.Request) (future DiskAccessesUpdateFuture, err error)
- type DiskAccessesCreateOrUpdateFuture
- type DiskAccessesDeleteAPrivateEndpointConnectionFuture
- type DiskAccessesDeleteFuture
- type DiskAccessesUpdateAPrivateEndpointConnectionFuture
- type DiskAccessesUpdateFuture
- type DiskCreateOption
- type DiskCreateOptionTypes
- type DiskEncryptionSet
- type DiskEncryptionSetIdentityType
- type DiskEncryptionSetList
- type DiskEncryptionSetListIterator
- func (iter *DiskEncryptionSetListIterator) Next() error
- func (iter *DiskEncryptionSetListIterator) NextWithContext(ctx context.Context) (err error)
- func (iter DiskEncryptionSetListIterator) NotDone() bool
- func (iter DiskEncryptionSetListIterator) Response() DiskEncryptionSetList
- func (iter DiskEncryptionSetListIterator) Value() DiskEncryptionSet
- type DiskEncryptionSetListPage
- func (page *DiskEncryptionSetListPage) Next() error
- func (page *DiskEncryptionSetListPage) NextWithContext(ctx context.Context) (err error)
- func (page DiskEncryptionSetListPage) NotDone() bool
- func (page DiskEncryptionSetListPage) Response() DiskEncryptionSetList
- func (page DiskEncryptionSetListPage) Values() []DiskEncryptionSet
- type DiskEncryptionSetParameters
- type DiskEncryptionSetType
- type DiskEncryptionSetUpdate
- type DiskEncryptionSetUpdateProperties
- type DiskEncryptionSetsClient
- func (client DiskEncryptionSetsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, diskEncryptionSetName string, ...) (result DiskEncryptionSetsCreateOrUpdateFuture, err error)
- func (client DiskEncryptionSetsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, diskEncryptionSetName string, ...) (*http.Request, error)
- func (client DiskEncryptionSetsClient) CreateOrUpdateResponder(resp *http.Response) (result DiskEncryptionSet, err error)
- func (client DiskEncryptionSetsClient) CreateOrUpdateSender(req *http.Request) (future DiskEncryptionSetsCreateOrUpdateFuture, err error)
- func (client DiskEncryptionSetsClient) Delete(ctx context.Context, resourceGroupName string, diskEncryptionSetName string) (result DiskEncryptionSetsDeleteFuture, err error)
- func (client DiskEncryptionSetsClient) DeletePreparer(ctx context.Context, resourceGroupName string, diskEncryptionSetName string) (*http.Request, error)
- func (client DiskEncryptionSetsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client DiskEncryptionSetsClient) DeleteSender(req *http.Request) (future DiskEncryptionSetsDeleteFuture, err error)
- func (client DiskEncryptionSetsClient) Get(ctx context.Context, resourceGroupName string, diskEncryptionSetName string) (result DiskEncryptionSet, err error)
- func (client DiskEncryptionSetsClient) GetPreparer(ctx context.Context, resourceGroupName string, diskEncryptionSetName string) (*http.Request, error)
- func (client DiskEncryptionSetsClient) GetResponder(resp *http.Response) (result DiskEncryptionSet, err error)
- func (client DiskEncryptionSetsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client DiskEncryptionSetsClient) List(ctx context.Context) (result DiskEncryptionSetListPage, err error)
- func (client DiskEncryptionSetsClient) ListAssociatedResources(ctx context.Context, resourceGroupName string, diskEncryptionSetName string) (result ResourceURIListPage, err error)
- func (client DiskEncryptionSetsClient) ListAssociatedResourcesComplete(ctx context.Context, resourceGroupName string, diskEncryptionSetName string) (result ResourceURIListIterator, err error)
- func (client DiskEncryptionSetsClient) ListAssociatedResourcesPreparer(ctx context.Context, resourceGroupName string, diskEncryptionSetName string) (*http.Request, error)
- func (client DiskEncryptionSetsClient) ListAssociatedResourcesResponder(resp *http.Response) (result ResourceURIList, err error)
- func (client DiskEncryptionSetsClient) ListAssociatedResourcesSender(req *http.Request) (*http.Response, error)
- func (client DiskEncryptionSetsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result DiskEncryptionSetListPage, err error)
- func (client DiskEncryptionSetsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result DiskEncryptionSetListIterator, err error)
- func (client DiskEncryptionSetsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)
- func (client DiskEncryptionSetsClient) ListByResourceGroupResponder(resp *http.Response) (result DiskEncryptionSetList, err error)
- func (client DiskEncryptionSetsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error)
- func (client DiskEncryptionSetsClient) ListComplete(ctx context.Context) (result DiskEncryptionSetListIterator, err error)
- func (client DiskEncryptionSetsClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client DiskEncryptionSetsClient) ListResponder(resp *http.Response) (result DiskEncryptionSetList, err error)
- func (client DiskEncryptionSetsClient) ListSender(req *http.Request) (*http.Response, error)
- func (client DiskEncryptionSetsClient) Update(ctx context.Context, resourceGroupName string, diskEncryptionSetName string, ...) (result DiskEncryptionSetsUpdateFuture, err error)
- func (client DiskEncryptionSetsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, diskEncryptionSetName string, ...) (*http.Request, error)
- func (client DiskEncryptionSetsClient) UpdateResponder(resp *http.Response) (result DiskEncryptionSet, err error)
- func (client DiskEncryptionSetsClient) UpdateSender(req *http.Request) (future DiskEncryptionSetsUpdateFuture, err error)
- type DiskEncryptionSetsCreateOrUpdateFuture
- type DiskEncryptionSetsDeleteFuture
- type DiskEncryptionSetsUpdateFuture
- type DiskEncryptionSettings
- type DiskImageEncryption
- type DiskInstanceView
- type DiskList
- type DiskListIterator
- type DiskListPage
- type DiskProperties
- type DiskRestorePoint
- type DiskRestorePointClient
- func (client DiskRestorePointClient) Get(ctx context.Context, resourceGroupName string, ...) (result DiskRestorePoint, err error)
- func (client DiskRestorePointClient) GetPreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error)
- func (client DiskRestorePointClient) GetResponder(resp *http.Response) (result DiskRestorePoint, err error)
- func (client DiskRestorePointClient) GetSender(req *http.Request) (*http.Response, error)
- func (client DiskRestorePointClient) ListByRestorePoint(ctx context.Context, resourceGroupName string, ...) (result DiskRestorePointListPage, err error)
- func (client DiskRestorePointClient) ListByRestorePointComplete(ctx context.Context, resourceGroupName string, ...) (result DiskRestorePointListIterator, err error)
- func (client DiskRestorePointClient) ListByRestorePointPreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error)
- func (client DiskRestorePointClient) ListByRestorePointResponder(resp *http.Response) (result DiskRestorePointList, err error)
- func (client DiskRestorePointClient) ListByRestorePointSender(req *http.Request) (*http.Response, error)
- type DiskRestorePointList
- type DiskRestorePointListIterator
- func (iter *DiskRestorePointListIterator) Next() error
- func (iter *DiskRestorePointListIterator) NextWithContext(ctx context.Context) (err error)
- func (iter DiskRestorePointListIterator) NotDone() bool
- func (iter DiskRestorePointListIterator) Response() DiskRestorePointList
- func (iter DiskRestorePointListIterator) Value() DiskRestorePoint
- type DiskRestorePointListPage
- func (page *DiskRestorePointListPage) Next() error
- func (page *DiskRestorePointListPage) NextWithContext(ctx context.Context) (err error)
- func (page DiskRestorePointListPage) NotDone() bool
- func (page DiskRestorePointListPage) Response() DiskRestorePointList
- func (page DiskRestorePointListPage) Values() []DiskRestorePoint
- type DiskRestorePointProperties
- type DiskSku
- type DiskState
- type DiskStorageAccountTypes
- type DiskUpdate
- type DiskUpdateProperties
- type DisksClient
- func (client DisksClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, diskName string, disk Disk) (result DisksCreateOrUpdateFuture, err error)
- func (client DisksClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, diskName string, disk Disk) (*http.Request, error)
- func (client DisksClient) CreateOrUpdateResponder(resp *http.Response) (result Disk, err error)
- func (client DisksClient) CreateOrUpdateSender(req *http.Request) (future DisksCreateOrUpdateFuture, err error)
- func (client DisksClient) Delete(ctx context.Context, resourceGroupName string, diskName string) (result DisksDeleteFuture, err error)
- func (client DisksClient) DeletePreparer(ctx context.Context, resourceGroupName string, diskName string) (*http.Request, error)
- func (client DisksClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client DisksClient) DeleteSender(req *http.Request) (future DisksDeleteFuture, err error)
- func (client DisksClient) Get(ctx context.Context, resourceGroupName string, diskName string) (result Disk, err error)
- func (client DisksClient) GetPreparer(ctx context.Context, resourceGroupName string, diskName string) (*http.Request, error)
- func (client DisksClient) GetResponder(resp *http.Response) (result Disk, err error)
- func (client DisksClient) GetSender(req *http.Request) (*http.Response, error)
- func (client DisksClient) GrantAccess(ctx context.Context, resourceGroupName string, diskName string, ...) (result DisksGrantAccessFuture, err error)
- func (client DisksClient) GrantAccessPreparer(ctx context.Context, resourceGroupName string, diskName string, ...) (*http.Request, error)
- func (client DisksClient) GrantAccessResponder(resp *http.Response) (result AccessURI, err error)
- func (client DisksClient) GrantAccessSender(req *http.Request) (future DisksGrantAccessFuture, err error)
- func (client DisksClient) List(ctx context.Context) (result DiskListPage, err error)
- func (client DisksClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result DiskListPage, err error)
- func (client DisksClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result DiskListIterator, err error)
- func (client DisksClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)
- func (client DisksClient) ListByResourceGroupResponder(resp *http.Response) (result DiskList, err error)
- func (client DisksClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error)
- func (client DisksClient) ListComplete(ctx context.Context) (result DiskListIterator, err error)
- func (client DisksClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client DisksClient) ListResponder(resp *http.Response) (result DiskList, err error)
- func (client DisksClient) ListSender(req *http.Request) (*http.Response, error)
- func (client DisksClient) RevokeAccess(ctx context.Context, resourceGroupName string, diskName string) (result DisksRevokeAccessFuture, err error)
- func (client DisksClient) RevokeAccessPreparer(ctx context.Context, resourceGroupName string, diskName string) (*http.Request, error)
- func (client DisksClient) RevokeAccessResponder(resp *http.Response) (result autorest.Response, err error)
- func (client DisksClient) RevokeAccessSender(req *http.Request) (future DisksRevokeAccessFuture, err error)
- func (client DisksClient) Update(ctx context.Context, resourceGroupName string, diskName string, ...) (result DisksUpdateFuture, err error)
- func (client DisksClient) UpdatePreparer(ctx context.Context, resourceGroupName string, diskName string, ...) (*http.Request, error)
- func (client DisksClient) UpdateResponder(resp *http.Response) (result Disk, err error)
- func (client DisksClient) UpdateSender(req *http.Request) (future DisksUpdateFuture, err error)
- type DisksCreateOrUpdateFuture
- type DisksDeleteFuture
- type DisksGrantAccessFuture
- type DisksRevokeAccessFuture
- type DisksUpdateFuture
- type Encryption
- type EncryptionImages
- type EncryptionSetIdentity
- type EncryptionSetProperties
- type EncryptionSettingsCollection
- type EncryptionSettingsElement
- type EncryptionType
- type ExecutionState
- type ExtendedLocation
- type ExtendedLocationTypes
- type Extension
- type GalleriesClient
- func (client GalleriesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, galleryName string, ...) (result GalleriesCreateOrUpdateFuture, err error)
- func (client GalleriesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, galleryName string, ...) (*http.Request, error)
- func (client GalleriesClient) CreateOrUpdateResponder(resp *http.Response) (result Gallery, err error)
- func (client GalleriesClient) CreateOrUpdateSender(req *http.Request) (future GalleriesCreateOrUpdateFuture, err error)
- func (client GalleriesClient) Delete(ctx context.Context, resourceGroupName string, galleryName string) (result GalleriesDeleteFuture, err error)
- func (client GalleriesClient) DeletePreparer(ctx context.Context, resourceGroupName string, galleryName string) (*http.Request, error)
- func (client GalleriesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client GalleriesClient) DeleteSender(req *http.Request) (future GalleriesDeleteFuture, err error)
- func (client GalleriesClient) Get(ctx context.Context, resourceGroupName string, galleryName string) (result Gallery, err error)
- func (client GalleriesClient) GetPreparer(ctx context.Context, resourceGroupName string, galleryName string) (*http.Request, error)
- func (client GalleriesClient) GetResponder(resp *http.Response) (result Gallery, err error)
- func (client GalleriesClient) GetSender(req *http.Request) (*http.Response, error)
- func (client GalleriesClient) List(ctx context.Context) (result GalleryListPage, err error)
- func (client GalleriesClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result GalleryListPage, err error)
- func (client GalleriesClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result GalleryListIterator, err error)
- func (client GalleriesClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)
- func (client GalleriesClient) ListByResourceGroupResponder(resp *http.Response) (result GalleryList, err error)
- func (client GalleriesClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error)
- func (client GalleriesClient) ListComplete(ctx context.Context) (result GalleryListIterator, err error)
- func (client GalleriesClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client GalleriesClient) ListResponder(resp *http.Response) (result GalleryList, err error)
- func (client GalleriesClient) ListSender(req *http.Request) (*http.Response, error)
- func (client GalleriesClient) Update(ctx context.Context, resourceGroupName string, galleryName string, ...) (result GalleriesUpdateFuture, err error)
- func (client GalleriesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, galleryName string, ...) (*http.Request, error)
- func (client GalleriesClient) UpdateResponder(resp *http.Response) (result Gallery, err error)
- func (client GalleriesClient) UpdateSender(req *http.Request) (future GalleriesUpdateFuture, err error)
- type GalleriesCreateOrUpdateFuture
- type GalleriesDeleteFuture
- type GalleriesUpdateFuture
- type Gallery
- type GalleryApplication
- type GalleryApplicationList
- type GalleryApplicationListIterator
- func (iter *GalleryApplicationListIterator) Next() error
- func (iter *GalleryApplicationListIterator) NextWithContext(ctx context.Context) (err error)
- func (iter GalleryApplicationListIterator) NotDone() bool
- func (iter GalleryApplicationListIterator) Response() GalleryApplicationList
- func (iter GalleryApplicationListIterator) Value() GalleryApplication
- type GalleryApplicationListPage
- func (page *GalleryApplicationListPage) Next() error
- func (page *GalleryApplicationListPage) NextWithContext(ctx context.Context) (err error)
- func (page GalleryApplicationListPage) NotDone() bool
- func (page GalleryApplicationListPage) Response() GalleryApplicationList
- func (page GalleryApplicationListPage) Values() []GalleryApplication
- type GalleryApplicationProperties
- type GalleryApplicationUpdate
- type GalleryApplicationVersion
- type GalleryApplicationVersionList
- type GalleryApplicationVersionListIterator
- func (iter *GalleryApplicationVersionListIterator) Next() error
- func (iter *GalleryApplicationVersionListIterator) NextWithContext(ctx context.Context) (err error)
- func (iter GalleryApplicationVersionListIterator) NotDone() bool
- func (iter GalleryApplicationVersionListIterator) Response() GalleryApplicationVersionList
- func (iter GalleryApplicationVersionListIterator) Value() GalleryApplicationVersion
- type GalleryApplicationVersionListPage
- func (page *GalleryApplicationVersionListPage) Next() error
- func (page *GalleryApplicationVersionListPage) NextWithContext(ctx context.Context) (err error)
- func (page GalleryApplicationVersionListPage) NotDone() bool
- func (page GalleryApplicationVersionListPage) Response() GalleryApplicationVersionList
- func (page GalleryApplicationVersionListPage) Values() []GalleryApplicationVersion
- type GalleryApplicationVersionProperties
- type GalleryApplicationVersionPublishingProfile
- type GalleryApplicationVersionUpdate
- type GalleryApplicationVersionsClient
- func (client GalleryApplicationVersionsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, galleryName string, ...) (result GalleryApplicationVersionsCreateOrUpdateFuture, err error)
- func (client GalleryApplicationVersionsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, galleryName string, ...) (*http.Request, error)
- func (client GalleryApplicationVersionsClient) CreateOrUpdateResponder(resp *http.Response) (result GalleryApplicationVersion, err error)
- func (client GalleryApplicationVersionsClient) CreateOrUpdateSender(req *http.Request) (future GalleryApplicationVersionsCreateOrUpdateFuture, err error)
- func (client GalleryApplicationVersionsClient) Delete(ctx context.Context, resourceGroupName string, galleryName string, ...) (result GalleryApplicationVersionsDeleteFuture, err error)
- func (client GalleryApplicationVersionsClient) DeletePreparer(ctx context.Context, resourceGroupName string, galleryName string, ...) (*http.Request, error)
- func (client GalleryApplicationVersionsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client GalleryApplicationVersionsClient) DeleteSender(req *http.Request) (future GalleryApplicationVersionsDeleteFuture, err error)
- func (client GalleryApplicationVersionsClient) Get(ctx context.Context, resourceGroupName string, galleryName string, ...) (result GalleryApplicationVersion, err error)
- func (client GalleryApplicationVersionsClient) GetPreparer(ctx context.Context, resourceGroupName string, galleryName string, ...) (*http.Request, error)
- func (client GalleryApplicationVersionsClient) GetResponder(resp *http.Response) (result GalleryApplicationVersion, err error)
- func (client GalleryApplicationVersionsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client GalleryApplicationVersionsClient) ListByGalleryApplication(ctx context.Context, resourceGroupName string, galleryName string, ...) (result GalleryApplicationVersionListPage, err error)
- func (client GalleryApplicationVersionsClient) ListByGalleryApplicationComplete(ctx context.Context, resourceGroupName string, galleryName string, ...) (result GalleryApplicationVersionListIterator, err error)
- func (client GalleryApplicationVersionsClient) ListByGalleryApplicationPreparer(ctx context.Context, resourceGroupName string, galleryName string, ...) (*http.Request, error)
- func (client GalleryApplicationVersionsClient) ListByGalleryApplicationResponder(resp *http.Response) (result GalleryApplicationVersionList, err error)
- func (client GalleryApplicationVersionsClient) ListByGalleryApplicationSender(req *http.Request) (*http.Response, error)
- func (client GalleryApplicationVersionsClient) Update(ctx context.Context, resourceGroupName string, galleryName string, ...) (result GalleryApplicationVersionsUpdateFuture, err error)
- func (client GalleryApplicationVersionsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, galleryName string, ...) (*http.Request, error)
- func (client GalleryApplicationVersionsClient) UpdateResponder(resp *http.Response) (result GalleryApplicationVersion, err error)
- func (client GalleryApplicationVersionsClient) UpdateSender(req *http.Request) (future GalleryApplicationVersionsUpdateFuture, err error)
- type GalleryApplicationVersionsCreateOrUpdateFuture
- type GalleryApplicationVersionsDeleteFuture
- type GalleryApplicationVersionsUpdateFuture
- type GalleryApplicationsClient
- func (client GalleryApplicationsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, galleryName string, ...) (result GalleryApplicationsCreateOrUpdateFuture, err error)
- func (client GalleryApplicationsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, galleryName string, ...) (*http.Request, error)
- func (client GalleryApplicationsClient) CreateOrUpdateResponder(resp *http.Response) (result GalleryApplication, err error)
- func (client GalleryApplicationsClient) CreateOrUpdateSender(req *http.Request) (future GalleryApplicationsCreateOrUpdateFuture, err error)
- func (client GalleryApplicationsClient) Delete(ctx context.Context, resourceGroupName string, galleryName string, ...) (result GalleryApplicationsDeleteFuture, err error)
- func (client GalleryApplicationsClient) DeletePreparer(ctx context.Context, resourceGroupName string, galleryName string, ...) (*http.Request, error)
- func (client GalleryApplicationsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client GalleryApplicationsClient) DeleteSender(req *http.Request) (future GalleryApplicationsDeleteFuture, err error)
- func (client GalleryApplicationsClient) Get(ctx context.Context, resourceGroupName string, galleryName string, ...) (result GalleryApplication, err error)
- func (client GalleryApplicationsClient) GetPreparer(ctx context.Context, resourceGroupName string, galleryName string, ...) (*http.Request, error)
- func (client GalleryApplicationsClient) GetResponder(resp *http.Response) (result GalleryApplication, err error)
- func (client GalleryApplicationsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client GalleryApplicationsClient) ListByGallery(ctx context.Context, resourceGroupName string, galleryName string) (result GalleryApplicationListPage, err error)
- func (client GalleryApplicationsClient) ListByGalleryComplete(ctx context.Context, resourceGroupName string, galleryName string) (result GalleryApplicationListIterator, err error)
- func (client GalleryApplicationsClient) ListByGalleryPreparer(ctx context.Context, resourceGroupName string, galleryName string) (*http.Request, error)
- func (client GalleryApplicationsClient) ListByGalleryResponder(resp *http.Response) (result GalleryApplicationList, err error)
- func (client GalleryApplicationsClient) ListByGallerySender(req *http.Request) (*http.Response, error)
- func (client GalleryApplicationsClient) Update(ctx context.Context, resourceGroupName string, galleryName string, ...) (result GalleryApplicationsUpdateFuture, err error)
- func (client GalleryApplicationsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, galleryName string, ...) (*http.Request, error)
- func (client GalleryApplicationsClient) UpdateResponder(resp *http.Response) (result GalleryApplication, err error)
- func (client GalleryApplicationsClient) UpdateSender(req *http.Request) (future GalleryApplicationsUpdateFuture, err error)
- type GalleryApplicationsCreateOrUpdateFuture
- type GalleryApplicationsDeleteFuture
- type GalleryApplicationsUpdateFuture
- type GalleryArtifactPublishingProfileBase
- type GalleryArtifactSource
- type GalleryArtifactVersionSource
- type GalleryDataDiskImage
- type GalleryDiskImage
- type GalleryIdentifier
- type GalleryImage
- type GalleryImageIdentifier
- type GalleryImageList
- type GalleryImageListIterator
- func (iter *GalleryImageListIterator) Next() error
- func (iter *GalleryImageListIterator) NextWithContext(ctx context.Context) (err error)
- func (iter GalleryImageListIterator) NotDone() bool
- func (iter GalleryImageListIterator) Response() GalleryImageList
- func (iter GalleryImageListIterator) Value() GalleryImage
- type GalleryImageListPage
- type GalleryImageProperties
- type GalleryImageUpdate
- type GalleryImageVersion
- type GalleryImageVersionList
- type GalleryImageVersionListIterator
- func (iter *GalleryImageVersionListIterator) Next() error
- func (iter *GalleryImageVersionListIterator) NextWithContext(ctx context.Context) (err error)
- func (iter GalleryImageVersionListIterator) NotDone() bool
- func (iter GalleryImageVersionListIterator) Response() GalleryImageVersionList
- func (iter GalleryImageVersionListIterator) Value() GalleryImageVersion
- type GalleryImageVersionListPage