Versions in this module Expand all Collapse all v1 v1.0.1 Sep 13, 2022 v1.0.0 Sep 12, 2022 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type APIEntityReference struct + ID *string + type APIError struct + Code *string + Details *[]APIErrorBase + Innererror *InnerError + Message *string + Target *string + type APIErrorBase struct + Code *string + Message *string + Target *string + type AccessLevel string + const None + const Read + const Write + func PossibleAccessLevelValues() []AccessLevel + type AccessURI struct + AccessSAS *string + func (au AccessURI) MarshalJSON() ([]byte, error) + type AdditionalCapabilities struct + UltraSSDEnabled *bool + type AdditionalUnattendContent struct + ComponentName ComponentNames + Content *string + PassName PassNames + SettingName SettingNames + type AggregatedReplicationState string + const Completed + const Failed + const InProgress + const Unknown + func PossibleAggregatedReplicationStateValues() []AggregatedReplicationState + type AutomaticOSUpgradePolicy struct + DisableAutomaticRollback *bool + EnableAutomaticOSUpgrade *bool + type AutomaticOSUpgradeProperties struct + AutomaticOSUpgradeSupported *bool + type AutomaticRepairsPolicy struct + Enabled *bool + GracePeriod *string + type AvailabilitySet struct + ID *string + Location *string + Name *string + Sku *Sku + Tags map[string]*string + Type *string + func (as *AvailabilitySet) UnmarshalJSON(body []byte) error + func (as AvailabilitySet) MarshalJSON() ([]byte, error) + type AvailabilitySetListResult struct + NextLink *string + Value *[]AvailabilitySet + func (aslr AvailabilitySetListResult) IsEmpty() bool + type AvailabilitySetListResultIterator struct + func NewAvailabilitySetListResultIterator(page AvailabilitySetListResultPage) 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 struct + func NewAvailabilitySetListResultPage(cur AvailabilitySetListResult, ...) 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 struct + PlatformFaultDomainCount *int32 + PlatformUpdateDomainCount *int32 + ProximityPlacementGroup *SubResource + Statuses *[]InstanceViewStatus + VirtualMachines *[]SubResource + func (asp AvailabilitySetProperties) MarshalJSON() ([]byte, error) + type AvailabilitySetSkuTypes string + const Aligned + const Classic + func PossibleAvailabilitySetSkuTypesValues() []AvailabilitySetSkuTypes + type AvailabilitySetUpdate struct + Sku *Sku + Tags map[string]*string + func (asu *AvailabilitySetUpdate) UnmarshalJSON(body []byte) error + func (asu AvailabilitySetUpdate) MarshalJSON() ([]byte, error) + type AvailabilitySetsClient struct + func NewAvailabilitySetsClient(subscriptionID string) AvailabilitySetsClient + func NewAvailabilitySetsClientWithBaseURI(baseURI string, subscriptionID string) 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 struct + AssessmentActivityID *string + CriticalAndSecurityPatchCount *int32 + Error *APIError + LastModifiedTime *date.Time + OtherPatchCount *int32 + RebootPending *bool + StartTime *date.Time + Status PatchOperationStatus + func (aps AvailablePatchSummary) MarshalJSON() ([]byte, error) + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type BillingProfile struct + MaxPrice *float64 + type BootDiagnostics struct + Enabled *bool + StorageURI *string + type BootDiagnosticsInstanceView struct + ConsoleScreenshotBlobURI *string + SerialConsoleLogBlobURI *string + Status *InstanceViewStatus + func (bdiv BootDiagnosticsInstanceView) MarshalJSON() ([]byte, error) + type CachingTypes string + const CachingTypesNone + const CachingTypesReadOnly + const CachingTypesReadWrite + func PossibleCachingTypesValues() []CachingTypes + type CloudError struct + Error *APIError + type ComponentNames string + const MicrosoftWindowsShellSetup + func PossibleComponentNamesValues() []ComponentNames + type ContainerService struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (cs *ContainerService) UnmarshalJSON(body []byte) error + func (cs ContainerService) MarshalJSON() ([]byte, error) + type ContainerServiceAgentPoolProfile struct + Count *int32 + DNSPrefix *string + Fqdn *string + Name *string + VMSize ContainerServiceVMSizeTypes + func (csapp ContainerServiceAgentPoolProfile) MarshalJSON() ([]byte, error) + type ContainerServiceCustomProfile struct + Orchestrator *string + type ContainerServiceDiagnosticsProfile struct + VMDiagnostics *ContainerServiceVMDiagnostics + type ContainerServiceLinuxProfile struct + AdminUsername *string + SSH *ContainerServiceSSHConfiguration + type ContainerServiceListResult struct + NextLink *string + Value *[]ContainerService + func (cslr ContainerServiceListResult) IsEmpty() bool + type ContainerServiceListResultIterator struct + func NewContainerServiceListResultIterator(page ContainerServiceListResultPage) 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 struct + func NewContainerServiceListResultPage(cur ContainerServiceListResult, ...) 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 struct + Count *int32 + DNSPrefix *string + Fqdn *string + func (csmp ContainerServiceMasterProfile) MarshalJSON() ([]byte, error) + type ContainerServiceOrchestratorProfile struct + OrchestratorType ContainerServiceOrchestratorTypes + type ContainerServiceOrchestratorTypes string + const Custom + const DCOS + const Kubernetes + const Swarm + func PossibleContainerServiceOrchestratorTypesValues() []ContainerServiceOrchestratorTypes + type ContainerServiceProperties struct + AgentPoolProfiles *[]ContainerServiceAgentPoolProfile + CustomProfile *ContainerServiceCustomProfile + DiagnosticsProfile *ContainerServiceDiagnosticsProfile + LinuxProfile *ContainerServiceLinuxProfile + MasterProfile *ContainerServiceMasterProfile + OrchestratorProfile *ContainerServiceOrchestratorProfile + ProvisioningState *string + ServicePrincipalProfile *ContainerServiceServicePrincipalProfile + WindowsProfile *ContainerServiceWindowsProfile + func (csp ContainerServiceProperties) MarshalJSON() ([]byte, error) + type ContainerServiceSSHConfiguration struct + PublicKeys *[]ContainerServiceSSHPublicKey + type ContainerServiceSSHPublicKey struct + KeyData *string + type ContainerServiceServicePrincipalProfile struct + ClientID *string + Secret *string + type ContainerServiceVMDiagnostics struct + Enabled *bool + StorageURI *string + func (csvd ContainerServiceVMDiagnostics) MarshalJSON() ([]byte, error) + type ContainerServiceVMSizeTypes string + const StandardA0 + const StandardA1 + const StandardA10 + const StandardA11 + const StandardA2 + const StandardA3 + const StandardA4 + const StandardA5 + const StandardA6 + const StandardA7 + const StandardA8 + const StandardA9 + const StandardD1 + const StandardD11 + const StandardD11V2 + const StandardD12 + const StandardD12V2 + const StandardD13 + const StandardD13V2 + const StandardD14 + const StandardD14V2 + const StandardD1V2 + const StandardD2 + const StandardD2V2 + const StandardD3 + const StandardD3V2 + const StandardD4 + const StandardD4V2 + const StandardD5V2 + const StandardDS1 + const StandardDS11 + const StandardDS12 + const StandardDS13 + const StandardDS14 + const StandardDS2 + const StandardDS3 + const StandardDS4 + const StandardG1 + const StandardG2 + const StandardG3 + const StandardG4 + const StandardG5 + const StandardGS1 + const StandardGS2 + const StandardGS3 + const StandardGS4 + const StandardGS5 + func PossibleContainerServiceVMSizeTypesValues() []ContainerServiceVMSizeTypes + type ContainerServiceWindowsProfile struct + AdminPassword *string + AdminUsername *string + type ContainerServicesClient struct + func NewContainerServicesClient(subscriptionID string) ContainerServicesClient + func NewContainerServicesClientWithBaseURI(baseURI string, subscriptionID string) 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 struct + Result func(ContainerServicesClient) (ContainerService, error) + func (future *ContainerServicesCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type ContainerServicesDeleteFuture struct + Result func(ContainerServicesClient) (autorest.Response, error) + func (future *ContainerServicesDeleteFuture) UnmarshalJSON(body []byte) error + type CreationData struct + CreateOption DiskCreateOption + GalleryImageReference *ImageDiskReference + ImageReference *ImageDiskReference + SourceResourceID *string + SourceURI *string + SourceUniqueID *string + StorageAccountID *string + UploadSizeBytes *int64 + func (cd CreationData) MarshalJSON() ([]byte, error) + type DataDisk struct + Caching CachingTypes + CreateOption DiskCreateOptionTypes + DiskIOPSReadWrite *int64 + DiskMBpsReadWrite *int64 + DiskSizeGB *int32 + Image *VirtualHardDisk + Lun *int32 + ManagedDisk *ManagedDiskParameters + Name *string + ToBeDetached *bool + Vhd *VirtualHardDisk + WriteAcceleratorEnabled *bool + func (dd DataDisk) MarshalJSON() ([]byte, error) + type DataDiskImage struct + Lun *int32 + func (ddi DataDiskImage) MarshalJSON() ([]byte, error) + type DataDiskImageEncryption struct + DiskEncryptionSetID *string + Lun *int32 + type DedicatedHost struct + ID *string + Location *string + Name *string + Sku *Sku + Tags map[string]*string + Type *string + func (dh *DedicatedHost) UnmarshalJSON(body []byte) error + func (dh DedicatedHost) MarshalJSON() ([]byte, error) + type DedicatedHostAllocatableVM struct + Count *float64 + VMSize *string + type DedicatedHostAvailableCapacity struct + AllocatableVMs *[]DedicatedHostAllocatableVM + type DedicatedHostGroup struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + Zones *[]string + func (dhg *DedicatedHostGroup) UnmarshalJSON(body []byte) error + func (dhg DedicatedHostGroup) MarshalJSON() ([]byte, error) + type DedicatedHostGroupInstanceView struct + Hosts *[]DedicatedHostInstanceViewWithName + type DedicatedHostGroupListResult struct + NextLink *string + Value *[]DedicatedHostGroup + func (dhglr DedicatedHostGroupListResult) IsEmpty() bool + type DedicatedHostGroupListResultIterator struct + func NewDedicatedHostGroupListResultIterator(page DedicatedHostGroupListResultPage) 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 struct + func NewDedicatedHostGroupListResultPage(cur DedicatedHostGroupListResult, ...) 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 struct + Hosts *[]SubResourceReadOnly + InstanceView *DedicatedHostGroupInstanceView + PlatformFaultDomainCount *int32 + SupportAutomaticPlacement *bool + func (dhgp DedicatedHostGroupProperties) MarshalJSON() ([]byte, error) + type DedicatedHostGroupUpdate struct + Tags map[string]*string + Zones *[]string + func (dhgu *DedicatedHostGroupUpdate) UnmarshalJSON(body []byte) error + func (dhgu DedicatedHostGroupUpdate) MarshalJSON() ([]byte, error) + type DedicatedHostGroupsClient struct + func NewDedicatedHostGroupsClient(subscriptionID string) DedicatedHostGroupsClient + func NewDedicatedHostGroupsClientWithBaseURI(baseURI string, subscriptionID string) 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 struct + AssetID *string + AvailableCapacity *DedicatedHostAvailableCapacity + Statuses *[]InstanceViewStatus + func (dhiv DedicatedHostInstanceView) MarshalJSON() ([]byte, error) + type DedicatedHostInstanceViewWithName struct + AssetID *string + AvailableCapacity *DedicatedHostAvailableCapacity + Name *string + Statuses *[]InstanceViewStatus + func (dhivwn DedicatedHostInstanceViewWithName) MarshalJSON() ([]byte, error) + type DedicatedHostLicenseTypes string + const DedicatedHostLicenseTypesNone + const DedicatedHostLicenseTypesWindowsServerHybrid + const DedicatedHostLicenseTypesWindowsServerPerpetual + func PossibleDedicatedHostLicenseTypesValues() []DedicatedHostLicenseTypes + type DedicatedHostListResult struct + NextLink *string + Value *[]DedicatedHost + func (dhlr DedicatedHostListResult) IsEmpty() bool + type DedicatedHostListResultIterator struct + func NewDedicatedHostListResultIterator(page DedicatedHostListResultPage) 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 struct + func NewDedicatedHostListResultPage(cur DedicatedHostListResult, ...) 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 struct + AutoReplaceOnFailure *bool + HostID *string + InstanceView *DedicatedHostInstanceView + LicenseType DedicatedHostLicenseTypes + PlatformFaultDomain *int32 + ProvisioningState *string + ProvisioningTime *date.Time + VirtualMachines *[]SubResourceReadOnly + func (dhp DedicatedHostProperties) MarshalJSON() ([]byte, error) + type DedicatedHostUpdate struct + Tags map[string]*string + func (dhu *DedicatedHostUpdate) UnmarshalJSON(body []byte) error + func (dhu DedicatedHostUpdate) MarshalJSON() ([]byte, error) + type DedicatedHostsClient struct + func NewDedicatedHostsClient(subscriptionID string) DedicatedHostsClient + func NewDedicatedHostsClientWithBaseURI(baseURI string, subscriptionID string) 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 struct + Result func(DedicatedHostsClient) (DedicatedHost, error) + func (future *DedicatedHostsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type DedicatedHostsDeleteFuture struct + Result func(DedicatedHostsClient) (autorest.Response, error) + func (future *DedicatedHostsDeleteFuture) UnmarshalJSON(body []byte) error + type DedicatedHostsUpdateFuture struct + Result func(DedicatedHostsClient) (DedicatedHost, error) + func (future *DedicatedHostsUpdateFuture) UnmarshalJSON(body []byte) error + type DiagnosticsProfile struct + BootDiagnostics *BootDiagnostics + type DiffDiskOptions string + const Local + func PossibleDiffDiskOptionsValues() []DiffDiskOptions + type DiffDiskPlacement string + const CacheDisk + const ResourceDisk + func PossibleDiffDiskPlacementValues() []DiffDiskPlacement + type DiffDiskSettings struct + Option DiffDiskOptions + Placement DiffDiskPlacement + type Disallowed struct + DiskTypes *[]string + type DisallowedConfiguration struct + VMDiskType VMDiskTypes + type Disk struct + ID *string + Location *string + ManagedBy *string + ManagedByExtended *[]string + Name *string + Sku *DiskSku + Tags map[string]*string + Type *string + Zones *[]string + func (d *Disk) UnmarshalJSON(body []byte) error + func (d Disk) MarshalJSON() ([]byte, error) + type DiskAccess struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (da *DiskAccess) UnmarshalJSON(body []byte) error + func (da DiskAccess) MarshalJSON() ([]byte, error) + type DiskAccessList struct + NextLink *string + Value *[]DiskAccess + func (dal DiskAccessList) IsEmpty() bool + type DiskAccessListIterator struct + func NewDiskAccessListIterator(page DiskAccessListPage) DiskAccessListIterator + func (iter *DiskAccessListIterator) Next() error + func (iter *DiskAccessListIterator) NextWithContext(ctx context.Context) (err error) + func (iter DiskAccessListIterator) NotDone() bool + func (iter DiskAccessListIterator) Response() DiskAccessList + func (iter DiskAccessListIterator) Value() DiskAccess + type DiskAccessListPage struct + func NewDiskAccessListPage(cur DiskAccessList, ...) DiskAccessListPage + func (page *DiskAccessListPage) Next() error + func (page *DiskAccessListPage) NextWithContext(ctx context.Context) (err error) + func (page DiskAccessListPage) NotDone() bool + func (page DiskAccessListPage) Response() DiskAccessList + func (page DiskAccessListPage) Values() []DiskAccess + type DiskAccessProperties struct + PrivateEndpointConnections *[]PrivateEndpointConnection + ProvisioningState *string + TimeCreated *date.Time + func (dap DiskAccessProperties) MarshalJSON() ([]byte, error) + type DiskAccessUpdate struct + Tags map[string]*string + func (dau DiskAccessUpdate) MarshalJSON() ([]byte, error) + type DiskAccessesClient struct + func NewDiskAccessesClient(subscriptionID string) DiskAccessesClient + func NewDiskAccessesClientWithBaseURI(baseURI string, subscriptionID string) 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) 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) 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) 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) 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 struct + Result func(DiskAccessesClient) (DiskAccess, error) + func (future *DiskAccessesCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type DiskAccessesDeleteFuture struct + Result func(DiskAccessesClient) (autorest.Response, error) + func (future *DiskAccessesDeleteFuture) UnmarshalJSON(body []byte) error + type DiskAccessesUpdateFuture struct + Result func(DiskAccessesClient) (DiskAccess, error) + func (future *DiskAccessesUpdateFuture) UnmarshalJSON(body []byte) error + type DiskCreateOption string + const Attach + const Copy + const Empty + const FromImage + const Import + const Restore + const Upload + func PossibleDiskCreateOptionValues() []DiskCreateOption + type DiskCreateOptionTypes string + const DiskCreateOptionTypesAttach + const DiskCreateOptionTypesEmpty + const DiskCreateOptionTypesFromImage + func PossibleDiskCreateOptionTypesValues() []DiskCreateOptionTypes + type DiskEncryptionSet struct + ID *string + Identity *EncryptionSetIdentity + Location *string + Name *string + Tags map[string]*string + Type *string + func (desVar *DiskEncryptionSet) UnmarshalJSON(body []byte) error + func (desVar DiskEncryptionSet) MarshalJSON() ([]byte, error) + type DiskEncryptionSetIdentityType string + const SystemAssigned + func PossibleDiskEncryptionSetIdentityTypeValues() []DiskEncryptionSetIdentityType + type DiskEncryptionSetList struct + NextLink *string + Value *[]DiskEncryptionSet + func (desl DiskEncryptionSetList) IsEmpty() bool + type DiskEncryptionSetListIterator struct + func NewDiskEncryptionSetListIterator(page DiskEncryptionSetListPage) 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 struct + func NewDiskEncryptionSetListPage(cur DiskEncryptionSetList, ...) 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 struct + ID *string + type DiskEncryptionSetUpdate struct + Tags map[string]*string + func (desu *DiskEncryptionSetUpdate) UnmarshalJSON(body []byte) error + func (desu DiskEncryptionSetUpdate) MarshalJSON() ([]byte, error) + type DiskEncryptionSetUpdateProperties struct + ActiveKey *KeyVaultAndKeyReference + EncryptionType EncryptionType + type DiskEncryptionSetsClient struct + func NewDiskEncryptionSetsClient(subscriptionID string) DiskEncryptionSetsClient + func NewDiskEncryptionSetsClientWithBaseURI(baseURI string, subscriptionID string) 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) 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 struct + Result func(DiskEncryptionSetsClient) (DiskEncryptionSet, error) + func (future *DiskEncryptionSetsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type DiskEncryptionSetsDeleteFuture struct + Result func(DiskEncryptionSetsClient) (autorest.Response, error) + func (future *DiskEncryptionSetsDeleteFuture) UnmarshalJSON(body []byte) error + type DiskEncryptionSetsUpdateFuture struct + Result func(DiskEncryptionSetsClient) (DiskEncryptionSet, error) + func (future *DiskEncryptionSetsUpdateFuture) UnmarshalJSON(body []byte) error + type DiskEncryptionSettings struct + DiskEncryptionKey *KeyVaultSecretReference + Enabled *bool + KeyEncryptionKey *KeyVaultKeyReference + type DiskImageEncryption struct + DiskEncryptionSetID *string + type DiskInstanceView struct + EncryptionSettings *[]DiskEncryptionSettings + Name *string + Statuses *[]InstanceViewStatus + type DiskList struct + NextLink *string + Value *[]Disk + func (dl DiskList) IsEmpty() bool + type DiskListIterator struct + func NewDiskListIterator(page DiskListPage) DiskListIterator + func (iter *DiskListIterator) Next() error + func (iter *DiskListIterator) NextWithContext(ctx context.Context) (err error) + func (iter DiskListIterator) NotDone() bool + func (iter DiskListIterator) Response() DiskList + func (iter DiskListIterator) Value() Disk + type DiskListPage struct + func NewDiskListPage(cur DiskList, getNextPage func(context.Context, DiskList) (DiskList, error)) DiskListPage + func (page *DiskListPage) Next() error + func (page *DiskListPage) NextWithContext(ctx context.Context) (err error) + func (page DiskListPage) NotDone() bool + func (page DiskListPage) Response() DiskList + func (page DiskListPage) Values() []Disk + type DiskProperties struct + CreationData *CreationData + DiskAccessID *string + DiskIOPSReadOnly *int64 + DiskIOPSReadWrite *int64 + DiskMBpsReadOnly *int64 + DiskMBpsReadWrite *int64 + DiskSizeBytes *int64 + DiskSizeGB *int32 + DiskState DiskState + Encryption *Encryption + EncryptionSettingsCollection *EncryptionSettingsCollection + HyperVGeneration HyperVGeneration + MaxShares *int32 + NetworkAccessPolicy NetworkAccessPolicy + OsType OperatingSystemTypes + ProvisioningState *string + ShareInfo *[]ShareInfoElement + TimeCreated *date.Time + UniqueID *string + func (dp DiskProperties) MarshalJSON() ([]byte, error) + type DiskSku struct + Name DiskStorageAccountTypes + Tier *string + func (ds DiskSku) MarshalJSON() ([]byte, error) + type DiskState string + const ActiveSAS + const ActiveUpload + const Attached + const ReadyToUpload + const Reserved + const Unattached + func PossibleDiskStateValues() []DiskState + type DiskStorageAccountTypes string + const PremiumLRS + const StandardLRS + const StandardSSDLRS + const UltraSSDLRS + func PossibleDiskStorageAccountTypesValues() []DiskStorageAccountTypes + type DiskUpdate struct + Sku *DiskSku + Tags map[string]*string + func (du *DiskUpdate) UnmarshalJSON(body []byte) error + func (du DiskUpdate) MarshalJSON() ([]byte, error) + type DiskUpdateProperties struct + DiskAccessID *string + DiskIOPSReadOnly *int64 + DiskIOPSReadWrite *int64 + DiskMBpsReadOnly *int64 + DiskMBpsReadWrite *int64 + DiskSizeGB *int32 + Encryption *Encryption + EncryptionSettingsCollection *EncryptionSettingsCollection + MaxShares *int32 + NetworkAccessPolicy NetworkAccessPolicy + OsType OperatingSystemTypes + type DisksClient struct + func NewDisksClient(subscriptionID string) DisksClient + func NewDisksClientWithBaseURI(baseURI string, subscriptionID string) 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 struct + Result func(DisksClient) (Disk, error) + func (future *DisksCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type DisksDeleteFuture struct + Result func(DisksClient) (autorest.Response, error) + func (future *DisksDeleteFuture) UnmarshalJSON(body []byte) error + type DisksGrantAccessFuture struct + Result func(DisksClient) (AccessURI, error) + func (future *DisksGrantAccessFuture) UnmarshalJSON(body []byte) error + type DisksRevokeAccessFuture struct + Result func(DisksClient) (autorest.Response, error) + func (future *DisksRevokeAccessFuture) UnmarshalJSON(body []byte) error + type DisksUpdateFuture struct + Result func(DisksClient) (Disk, error) + func (future *DisksUpdateFuture) UnmarshalJSON(body []byte) error + type Encryption struct + DiskEncryptionSetID *string + Type EncryptionType + type EncryptionImages struct + DataDiskImages *[]DataDiskImageEncryption + OsDiskImage *OSDiskImageEncryption + type EncryptionSetIdentity struct + PrincipalID *string + TenantID *string + Type DiskEncryptionSetIdentityType + func (esi EncryptionSetIdentity) MarshalJSON() ([]byte, error) + type EncryptionSetProperties struct + ActiveKey *KeyVaultAndKeyReference + EncryptionType EncryptionType + PreviousKeys *[]KeyVaultAndKeyReference + ProvisioningState *string + func (esp EncryptionSetProperties) MarshalJSON() ([]byte, error) + type EncryptionSettingsCollection struct + Enabled *bool + EncryptionSettings *[]EncryptionSettingsElement + EncryptionSettingsVersion *string + type EncryptionSettingsElement struct + DiskEncryptionKey *KeyVaultAndSecretReference + KeyEncryptionKey *KeyVaultAndKeyReference + type EncryptionType string + const EncryptionAtRestWithCustomerKey + const EncryptionAtRestWithPlatformAndCustomerKeys + const EncryptionAtRestWithPlatformKey + func PossibleEncryptionTypeValues() []EncryptionType + type ExecutionState string + const ExecutionStateCanceled + const ExecutionStateFailed + const ExecutionStatePending + const ExecutionStateRunning + const ExecutionStateSucceeded + const ExecutionStateTimedOut + const ExecutionStateUnknown + func PossibleExecutionStateValues() []ExecutionState + type GalleriesClient struct + func NewGalleriesClient(subscriptionID string) GalleriesClient + func NewGalleriesClientWithBaseURI(baseURI string, subscriptionID string) 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 struct + Result func(GalleriesClient) (Gallery, error) + func (future *GalleriesCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type GalleriesDeleteFuture struct + Result func(GalleriesClient) (autorest.Response, error) + func (future *GalleriesDeleteFuture) UnmarshalJSON(body []byte) error + type GalleriesUpdateFuture struct + Result func(GalleriesClient) (Gallery, error) + func (future *GalleriesUpdateFuture) UnmarshalJSON(body []byte) error + type Gallery struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (g *Gallery) UnmarshalJSON(body []byte) error + func (g Gallery) MarshalJSON() ([]byte, error) + type GalleryApplication struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (ga *GalleryApplication) UnmarshalJSON(body []byte) error + func (ga GalleryApplication) MarshalJSON() ([]byte, error) + type GalleryApplicationList struct + NextLink *string + Value *[]GalleryApplication + func (gal GalleryApplicationList) IsEmpty() bool + type GalleryApplicationListIterator struct + func NewGalleryApplicationListIterator(page GalleryApplicationListPage) 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 struct + func NewGalleryApplicationListPage(cur GalleryApplicationList, ...) 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 struct + Description *string + EndOfLifeDate *date.Time + Eula *string + PrivacyStatementURI *string + ReleaseNoteURI *string + SupportedOSType OperatingSystemTypes + type GalleryApplicationUpdate struct + ID *string + Name *string + Tags map[string]*string + Type *string + func (gau *GalleryApplicationUpdate) UnmarshalJSON(body []byte) error + func (gau GalleryApplicationUpdate) MarshalJSON() ([]byte, error) + type GalleryApplicationVersion struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (gav *GalleryApplicationVersion) UnmarshalJSON(body []byte) error + func (gav GalleryApplicationVersion) MarshalJSON() ([]byte, error) + type GalleryApplicationVersionList struct + NextLink *string + Value *[]GalleryApplicationVersion + func (gavl GalleryApplicationVersionList) IsEmpty() bool + type GalleryApplicationVersionListIterator struct + func NewGalleryApplicationVersionListIterator(page GalleryApplicationVersionListPage) 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 struct + func NewGalleryApplicationVersionListPage(cur GalleryApplicationVersionList, ...) 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 struct + ProvisioningState ProvisioningState1 + PublishingProfile *GalleryApplicationVersionPublishingProfile + ReplicationStatus *ReplicationStatus + func (gavp GalleryApplicationVersionProperties) MarshalJSON() ([]byte, error) + type GalleryApplicationVersionPublishingProfile struct + ContentType *string + EnableHealthCheck *bool + EndOfLifeDate *date.Time + ExcludeFromLatest *bool + PublishedDate *date.Time + ReplicaCount *int32 + Source *UserArtifactSource + StorageAccountType StorageAccountType + TargetRegions *[]TargetRegion + func (gavpp GalleryApplicationVersionPublishingProfile) MarshalJSON() ([]byte, error) + type GalleryApplicationVersionUpdate struct + ID *string + Name *string + Tags map[string]*string + Type *string + func (gavu *GalleryApplicationVersionUpdate) UnmarshalJSON(body []byte) error + func (gavu GalleryApplicationVersionUpdate) MarshalJSON() ([]byte, error) + type GalleryApplicationVersionsClient struct + func NewGalleryApplicationVersionsClient(subscriptionID string) GalleryApplicationVersionsClient + func NewGalleryApplicationVersionsClientWithBaseURI(baseURI string, subscriptionID string) 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 struct + Result func(GalleryApplicationVersionsClient) (GalleryApplicationVersion, error) + func (future *GalleryApplicationVersionsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type GalleryApplicationVersionsDeleteFuture struct + Result func(GalleryApplicationVersionsClient) (autorest.Response, error) + func (future *GalleryApplicationVersionsDeleteFuture) UnmarshalJSON(body []byte) error + type GalleryApplicationVersionsUpdateFuture struct + Result func(GalleryApplicationVersionsClient) (GalleryApplicationVersion, error) + func (future *GalleryApplicationVersionsUpdateFuture) UnmarshalJSON(body []byte) error + type GalleryApplicationsClient struct + func NewGalleryApplicationsClient(subscriptionID string) GalleryApplicationsClient + func NewGalleryApplicationsClientWithBaseURI(baseURI string, subscriptionID string) 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 struct + Result func(GalleryApplicationsClient) (GalleryApplication, error) + func (future *GalleryApplicationsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type GalleryApplicationsDeleteFuture struct + Result func(GalleryApplicationsClient) (autorest.Response, error) + func (future *GalleryApplicationsDeleteFuture) UnmarshalJSON(body []byte) error + type GalleryApplicationsUpdateFuture struct + Result func(GalleryApplicationsClient) (GalleryApplication, error) + func (future *GalleryApplicationsUpdateFuture) UnmarshalJSON(body []byte) error + type GalleryArtifactPublishingProfileBase struct + EndOfLifeDate *date.Time + ExcludeFromLatest *bool + PublishedDate *date.Time + ReplicaCount *int32 + StorageAccountType StorageAccountType + TargetRegions *[]TargetRegion + func (gappb GalleryArtifactPublishingProfileBase) MarshalJSON() ([]byte, error) + type GalleryArtifactSource struct + ManagedImage *ManagedArtifact + type GalleryArtifactVersionSource struct + ID *string + type GalleryDataDiskImage struct + HostCaching HostCaching + Lun *int32 + SizeInGB *int32 + Source *GalleryArtifactVersionSource + func (gddi GalleryDataDiskImage) MarshalJSON() ([]byte, error) + type GalleryDiskImage struct + HostCaching HostCaching + SizeInGB *int32 + Source *GalleryArtifactVersionSource + func (gdi GalleryDiskImage) MarshalJSON() ([]byte, error) + type GalleryIdentifier struct + UniqueName *string + func (gi GalleryIdentifier) MarshalJSON() ([]byte, error) + type GalleryImage struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (gi *GalleryImage) UnmarshalJSON(body []byte) error + func (gi GalleryImage) MarshalJSON() ([]byte, error) + type GalleryImageIdentifier struct + Offer *string + Publisher *string + Sku *string + type GalleryImageList struct + NextLink *string + Value *[]GalleryImage + func (gil GalleryImageList) IsEmpty() bool + type GalleryImageListIterator struct + func NewGalleryImageListIterator(page GalleryImageListPage) 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 struct + func NewGalleryImageListPage(cur GalleryImageList, ...) GalleryImageListPage + func (page *GalleryImageListPage) Next() error + func (page *GalleryImageListPage) NextWithContext(ctx context.Context) (err error) + func (page GalleryImageListPage) NotDone() bool + func (page GalleryImageListPage) Response() GalleryImageList + func (page GalleryImageListPage) Values() []GalleryImage + type GalleryImageProperties struct + Description *string + Disallowed *Disallowed + EndOfLifeDate *date.Time + Eula *string + HyperVGeneration HyperVGeneration + Identifier *GalleryImageIdentifier + OsState OperatingSystemStateTypes + OsType OperatingSystemTypes + PrivacyStatementURI *string + ProvisioningState ProvisioningState2 + PurchasePlan *ImagePurchasePlan + Recommended *RecommendedMachineConfiguration + ReleaseNoteURI *string + func (gip GalleryImageProperties) MarshalJSON() ([]byte, error) + type GalleryImageUpdate struct + ID *string + Name *string + Tags map[string]*string + Type *string + func (giu *GalleryImageUpdate) UnmarshalJSON(body []byte) error + func (giu GalleryImageUpdate) MarshalJSON() ([]byte, error) + type GalleryImageVersion struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (giv *GalleryImageVersion) UnmarshalJSON(body []byte) error + func (giv GalleryImageVersion) MarshalJSON() ([]byte, error) + type GalleryImageVersionList struct + NextLink *string + Value *[]GalleryImageVersion + func (givl GalleryImageVersionList) IsEmpty() bool + type GalleryImageVersionListIterator struct + func NewGalleryImageVersionListIterator(page GalleryImageVersionListPage) 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 struct + func NewGalleryImageVersionListPage(cur GalleryImageVersionList, ...) GalleryImageVersionListPage + func (page *GalleryImageVersionListPage) Next() error + func (page *GalleryImageVersionListPage) NextWithContext(ctx context.Context) (err error) + func (page GalleryImageVersionListPage) NotDone() bool + func (page GalleryImageVersionListPage) Response() GalleryImageVersionList + func (page GalleryImageVersionListPage) Values() []GalleryImageVersion + type GalleryImageVersionProperties struct + ProvisioningState ProvisioningState3 + PublishingProfile *GalleryImageVersionPublishingProfile + ReplicationStatus *ReplicationStatus + StorageProfile *GalleryImageVersionStorageProfile + func (givp GalleryImageVersionProperties) MarshalJSON() ([]byte, error) + type GalleryImageVersionPublishingProfile struct + EndOfLifeDate *date.Time + ExcludeFromLatest *bool + PublishedDate *date.Time + ReplicaCount *int32 + StorageAccountType StorageAccountType + TargetRegions *[]TargetRegion + func (givpp GalleryImageVersionPublishingProfile) MarshalJSON() ([]byte, error) + type GalleryImageVersionStorageProfile struct + DataDiskImages *[]GalleryDataDiskImage + OsDiskImage *GalleryOSDiskImage + Source *GalleryArtifactVersionSource + type GalleryImageVersionUpdate struct + ID *string + Name *string + Tags map[string]*string + Type *string + func (givu *GalleryImageVersionUpdate) UnmarshalJSON(body []byte) error + func (givu GalleryImageVersionUpdate) MarshalJSON() ([]byte, error) + type GalleryImageVersionsClient struct + func NewGalleryImageVersionsClient(subscriptionID string) GalleryImageVersionsClient + func NewGalleryImageVersionsClientWithBaseURI(baseURI string, subscriptionID string) GalleryImageVersionsClient + func (client GalleryImageVersionsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, galleryName string, ...) (result GalleryImageVersionsCreateOrUpdateFuture, err error) + func (client GalleryImageVersionsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, galleryName string, ...) (*http.Request, error) + func (client GalleryImageVersionsClient) CreateOrUpdateResponder(resp *http.Response) (result GalleryImageVersion, err error) + func (client GalleryImageVersionsClient) CreateOrUpdateSender(req *http.Request) (future GalleryImageVersionsCreateOrUpdateFuture, err error) + func (client GalleryImageVersionsClient) Delete(ctx context.Context, resourceGroupName string, galleryName string, ...) (result GalleryImageVersionsDeleteFuture, err error) + func (client GalleryImageVersionsClient) DeletePreparer(ctx context.Context, resourceGroupName string, galleryName string, ...) (*http.Request, error) + func (client GalleryImageVersionsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client GalleryImageVersionsClient) DeleteSender(req *http.Request) (future GalleryImageVersionsDeleteFuture, err error) + func (client GalleryImageVersionsClient) Get(ctx context.Context, resourceGroupName string, galleryName string, ...) (result GalleryImageVersion, err error) + func (client GalleryImageVersionsClient) GetPreparer(ctx context.Context, resourceGroupName string, galleryName string, ...) (*http.Request, error) + func (client GalleryImageVersionsClient) GetResponder(resp *http.Response) (result GalleryImageVersion, err error) + func (client GalleryImageVersionsClient) GetSender(req *http.Request) (*http.Response, error) + func (client GalleryImageVersionsClient) ListByGalleryImage(ctx context.Context, resourceGroupName string, galleryName string, ...) (result GalleryImageVersionListPage, err error) + func (client GalleryImageVersionsClient) ListByGalleryImageComplete(ctx context.Context, resourceGroupName string, galleryName string, ...) (result GalleryImageVersionListIterator, err error) + func (client GalleryImageVersionsClient) ListByGalleryImagePreparer(ctx context.Context, resourceGroupName string, galleryName string, ...) (*http.Request, error) + func (client GalleryImageVersionsClient) ListByGalleryImageResponder(resp *http.Response) (result GalleryImageVersionList, err error) + func (client GalleryImageVersionsClient) ListByGalleryImageSender(req *http.Request) (*http.Response, error) + func (client GalleryImageVersionsClient) Update(ctx context.Context, resourceGroupName string, galleryName string, ...) (result GalleryImageVersionsUpdateFuture, err error) + func (client GalleryImageVersionsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, galleryName string, ...) (*http.Request, error) + func (client GalleryImageVersionsClient) UpdateResponder(resp *http.Response) (result GalleryImageVersion, err error) + func (client GalleryImageVersionsClient) UpdateSender(req *http.Request) (future GalleryImageVersionsUpdateFuture, err error) + type GalleryImageVersionsCreateOrUpdateFuture struct + Result func(GalleryImageVersionsClient) (GalleryImageVersion, error) + func (future *GalleryImageVersionsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type GalleryImageVersionsDeleteFuture struct + Result func(GalleryImageVersionsClient) (autorest.Response, error) + func (future *GalleryImageVersionsDeleteFuture) UnmarshalJSON(body []byte) error + type GalleryImageVersionsUpdateFuture struct + Result func(GalleryImageVersionsClient) (GalleryImageVersion, error) + func (future *GalleryImageVersionsUpdateFuture) UnmarshalJSON(body []byte) error + type GalleryImagesClient struct + func NewGalleryImagesClient(subscriptionID string) GalleryImagesClient + func NewGalleryImagesClientWithBaseURI(baseURI string, subscriptionID string) GalleryImagesClient + func (client GalleryImagesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, galleryName string, ...) (result GalleryImagesCreateOrUpdateFuture, err error) + func (client GalleryImagesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, galleryName string, ...) (*http.Request, error) + func (client GalleryImagesClient) CreateOrUpdateResponder(resp *http.Response) (result GalleryImage, err error) + func (client GalleryImagesClient) CreateOrUpdateSender(req *http.Request) (future GalleryImagesCreateOrUpdateFuture, err error) + func (client GalleryImagesClient) Delete(ctx context.Context, resourceGroupName string, galleryName string, ...) (result GalleryImagesDeleteFuture, err error) + func (client GalleryImagesClient) DeletePreparer(ctx context.Context, resourceGroupName string, galleryName string, ...) (*http.Request, error) + func (client GalleryImagesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client GalleryImagesClient) DeleteSender(req *http.Request) (future GalleryImagesDeleteFuture, err error) + func (client GalleryImagesClient) Get(ctx context.Context, resourceGroupName string, galleryName string, ...) (result GalleryImage, err error) + func (client GalleryImagesClient) GetPreparer(ctx context.Context, resourceGroupName string, galleryName string, ...) (*http.Request, error) + func (client GalleryImagesClient) GetResponder(resp *http.Response) (result GalleryImage, err error) + func (client GalleryImagesClient) GetSender(req *http.Request) (*http.Response, error) + func (client GalleryImagesClient) ListByGallery(ctx context.Context, resourceGroupName string, galleryName string) (result GalleryImageListPage, err error) + func (client GalleryImagesClient) ListByGalleryComplete(ctx context.Context, resourceGroupName string, galleryName string) (result GalleryImageListIterator, err error) + func (client GalleryImagesClient) ListByGalleryPreparer(ctx context.Context, resourceGroupName string, galleryName string) (*http.Request, error) + func (client GalleryImagesClient) ListByGalleryResponder(resp *http.Response) (result GalleryImageList, err error) + func (client GalleryImagesClient) ListByGallerySender(req *http.Request) (*http.Response, error) + func (client GalleryImagesClient) Update(ctx context.Context, resourceGroupName string, galleryName string, ...) (result GalleryImagesUpdateFuture, err error) + func (client GalleryImagesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, galleryName string, ...) (*http.Request, error) + func (client GalleryImagesClient) UpdateResponder(resp *http.Response) (result GalleryImage, err error) + func (client GalleryImagesClient) UpdateSender(req *http.Request) (future GalleryImagesUpdateFuture, err error) + type GalleryImagesCreateOrUpdateFuture struct + Result func(GalleryImagesClient) (GalleryImage, error) + func (future *GalleryImagesCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type GalleryImagesDeleteFuture struct + Result func(GalleryImagesClient) (autorest.Response, error) + func (future *GalleryImagesDeleteFuture) UnmarshalJSON(body []byte) error + type GalleryImagesUpdateFuture struct + Result func(GalleryImagesClient) (GalleryImage, error) + func (future *GalleryImagesUpdateFuture) UnmarshalJSON(body []byte) error + type GalleryList struct + NextLink *string + Value *[]Gallery + func (gl GalleryList) IsEmpty() bool + type GalleryListIterator struct + func NewGalleryListIterator(page GalleryListPage) GalleryListIterator + func (iter *GalleryListIterator) Next() error + func (iter *GalleryListIterator) NextWithContext(ctx context.Context) (err error) + func (iter GalleryListIterator) NotDone() bool + func (iter GalleryListIterator) Response() GalleryList + func (iter GalleryListIterator) Value() Gallery + type GalleryListPage struct + func NewGalleryListPage(cur GalleryList, ...) GalleryListPage + func (page *GalleryListPage) Next() error + func (page *GalleryListPage) NextWithContext(ctx context.Context) (err error) + func (page GalleryListPage) NotDone() bool + func (page GalleryListPage) Response() GalleryList + func (page GalleryListPage) Values() []Gallery + type GalleryOSDiskImage struct + HostCaching HostCaching + SizeInGB *int32 + Source *GalleryArtifactVersionSource + func (godi GalleryOSDiskImage) MarshalJSON() ([]byte, error) + type GalleryProperties struct + Description *string + Identifier *GalleryIdentifier + ProvisioningState ProvisioningState + func (gp GalleryProperties) MarshalJSON() ([]byte, error) + type GalleryUpdate struct + ID *string + Name *string + Tags map[string]*string + Type *string + func (gu *GalleryUpdate) UnmarshalJSON(body []byte) error + func (gu GalleryUpdate) MarshalJSON() ([]byte, error) + type GrantAccessData struct + Access AccessLevel + DurationInSeconds *int32 + type HardwareProfile struct + VMSize VirtualMachineSizeTypes + type HostCaching string + const HostCachingNone + const HostCachingReadOnly + const HostCachingReadWrite + func PossibleHostCachingValues() []HostCaching + type HyperVGeneration string + const V1 + const V2 + func PossibleHyperVGenerationValues() []HyperVGeneration + type HyperVGenerationType string + const HyperVGenerationTypeV1 + const HyperVGenerationTypeV2 + func PossibleHyperVGenerationTypeValues() []HyperVGenerationType + type HyperVGenerationTypes string + const HyperVGenerationTypesV1 + const HyperVGenerationTypesV2 + func PossibleHyperVGenerationTypesValues() []HyperVGenerationTypes + type IPVersion string + const IPv4 + const IPv6 + func PossibleIPVersionValues() []IPVersion + type Image struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (i *Image) UnmarshalJSON(body []byte) error + func (i Image) MarshalJSON() ([]byte, error) + type ImageDataDisk struct + BlobURI *string + Caching CachingTypes + DiskEncryptionSet *DiskEncryptionSetParameters + DiskSizeGB *int32 + Lun *int32 + ManagedDisk *SubResource + Snapshot *SubResource + StorageAccountType StorageAccountTypes + type ImageDisk struct + BlobURI *string + Caching CachingTypes + DiskEncryptionSet *DiskEncryptionSetParameters + DiskSizeGB *int32 + ManagedDisk *SubResource + Snapshot *SubResource + StorageAccountType StorageAccountTypes + type ImageDiskReference struct + ID *string + Lun *int32 + type ImageListResult struct + NextLink *string + Value *[]Image + func (ilr ImageListResult) IsEmpty() bool + type ImageListResultIterator struct + func NewImageListResultIterator(page ImageListResultPage) ImageListResultIterator + func (iter *ImageListResultIterator) Next() error + func (iter *ImageListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ImageListResultIterator) NotDone() bool + func (iter ImageListResultIterator) Response() ImageListResult + func (iter ImageListResultIterator) Value() Image + type ImageListResultPage struct + func NewImageListResultPage(cur ImageListResult, ...) ImageListResultPage + func (page *ImageListResultPage) Next() error + func (page *ImageListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ImageListResultPage) NotDone() bool + func (page ImageListResultPage) Response() ImageListResult + func (page ImageListResultPage) Values() []Image + type ImageOSDisk struct + BlobURI *string + Caching CachingTypes + DiskEncryptionSet *DiskEncryptionSetParameters + DiskSizeGB *int32 + ManagedDisk *SubResource + OsState OperatingSystemStateTypes + OsType OperatingSystemTypes + Snapshot *SubResource + StorageAccountType StorageAccountTypes + type ImageProperties struct + HyperVGeneration HyperVGenerationTypes + ProvisioningState *string + SourceVirtualMachine *SubResource + StorageProfile *ImageStorageProfile + func (IP ImageProperties) MarshalJSON() ([]byte, error) + type ImagePurchasePlan struct + Name *string + Product *string + Publisher *string + type ImageReference struct + ExactVersion *string + ID *string + Offer *string + Publisher *string + Sku *string + Version *string + func (ir ImageReference) MarshalJSON() ([]byte, error) + type ImageStorageProfile struct + DataDisks *[]ImageDataDisk + OsDisk *ImageOSDisk + ZoneResilient *bool + type ImageUpdate struct + Tags map[string]*string + func (iu *ImageUpdate) UnmarshalJSON(body []byte) error + func (iu ImageUpdate) MarshalJSON() ([]byte, error) + type ImagesClient struct + func NewImagesClient(subscriptionID string) ImagesClient + func NewImagesClientWithBaseURI(baseURI string, subscriptionID string) ImagesClient + func (client ImagesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, imageName string, ...) (result ImagesCreateOrUpdateFuture, err error) + func (client ImagesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, imageName string, ...) (*http.Request, error) + func (client ImagesClient) CreateOrUpdateResponder(resp *http.Response) (result Image, err error) + func (client ImagesClient) CreateOrUpdateSender(req *http.Request) (future ImagesCreateOrUpdateFuture, err error) + func (client ImagesClient) Delete(ctx context.Context, resourceGroupName string, imageName string) (result ImagesDeleteFuture, err error) + func (client ImagesClient) DeletePreparer(ctx context.Context, resourceGroupName string, imageName string) (*http.Request, error) + func (client ImagesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ImagesClient) DeleteSender(req *http.Request) (future ImagesDeleteFuture, err error) + func (client ImagesClient) Get(ctx context.Context, resourceGroupName string, imageName string, expand string) (result Image, err error) + func (client ImagesClient) GetPreparer(ctx context.Context, resourceGroupName string, imageName string, expand string) (*http.Request, error) + func (client ImagesClient) GetResponder(resp *http.Response) (result Image, err error) + func (client ImagesClient) GetSender(req *http.Request) (*http.Response, error) + func (client ImagesClient) List(ctx context.Context) (result ImageListResultPage, err error) + func (client ImagesClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result ImageListResultPage, err error) + func (client ImagesClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result ImageListResultIterator, err error) + func (client ImagesClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client ImagesClient) ListByResourceGroupResponder(resp *http.Response) (result ImageListResult, err error) + func (client ImagesClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client ImagesClient) ListComplete(ctx context.Context) (result ImageListResultIterator, err error) + func (client ImagesClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client ImagesClient) ListResponder(resp *http.Response) (result ImageListResult, err error) + func (client ImagesClient) ListSender(req *http.Request) (*http.Response, error) + func (client ImagesClient) Update(ctx context.Context, resourceGroupName string, imageName string, ...) (result ImagesUpdateFuture, err error) + func (client ImagesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, imageName string, ...) (*http.Request, error) + func (client ImagesClient) UpdateResponder(resp *http.Response) (result Image, err error) + func (client ImagesClient) UpdateSender(req *http.Request) (future ImagesUpdateFuture, err error) + type ImagesCreateOrUpdateFuture struct + Result func(ImagesClient) (Image, error) + func (future *ImagesCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type ImagesDeleteFuture struct + Result func(ImagesClient) (autorest.Response, error) + func (future *ImagesDeleteFuture) UnmarshalJSON(body []byte) error + type ImagesUpdateFuture struct + Result func(ImagesClient) (Image, error) + func (future *ImagesUpdateFuture) UnmarshalJSON(body []byte) error + type InGuestPatchMode string + const AutomaticByOS + const AutomaticByPlatform + const Manual + func PossibleInGuestPatchModeValues() []InGuestPatchMode + type InnerError struct + Errordetail *string + Exceptiontype *string + type InstanceViewStatus struct + Code *string + DisplayStatus *string + Level StatusLevelTypes + Message *string + Time *date.Time + type InstanceViewTypes string + const InstanceView + func PossibleInstanceViewTypesValues() []InstanceViewTypes + type IntervalInMins string + const FiveMins + const SixtyMins + const ThirtyMins + const ThreeMins + func PossibleIntervalInMinsValues() []IntervalInMins + type KeyVaultAndKeyReference struct + KeyURL *string + SourceVault *SourceVault + type KeyVaultAndSecretReference struct + SecretURL *string + SourceVault *SourceVault + type KeyVaultKeyReference struct + KeyURL *string + SourceVault *SubResource + type KeyVaultSecretReference struct + SecretURL *string + SourceVault *SubResource + type LastPatchInstallationSummary struct + Error *APIError + ExcludedPatchCount *int32 + FailedPatchCount *int32 + InstallationActivityID *string + InstalledPatchCount *int32 + LastModifiedTime *date.Time + MaintenanceWindowExceeded *bool + NotSelectedPatchCount *int32 + PendingPatchCount *int32 + RebootStatus RebootStatus + StartTime *date.Time + StartedBy *string + Status PatchOperationStatus + func (lpis LastPatchInstallationSummary) MarshalJSON() ([]byte, error) + type LinuxConfiguration struct + DisablePasswordAuthentication *bool + ProvisionVMAgent *bool + SSH *SSHConfiguration + type ListUsagesResult struct + NextLink *string + Value *[]Usage + func (lur ListUsagesResult) IsEmpty() bool + type ListUsagesResultIterator struct + func NewListUsagesResultIterator(page ListUsagesResultPage) ListUsagesResultIterator + func (iter *ListUsagesResultIterator) Next() error + func (iter *ListUsagesResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ListUsagesResultIterator) NotDone() bool + func (iter ListUsagesResultIterator) Response() ListUsagesResult + func (iter ListUsagesResultIterator) Value() Usage + type ListUsagesResultPage struct + func NewListUsagesResultPage(cur ListUsagesResult, ...) ListUsagesResultPage + func (page *ListUsagesResultPage) Next() error + func (page *ListUsagesResultPage) NextWithContext(ctx context.Context) (err error) + func (page ListUsagesResultPage) NotDone() bool + func (page ListUsagesResultPage) Response() ListUsagesResult + func (page ListUsagesResultPage) Values() []Usage + type ListVirtualMachineExtensionImage struct + Value *[]VirtualMachineExtensionImage + type ListVirtualMachineImageResource struct + Value *[]VirtualMachineImageResource + type LogAnalyticsClient struct + func NewLogAnalyticsClient(subscriptionID string) LogAnalyticsClient + func NewLogAnalyticsClientWithBaseURI(baseURI string, subscriptionID string) LogAnalyticsClient + func (client LogAnalyticsClient) ExportRequestRateByInterval(ctx context.Context, parameters RequestRateByIntervalInput, location string) (result LogAnalyticsExportRequestRateByIntervalFuture, err error) + func (client LogAnalyticsClient) ExportRequestRateByIntervalPreparer(ctx context.Context, parameters RequestRateByIntervalInput, location string) (*http.Request, error) + func (client LogAnalyticsClient) ExportRequestRateByIntervalResponder(resp *http.Response) (result LogAnalyticsOperationResult, err error) + func (client LogAnalyticsClient) ExportRequestRateByIntervalSender(req *http.Request) (future LogAnalyticsExportRequestRateByIntervalFuture, err error) + func (client LogAnalyticsClient) ExportThrottledRequests(ctx context.Context, parameters ThrottledRequestsInput, location string) (result LogAnalyticsExportThrottledRequestsFuture, err error) + func (client LogAnalyticsClient) ExportThrottledRequestsPreparer(ctx context.Context, parameters ThrottledRequestsInput, location string) (*http.Request, error) + func (client LogAnalyticsClient) ExportThrottledRequestsResponder(resp *http.Response) (result LogAnalyticsOperationResult, err error) + func (client LogAnalyticsClient) ExportThrottledRequestsSender(req *http.Request) (future LogAnalyticsExportThrottledRequestsFuture, err error) + type LogAnalyticsExportRequestRateByIntervalFuture struct + Result func(LogAnalyticsClient) (LogAnalyticsOperationResult, error) + func (future *LogAnalyticsExportRequestRateByIntervalFuture) UnmarshalJSON(body []byte) error + type LogAnalyticsExportThrottledRequestsFuture struct + Result func(LogAnalyticsClient) (LogAnalyticsOperationResult, error) + func (future *LogAnalyticsExportThrottledRequestsFuture) UnmarshalJSON(body []byte) error + type LogAnalyticsInputBase struct + BlobContainerSasURI *string + FromTime *date.Time + GroupByOperationName *bool + GroupByResourceName *bool + GroupByThrottlePolicy *bool + ToTime *date.Time + type LogAnalyticsOperationResult struct + Properties *LogAnalyticsOutput + func (laor LogAnalyticsOperationResult) MarshalJSON() ([]byte, error) + type LogAnalyticsOutput struct + Output *string + func (lao LogAnalyticsOutput) MarshalJSON() ([]byte, error) + type MaintenanceOperationResultCodeTypes string + const MaintenanceOperationResultCodeTypesMaintenanceAborted + const MaintenanceOperationResultCodeTypesMaintenanceCompleted + const MaintenanceOperationResultCodeTypesNone + const MaintenanceOperationResultCodeTypesRetryLater + func PossibleMaintenanceOperationResultCodeTypesValues() []MaintenanceOperationResultCodeTypes + type MaintenanceRedeployStatus struct + IsCustomerInitiatedMaintenanceAllowed *bool + LastOperationMessage *string + LastOperationResultCode MaintenanceOperationResultCodeTypes + MaintenanceWindowEndTime *date.Time + MaintenanceWindowStartTime *date.Time + PreMaintenanceWindowEndTime *date.Time + PreMaintenanceWindowStartTime *date.Time + type ManagedArtifact struct + ID *string + type ManagedDiskParameters struct + DiskEncryptionSet *DiskEncryptionSetParameters + ID *string + StorageAccountType StorageAccountTypes + type NetworkAccessPolicy string + const AllowAll + const AllowPrivate + const DenyAll + func PossibleNetworkAccessPolicyValues() []NetworkAccessPolicy + type NetworkInterfaceReference struct + ID *string + func (nir *NetworkInterfaceReference) UnmarshalJSON(body []byte) error + func (nir NetworkInterfaceReference) MarshalJSON() ([]byte, error) + type NetworkInterfaceReferenceProperties struct + Primary *bool + type NetworkProfile struct + NetworkInterfaces *[]NetworkInterfaceReference + type OSDisk struct + Caching CachingTypes + CreateOption DiskCreateOptionTypes + DiffDiskSettings *DiffDiskSettings + DiskSizeGB *int32 + EncryptionSettings *DiskEncryptionSettings + Image *VirtualHardDisk + ManagedDisk *ManagedDiskParameters + Name *string + OsType OperatingSystemTypes + Vhd *VirtualHardDisk + WriteAcceleratorEnabled *bool + type OSDiskImage struct + OperatingSystem OperatingSystemTypes + type OSDiskImageEncryption struct + DiskEncryptionSetID *string + type OSProfile struct + AdminPassword *string + AdminUsername *string + AllowExtensionOperations *bool + ComputerName *string + CustomData *string + LinuxConfiguration *LinuxConfiguration + RequireGuestProvisionSignal *bool + Secrets *[]VaultSecretGroup + WindowsConfiguration *WindowsConfiguration + type OperatingSystemStateTypes string + const Generalized + const Specialized + func PossibleOperatingSystemStateTypesValues() []OperatingSystemStateTypes + type OperatingSystemTypes string + const Linux + const Windows + func PossibleOperatingSystemTypesValues() []OperatingSystemTypes + type OperationListResult struct + Value *[]OperationValue + func (olr OperationListResult) MarshalJSON() ([]byte, error) + type OperationValue struct + Name *string + Origin *string + func (ov *OperationValue) UnmarshalJSON(body []byte) error + func (ov OperationValue) MarshalJSON() ([]byte, error) + type OperationValueDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + func (ovd OperationValueDisplay) MarshalJSON() ([]byte, error) + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result OperationListResult, 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 OrchestrationServiceNames string + const AutomaticRepairs + func PossibleOrchestrationServiceNamesValues() []OrchestrationServiceNames + type OrchestrationServiceState string + const NotRunning + const Running + const Suspended + func PossibleOrchestrationServiceStateValues() []OrchestrationServiceState + type OrchestrationServiceStateAction string + const Resume + const Suspend + func PossibleOrchestrationServiceStateActionValues() []OrchestrationServiceStateAction + type OrchestrationServiceStateInput struct + Action OrchestrationServiceStateAction + ServiceName OrchestrationServiceNames + type OrchestrationServiceSummary struct + ServiceName OrchestrationServiceNames + ServiceState OrchestrationServiceState + func (oss OrchestrationServiceSummary) MarshalJSON() ([]byte, error) + type PassNames string + const OobeSystem + func PossiblePassNamesValues() []PassNames + type PatchAssessmentState string + const PatchAssessmentStateAvailable + const PatchAssessmentStateExcluded + const PatchAssessmentStateFailed + const PatchAssessmentStateInstalled + const PatchAssessmentStateNotSelected + const PatchAssessmentStatePending + func PossiblePatchAssessmentStateValues() []PatchAssessmentState + type PatchOperationStatus string + const PatchOperationStatusCompletedWithWarnings + const PatchOperationStatusFailed + const PatchOperationStatusInProgress + const PatchOperationStatusSucceeded + func PossiblePatchOperationStatusValues() []PatchOperationStatus + type PatchSettings struct + PatchMode InGuestPatchMode + type Plan struct + Name *string + Product *string + PromotionCode *string + Publisher *string + type PrivateEndpoint struct + ID *string + func (peVar PrivateEndpoint) MarshalJSON() ([]byte, error) + type PrivateEndpointConnection struct + ID *string + Name *string + Type *string + func (pec *PrivateEndpointConnection) UnmarshalJSON(body []byte) error + func (pec PrivateEndpointConnection) MarshalJSON() ([]byte, error) + type PrivateEndpointConnectionProperties struct + PrivateEndpoint *PrivateEndpoint + PrivateLinkServiceConnectionState *PrivateLinkServiceConnectionState + ProvisioningState PrivateEndpointConnectionProvisioningState + type PrivateEndpointConnectionProvisioningState string + const PrivateEndpointConnectionProvisioningStateCreating + const PrivateEndpointConnectionProvisioningStateDeleting + const PrivateEndpointConnectionProvisioningStateFailed + const PrivateEndpointConnectionProvisioningStateSucceeded + func PossiblePrivateEndpointConnectionProvisioningStateValues() []PrivateEndpointConnectionProvisioningState + type PrivateEndpointServiceConnectionStatus string + const Approved + const Pending + const Rejected + func PossiblePrivateEndpointServiceConnectionStatusValues() []PrivateEndpointServiceConnectionStatus + type PrivateLinkResource struct + ID *string + Name *string + Type *string + func (plr *PrivateLinkResource) UnmarshalJSON(body []byte) error + func (plr PrivateLinkResource) MarshalJSON() ([]byte, error) + type PrivateLinkResourceListResult struct + Value *[]PrivateLinkResource + type PrivateLinkResourceProperties struct + GroupID *string + RequiredMembers *[]string + RequiredZoneNames *[]string + func (plrp PrivateLinkResourceProperties) MarshalJSON() ([]byte, error) + type PrivateLinkServiceConnectionState struct + ActionsRequired *string + Description *string + Status PrivateEndpointServiceConnectionStatus + type ProtocolTypes string + const HTTP + const HTTPS + func PossibleProtocolTypesValues() []ProtocolTypes + type ProvisioningState string + const ProvisioningStateCreating + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateMigrating + const ProvisioningStateSucceeded + const ProvisioningStateUpdating + func PossibleProvisioningStateValues() []ProvisioningState + type ProvisioningState1 string + const ProvisioningState1Creating + const ProvisioningState1Deleting + const ProvisioningState1Failed + const ProvisioningState1Migrating + const ProvisioningState1Succeeded + const ProvisioningState1Updating + func PossibleProvisioningState1Values() []ProvisioningState1 + type ProvisioningState2 string + const ProvisioningState2Creating + const ProvisioningState2Deleting + const ProvisioningState2Failed + const ProvisioningState2Migrating + const ProvisioningState2Succeeded + const ProvisioningState2Updating + func PossibleProvisioningState2Values() []ProvisioningState2 + type ProvisioningState3 string + const ProvisioningState3Creating + const ProvisioningState3Deleting + const ProvisioningState3Failed + const ProvisioningState3Migrating + const ProvisioningState3Succeeded + const ProvisioningState3Updating + func PossibleProvisioningState3Values() []ProvisioningState3 + type ProximityPlacementGroup struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (ppg *ProximityPlacementGroup) UnmarshalJSON(body []byte) error + func (ppg ProximityPlacementGroup) MarshalJSON() ([]byte, error) + type ProximityPlacementGroupListResult struct + NextLink *string + Value *[]ProximityPlacementGroup + func (ppglr ProximityPlacementGroupListResult) IsEmpty() bool + type ProximityPlacementGroupListResultIterator struct + func NewProximityPlacementGroupListResultIterator(page ProximityPlacementGroupListResultPage) ProximityPlacementGroupListResultIterator + func (iter *ProximityPlacementGroupListResultIterator) Next() error + func (iter *ProximityPlacementGroupListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ProximityPlacementGroupListResultIterator) NotDone() bool + func (iter ProximityPlacementGroupListResultIterator) Response() ProximityPlacementGroupListResult + func (iter ProximityPlacementGroupListResultIterator) Value() ProximityPlacementGroup + type ProximityPlacementGroupListResultPage struct + func NewProximityPlacementGroupListResultPage(cur ProximityPlacementGroupListResult, ...) ProximityPlacementGroupListResultPage + func (page *ProximityPlacementGroupListResultPage) Next() error + func (page *ProximityPlacementGroupListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ProximityPlacementGroupListResultPage) NotDone() bool + func (page ProximityPlacementGroupListResultPage) Response() ProximityPlacementGroupListResult + func (page ProximityPlacementGroupListResultPage) Values() []ProximityPlacementGroup + type ProximityPlacementGroupProperties struct + AvailabilitySets *[]SubResourceWithColocationStatus + ColocationStatus *InstanceViewStatus + ProximityPlacementGroupType ProximityPlacementGroupType + VirtualMachineScaleSets *[]SubResourceWithColocationStatus + VirtualMachines *[]SubResourceWithColocationStatus + func (ppgp ProximityPlacementGroupProperties) MarshalJSON() ([]byte, error) + type ProximityPlacementGroupType string + const Standard + const Ultra + func PossibleProximityPlacementGroupTypeValues() []ProximityPlacementGroupType + type ProximityPlacementGroupUpdate struct + Tags map[string]*string + func (ppgu ProximityPlacementGroupUpdate) MarshalJSON() ([]byte, error) + type ProximityPlacementGroupsClient struct + func NewProximityPlacementGroupsClient(subscriptionID string) ProximityPlacementGroupsClient + func NewProximityPlacementGroupsClientWithBaseURI(baseURI string, subscriptionID string) ProximityPlacementGroupsClient + func (client ProximityPlacementGroupsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, ...) (result ProximityPlacementGroup, err error) + func (client ProximityPlacementGroupsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error) + func (client ProximityPlacementGroupsClient) CreateOrUpdateResponder(resp *http.Response) (result ProximityPlacementGroup, err error) + func (client ProximityPlacementGroupsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client ProximityPlacementGroupsClient) Delete(ctx context.Context, resourceGroupName string, ...) (result autorest.Response, err error) + func (client ProximityPlacementGroupsClient) DeletePreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error) + func (client ProximityPlacementGroupsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ProximityPlacementGroupsClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client ProximityPlacementGroupsClient) Get(ctx context.Context, resourceGroupName string, ...) (result ProximityPlacementGroup, err error) + func (client ProximityPlacementGroupsClient) GetPreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error) + func (client ProximityPlacementGroupsClient) GetResponder(resp *http.Response) (result ProximityPlacementGroup, err error) + func (client ProximityPlacementGroupsClient) GetSender(req *http.Request) (*http.Response, error) + func (client ProximityPlacementGroupsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result ProximityPlacementGroupListResultPage, err error) + func (client ProximityPlacementGroupsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result ProximityPlacementGroupListResultIterator, err error) + func (client ProximityPlacementGroupsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client ProximityPlacementGroupsClient) ListByResourceGroupResponder(resp *http.Response) (result ProximityPlacementGroupListResult, err error) + func (client ProximityPlacementGroupsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client ProximityPlacementGroupsClient) ListBySubscription(ctx context.Context) (result ProximityPlacementGroupListResultPage, err error) + func (client ProximityPlacementGroupsClient) ListBySubscriptionComplete(ctx context.Context) (result ProximityPlacementGroupListResultIterator, err error) + func (client ProximityPlacementGroupsClient) ListBySubscriptionPreparer(ctx context.Context) (*http.Request, error) + func (client ProximityPlacementGroupsClient) ListBySubscriptionResponder(resp *http.Response) (result ProximityPlacementGroupListResult, err error) + func (client ProximityPlacementGroupsClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error) + func (client ProximityPlacementGroupsClient) Update(ctx context.Context, resourceGroupName string, ...) (result ProximityPlacementGroup, err error) + func (client ProximityPlacementGroupsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error) + func (client ProximityPlacementGroupsClient) UpdateResponder(resp *http.Response) (result ProximityPlacementGroup, err error) + func (client ProximityPlacementGroupsClient) UpdateSender(req *http.Request) (*http.Response, error) + type PurchasePlan struct + Name *string + Product *string + Publisher *string + type RebootStatus string + const RebootStatusCompleted + const RebootStatusFailed + const RebootStatusNotNeeded + const RebootStatusRequired + const RebootStatusStarted + func PossibleRebootStatusValues() []RebootStatus + type RecommendedMachineConfiguration struct + Memory *ResourceRange + VCPUs *ResourceRange + type RecoveryWalkResponse struct + NextPlatformUpdateDomain *int32 + WalkPerformed *bool + func (rwr RecoveryWalkResponse) MarshalJSON() ([]byte, error) + type RegionalReplicationStatus struct + Details *string + Progress *int32 + Region *string + State ReplicationState + func (rrs RegionalReplicationStatus) MarshalJSON() ([]byte, error) + type ReplicationState string + const ReplicationStateCompleted + const ReplicationStateFailed + const ReplicationStateReplicating + const ReplicationStateUnknown + func PossibleReplicationStateValues() []ReplicationState + type ReplicationStatus struct + AggregatedState AggregatedReplicationState + Summary *[]RegionalReplicationStatus + func (rs ReplicationStatus) MarshalJSON() ([]byte, error) + type ReplicationStatusTypes string + const ReplicationStatusTypesReplicationStatus + func PossibleReplicationStatusTypesValues() []ReplicationStatusTypes + type RequestRateByIntervalInput struct + BlobContainerSasURI *string + FromTime *date.Time + GroupByOperationName *bool + GroupByResourceName *bool + GroupByThrottlePolicy *bool + IntervalLength IntervalInMins + ToTime *date.Time + type Resource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type ResourceIdentityType string + const ResourceIdentityTypeNone + const ResourceIdentityTypeSystemAssigned + const ResourceIdentityTypeSystemAssignedUserAssigned + const ResourceIdentityTypeUserAssigned + func PossibleResourceIdentityTypeValues() []ResourceIdentityType + type ResourceRange struct + Max *int32 + Min *int32 + type ResourceSku struct + APIVersions *[]string + Capabilities *[]ResourceSkuCapabilities + Capacity *ResourceSkuCapacity + Costs *[]ResourceSkuCosts + Family *string + Kind *string + LocationInfo *[]ResourceSkuLocationInfo + Locations *[]string + Name *string + ResourceType *string + Restrictions *[]ResourceSkuRestrictions + Size *string + Tier *string + func (rs ResourceSku) MarshalJSON() ([]byte, error) + type ResourceSkuCapabilities struct + Name *string + Value *string + func (rsc ResourceSkuCapabilities) MarshalJSON() ([]byte, error) + type ResourceSkuCapacity struct + Default *int64 + Maximum *int64 + Minimum *int64 + ScaleType ResourceSkuCapacityScaleType + func (rsc ResourceSkuCapacity) MarshalJSON() ([]byte, error) + type ResourceSkuCapacityScaleType string + const ResourceSkuCapacityScaleTypeAutomatic + const ResourceSkuCapacityScaleTypeManual + const ResourceSkuCapacityScaleTypeNone + func PossibleResourceSkuCapacityScaleTypeValues() []ResourceSkuCapacityScaleType + type ResourceSkuCosts struct + ExtendedUnit *string + MeterID *string + Quantity *int64 + func (rsc ResourceSkuCosts) MarshalJSON() ([]byte, error) + type ResourceSkuLocationInfo struct + Location *string + ZoneDetails *[]ResourceSkuZoneDetails + Zones *[]string + func (rsli ResourceSkuLocationInfo) MarshalJSON() ([]byte, error) + type ResourceSkuRestrictionInfo struct + Locations *[]string + Zones *[]string + func (rsri ResourceSkuRestrictionInfo) MarshalJSON() ([]byte, error) + type ResourceSkuRestrictions struct + ReasonCode ResourceSkuRestrictionsReasonCode + RestrictionInfo *ResourceSkuRestrictionInfo + Type ResourceSkuRestrictionsType + Values *[]string + func (rsr ResourceSkuRestrictions) MarshalJSON() ([]byte, error) + type ResourceSkuRestrictionsReasonCode string + const NotAvailableForSubscription + const QuotaID + func PossibleResourceSkuRestrictionsReasonCodeValues() []ResourceSkuRestrictionsReasonCode + type ResourceSkuRestrictionsType string + const Location + const Zone + func PossibleResourceSkuRestrictionsTypeValues() []ResourceSkuRestrictionsType + type ResourceSkuZoneDetails struct + Capabilities *[]ResourceSkuCapabilities + Name *[]string + func (rszd ResourceSkuZoneDetails) MarshalJSON() ([]byte, error) + type ResourceSkusClient struct + func NewResourceSkusClient(subscriptionID string) ResourceSkusClient + func NewResourceSkusClientWithBaseURI(baseURI string, subscriptionID string) ResourceSkusClient + func (client ResourceSkusClient) List(ctx context.Context, filter string) (result ResourceSkusResultPage, err error) + func (client ResourceSkusClient) ListComplete(ctx context.Context, filter string) (result ResourceSkusResultIterator, err error) + func (client ResourceSkusClient) ListPreparer(ctx context.Context, filter string) (*http.Request, error) + func (client ResourceSkusClient) ListResponder(resp *http.Response) (result ResourceSkusResult, err error) + func (client ResourceSkusClient) ListSender(req *http.Request) (*http.Response, error) + type ResourceSkusResult struct + NextLink *string + Value *[]ResourceSku + func (rsr ResourceSkusResult) IsEmpty() bool + type ResourceSkusResultIterator struct + func NewResourceSkusResultIterator(page ResourceSkusResultPage) ResourceSkusResultIterator + func (iter *ResourceSkusResultIterator) Next() error + func (iter *ResourceSkusResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ResourceSkusResultIterator) NotDone() bool + func (iter ResourceSkusResultIterator) Response() ResourceSkusResult + func (iter ResourceSkusResultIterator) Value() ResourceSku + type ResourceSkusResultPage struct + func NewResourceSkusResultPage(cur ResourceSkusResult, ...) ResourceSkusResultPage + func (page *ResourceSkusResultPage) Next() error + func (page *ResourceSkusResultPage) NextWithContext(ctx context.Context) (err error) + func (page ResourceSkusResultPage) NotDone() bool + func (page ResourceSkusResultPage) Response() ResourceSkusResult + func (page ResourceSkusResultPage) Values() []ResourceSku + type RetrieveBootDiagnosticsDataResult struct + ConsoleScreenshotBlobURI *string + SerialConsoleLogBlobURI *string + func (rbddr RetrieveBootDiagnosticsDataResult) MarshalJSON() ([]byte, error) + type RollbackStatusInfo struct + FailedRolledbackInstanceCount *int32 + RollbackError *APIError + SuccessfullyRolledbackInstanceCount *int32 + func (rsi RollbackStatusInfo) MarshalJSON() ([]byte, error) + type RollingUpgradeActionType string + const Cancel + const Start + func PossibleRollingUpgradeActionTypeValues() []RollingUpgradeActionType + type RollingUpgradePolicy struct + MaxBatchInstancePercent *int32 + MaxUnhealthyInstancePercent *int32 + MaxUnhealthyUpgradedInstancePercent *int32 + PauseTimeBetweenBatches *string + type RollingUpgradeProgressInfo struct + FailedInstanceCount *int32 + InProgressInstanceCount *int32 + PendingInstanceCount *int32 + SuccessfulInstanceCount *int32 + func (rupi RollingUpgradeProgressInfo) MarshalJSON() ([]byte, error) + type RollingUpgradeRunningStatus struct + Code RollingUpgradeStatusCode + LastAction RollingUpgradeActionType + LastActionTime *date.Time + StartTime *date.Time + func (rurs RollingUpgradeRunningStatus) MarshalJSON() ([]byte, error) + type RollingUpgradeStatusCode string + const RollingUpgradeStatusCodeCancelled + const RollingUpgradeStatusCodeCompleted + const RollingUpgradeStatusCodeFaulted + const RollingUpgradeStatusCodeRollingForward + func PossibleRollingUpgradeStatusCodeValues() []RollingUpgradeStatusCode + type RollingUpgradeStatusInfo struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (rusi *RollingUpgradeStatusInfo) UnmarshalJSON(body []byte) error + func (rusi RollingUpgradeStatusInfo) MarshalJSON() ([]byte, error) + type RollingUpgradeStatusInfoProperties struct + Error *APIError + Policy *RollingUpgradePolicy + Progress *RollingUpgradeProgressInfo + RunningStatus *RollingUpgradeRunningStatus + func (rusip RollingUpgradeStatusInfoProperties) MarshalJSON() ([]byte, error) + type RunCommandDocument struct + Description *string + ID *string + Label *string + OsType OperatingSystemTypes + Parameters *[]RunCommandParameterDefinition + Schema *string + Script *[]string + type RunCommandDocumentBase struct + Description *string + ID *string + Label *string + OsType OperatingSystemTypes + Schema *string + type RunCommandInput struct + CommandID *string + Parameters *[]RunCommandInputParameter + Script *[]string + type RunCommandInputParameter struct + Name *string + Value *string + type RunCommandListResult struct + NextLink *string + Value *[]RunCommandDocumentBase + func (rclr RunCommandListResult) IsEmpty() bool + type RunCommandListResultIterator struct + func NewRunCommandListResultIterator(page RunCommandListResultPage) RunCommandListResultIterator + func (iter *RunCommandListResultIterator) Next() error + func (iter *RunCommandListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter RunCommandListResultIterator) NotDone() bool + func (iter RunCommandListResultIterator) Response() RunCommandListResult + func (iter RunCommandListResultIterator) Value() RunCommandDocumentBase + type RunCommandListResultPage struct + func NewRunCommandListResultPage(cur RunCommandListResult, ...) RunCommandListResultPage + func (page *RunCommandListResultPage) Next() error + func (page *RunCommandListResultPage) NextWithContext(ctx context.Context) (err error) + func (page RunCommandListResultPage) NotDone() bool + func (page RunCommandListResultPage) Response() RunCommandListResult + func (page RunCommandListResultPage) Values() []RunCommandDocumentBase + type RunCommandParameterDefinition struct + DefaultValue *string + Name *string + Required *bool + Type *string + type RunCommandResult struct + Value *[]InstanceViewStatus + type SSHConfiguration struct + PublicKeys *[]SSHPublicKey + type SSHPublicKey struct + KeyData *string + Path *string + type SSHPublicKeyGenerateKeyPairResult struct + ID *string + PrivateKey *string + PublicKey *string + type SSHPublicKeyResource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (spkr *SSHPublicKeyResource) UnmarshalJSON(body []byte) error + func (spkr SSHPublicKeyResource) MarshalJSON() ([]byte, error) + type SSHPublicKeyResourceProperties struct + PublicKey *string + type SSHPublicKeyUpdateResource struct + Tags map[string]*string + func (spkur *SSHPublicKeyUpdateResource) UnmarshalJSON(body []byte) error + func (spkur SSHPublicKeyUpdateResource) MarshalJSON() ([]byte, error) + type SSHPublicKeysClient struct + func NewSSHPublicKeysClient(subscriptionID string) SSHPublicKeysClient + func NewSSHPublicKeysClientWithBaseURI(baseURI string, subscriptionID string) SSHPublicKeysClient + func (client SSHPublicKeysClient) Create(ctx context.Context, resourceGroupName string, SSHPublicKeyName string, ...) (result SSHPublicKeyResource, err error) + func (client SSHPublicKeysClient) CreatePreparer(ctx context.Context, resourceGroupName string, SSHPublicKeyName string, ...) (*http.Request, error) + func (client SSHPublicKeysClient) CreateResponder(resp *http.Response) (result SSHPublicKeyResource, err error) + func (client SSHPublicKeysClient) CreateSender(req *http.Request) (*http.Response, error) + func (client SSHPublicKeysClient) Delete(ctx context.Context, resourceGroupName string, SSHPublicKeyName string) (result autorest.Response, err error) + func (client SSHPublicKeysClient) DeletePreparer(ctx context.Context, resourceGroupName string, SSHPublicKeyName string) (*http.Request, error) + func (client SSHPublicKeysClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client SSHPublicKeysClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client SSHPublicKeysClient) GenerateKeyPair(ctx context.Context, resourceGroupName string, SSHPublicKeyName string) (result SSHPublicKeyGenerateKeyPairResult, err error) + func (client SSHPublicKeysClient) GenerateKeyPairPreparer(ctx context.Context, resourceGroupName string, SSHPublicKeyName string) (*http.Request, error) + func (client SSHPublicKeysClient) GenerateKeyPairResponder(resp *http.Response) (result SSHPublicKeyGenerateKeyPairResult, err error) + func (client SSHPublicKeysClient) GenerateKeyPairSender(req *http.Request) (*http.Response, error) + func (client SSHPublicKeysClient) Get(ctx context.Context, resourceGroupName string, SSHPublicKeyName string) (result SSHPublicKeyResource, err error) + func (client SSHPublicKeysClient) GetPreparer(ctx context.Context, resourceGroupName string, SSHPublicKeyName string) (*http.Request, error) + func (client SSHPublicKeysClient) GetResponder(resp *http.Response) (result SSHPublicKeyResource, err error) + func (client SSHPublicKeysClient) GetSender(req *http.Request) (*http.Response, error) + func (client SSHPublicKeysClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result SSHPublicKeysGroupListResultPage, err error) + func (client SSHPublicKeysClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result SSHPublicKeysGroupListResultIterator, err error) + func (client SSHPublicKeysClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client SSHPublicKeysClient) ListByResourceGroupResponder(resp *http.Response) (result SSHPublicKeysGroupListResult, err error) + func (client SSHPublicKeysClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client SSHPublicKeysClient) ListBySubscription(ctx context.Context) (result SSHPublicKeysGroupListResultPage, err error) + func (client SSHPublicKeysClient) ListBySubscriptionComplete(ctx context.Context) (result SSHPublicKeysGroupListResultIterator, err error) + func (client SSHPublicKeysClient) ListBySubscriptionPreparer(ctx context.Context) (*http.Request, error) + func (client SSHPublicKeysClient) ListBySubscriptionResponder(resp *http.Response) (result SSHPublicKeysGroupListResult, err error) + func (client SSHPublicKeysClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error) + func (client SSHPublicKeysClient) Update(ctx context.Context, resourceGroupName string, SSHPublicKeyName string, ...) (result SSHPublicKeyResource, err error) + func (client SSHPublicKeysClient) UpdatePreparer(ctx context.Context, resourceGroupName string, SSHPublicKeyName string, ...) (*http.Request, error) + func (client SSHPublicKeysClient) UpdateResponder(resp *http.Response) (result SSHPublicKeyResource, err error) + func (client SSHPublicKeysClient) UpdateSender(req *http.Request) (*http.Response, error) + type SSHPublicKeysGroupListResult struct + NextLink *string + Value *[]SSHPublicKeyResource + func (spkglr SSHPublicKeysGroupListResult) IsEmpty() bool + type SSHPublicKeysGroupListResultIterator struct + func NewSSHPublicKeysGroupListResultIterator(page SSHPublicKeysGroupListResultPage) SSHPublicKeysGroupListResultIterator + func (iter *SSHPublicKeysGroupListResultIterator) Next() error + func (iter *SSHPublicKeysGroupListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter SSHPublicKeysGroupListResultIterator) NotDone() bool + func (iter SSHPublicKeysGroupListResultIterator) Response() SSHPublicKeysGroupListResult + func (iter SSHPublicKeysGroupListResultIterator) Value() SSHPublicKeyResource + type SSHPublicKeysGroupListResultPage struct + func NewSSHPublicKeysGroupListResultPage(cur SSHPublicKeysGroupListResult, ...) SSHPublicKeysGroupListResultPage + func (page *SSHPublicKeysGroupListResultPage) Next() error + func (page *SSHPublicKeysGroupListResultPage) NextWithContext(ctx context.Context) (err error) + func (page SSHPublicKeysGroupListResultPage) NotDone() bool + func (page SSHPublicKeysGroupListResultPage) Response() SSHPublicKeysGroupListResult + func (page SSHPublicKeysGroupListResultPage) Values() []SSHPublicKeyResource + type ScaleInPolicy struct + Rules *[]VirtualMachineScaleSetScaleInRules + type ScheduledEventsProfile struct + TerminateNotificationProfile *TerminateNotificationProfile + type SecurityProfile struct + EncryptionAtHost *bool + type SettingNames string + const AutoLogon + const FirstLogonCommands + func PossibleSettingNamesValues() []SettingNames + type ShareInfoElement struct + VMURI *string + func (sie ShareInfoElement) MarshalJSON() ([]byte, error) + type Sku struct + Capacity *int64 + Name *string + Tier *string + type Snapshot struct + ID *string + Location *string + ManagedBy *string + Name *string + Sku *SnapshotSku + Tags map[string]*string + Type *string + func (s *Snapshot) UnmarshalJSON(body []byte) error + func (s Snapshot) MarshalJSON() ([]byte, error) + type SnapshotList struct + NextLink *string + Value *[]Snapshot + func (sl SnapshotList) IsEmpty() bool + type SnapshotListIterator struct + func NewSnapshotListIterator(page SnapshotListPage) SnapshotListIterator + func (iter *SnapshotListIterator) Next() error + func (iter *SnapshotListIterator) NextWithContext(ctx context.Context) (err error) + func (iter SnapshotListIterator) NotDone() bool + func (iter SnapshotListIterator) Response() SnapshotList + func (iter SnapshotListIterator) Value() Snapshot + type SnapshotListPage struct + func NewSnapshotListPage(cur SnapshotList, ...) SnapshotListPage + func (page *SnapshotListPage) Next() error + func (page *SnapshotListPage) NextWithContext(ctx context.Context) (err error) + func (page SnapshotListPage) NotDone() bool + func (page SnapshotListPage) Response() SnapshotList + func (page SnapshotListPage) Values() []Snapshot + type SnapshotProperties struct + CreationData *CreationData + DiskAccessID *string + DiskSizeBytes *int64 + DiskSizeGB *int32 + Encryption *Encryption + EncryptionSettingsCollection *EncryptionSettingsCollection + HyperVGeneration HyperVGeneration + Incremental *bool + NetworkAccessPolicy NetworkAccessPolicy + OsType OperatingSystemTypes + ProvisioningState *string + TimeCreated *date.Time + UniqueID *string + func (sp SnapshotProperties) MarshalJSON() ([]byte, error) + type SnapshotSku struct + Name SnapshotStorageAccountTypes + Tier *string + func (ss SnapshotSku) MarshalJSON() ([]byte, error) + type SnapshotStorageAccountTypes string + const SnapshotStorageAccountTypesPremiumLRS + const SnapshotStorageAccountTypesStandardLRS + const SnapshotStorageAccountTypesStandardZRS + func PossibleSnapshotStorageAccountTypesValues() []SnapshotStorageAccountTypes + type SnapshotUpdate struct + Sku *SnapshotSku + Tags map[string]*string + func (su *SnapshotUpdate) UnmarshalJSON(body []byte) error + func (su SnapshotUpdate) MarshalJSON() ([]byte, error) + type SnapshotUpdateProperties struct + DiskAccessID *string + DiskSizeGB *int32 + Encryption *Encryption + EncryptionSettingsCollection *EncryptionSettingsCollection + NetworkAccessPolicy NetworkAccessPolicy + OsType OperatingSystemTypes + type SnapshotsClient struct + func NewSnapshotsClient(subscriptionID string) SnapshotsClient + func NewSnapshotsClientWithBaseURI(baseURI string, subscriptionID string) SnapshotsClient + func (client SnapshotsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, snapshotName string, ...) (result SnapshotsCreateOrUpdateFuture, err error) + func (client SnapshotsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, snapshotName string, ...) (*http.Request, error) + func (client SnapshotsClient) CreateOrUpdateResponder(resp *http.Response) (result Snapshot, err error) + func (client SnapshotsClient) CreateOrUpdateSender(req *http.Request) (future SnapshotsCreateOrUpdateFuture, err error) + func (client SnapshotsClient) Delete(ctx context.Context, resourceGroupName string, snapshotName string) (result SnapshotsDeleteFuture, err error) + func (client SnapshotsClient) DeletePreparer(ctx context.Context, resourceGroupName string, snapshotName string) (*http.Request, error) + func (client SnapshotsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client SnapshotsClient) DeleteSender(req *http.Request) (future SnapshotsDeleteFuture, err error) + func (client SnapshotsClient) Get(ctx context.Context, resourceGroupName string, snapshotName string) (result Snapshot, err error) + func (client SnapshotsClient) GetPreparer(ctx context.Context, resourceGroupName string, snapshotName string) (*http.Request, error) + func (client SnapshotsClient) GetResponder(resp *http.Response) (result Snapshot, err error) + func (client SnapshotsClient) GetSender(req *http.Request) (*http.Response, error) + func (client SnapshotsClient) GrantAccess(ctx context.Context, resourceGroupName string, snapshotName string, ...) (result SnapshotsGrantAccessFuture, err error) + func (client SnapshotsClient) GrantAccessPreparer(ctx context.Context, resourceGroupName string, snapshotName string, ...) (*http.Request, error) + func (client SnapshotsClient) GrantAccessResponder(resp *http.Response) (result AccessURI, err error) + func (client SnapshotsClient) GrantAccessSender(req *http.Request) (future SnapshotsGrantAccessFuture, err error) + func (client SnapshotsClient) List(ctx context.Context) (result SnapshotListPage, err error) + func (client SnapshotsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result SnapshotListPage, err error) + func (client SnapshotsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result SnapshotListIterator, err error) + func (client SnapshotsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client SnapshotsClient) ListByResourceGroupResponder(resp *http.Response) (result SnapshotList, err error) + func (client SnapshotsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client SnapshotsClient) ListComplete(ctx context.Context) (result SnapshotListIterator, err error) + func (client SnapshotsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client SnapshotsClient) ListResponder(resp *http.Response) (result SnapshotList, err error) + func (client SnapshotsClient) ListSender(req *http.Request) (*http.Response, error) + func (client SnapshotsClient) RevokeAccess(ctx context.Context, resourceGroupName string, snapshotName string) (result SnapshotsRevokeAccessFuture, err error) + func (client SnapshotsClient) RevokeAccessPreparer(ctx context.Context, resourceGroupName string, snapshotName string) (*http.Request, error) + func (client SnapshotsClient) RevokeAccessResponder(resp *http.Response) (result autorest.Response, err error) + func (client SnapshotsClient) RevokeAccessSender(req *http.Request) (future SnapshotsRevokeAccessFuture, err error) + func (client SnapshotsClient) Update(ctx context.Context, resourceGroupName string, snapshotName string, ...) (result SnapshotsUpdateFuture, err error) + func (client SnapshotsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, snapshotName string, ...) (*http.Request, error) + func (client SnapshotsClient) UpdateResponder(resp *http.Response) (result Snapshot, err error) + func (client SnapshotsClient) UpdateSender(req *http.Request) (future SnapshotsUpdateFuture, err error) + type SnapshotsCreateOrUpdateFuture struct + Result func(SnapshotsClient) (Snapshot, error) + func (future *SnapshotsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type SnapshotsDeleteFuture struct + Result func(SnapshotsClient) (autorest.Response, error) + func (future *SnapshotsDeleteFuture) UnmarshalJSON(body []byte) error + type SnapshotsGrantAccessFuture struct + Result func(SnapshotsClient) (AccessURI, error) + func (future *SnapshotsGrantAccessFuture) UnmarshalJSON(body []byte) error + type SnapshotsRevokeAccessFuture struct + Result func(SnapshotsClient) (autorest.Response, error) + func (future *SnapshotsRevokeAccessFuture) UnmarshalJSON(body []byte) error + type SnapshotsUpdateFuture struct + Result func(SnapshotsClient) (Snapshot, error) + func (future *SnapshotsUpdateFuture) UnmarshalJSON(body []byte) error + type SoftwareUpdateRebootBehavior string + const AlwaysRequiresReboot + const CanRequestReboot + const NeverReboots + func PossibleSoftwareUpdateRebootBehaviorValues() []SoftwareUpdateRebootBehavior + type SourceVault struct + ID *string + type StatusLevelTypes string + const Error + const Info + const Warning + func PossibleStatusLevelTypesValues() []StatusLevelTypes + type StorageAccountType string + const StorageAccountTypePremiumLRS + const StorageAccountTypeStandardLRS + const StorageAccountTypeStandardZRS + func PossibleStorageAccountTypeValues() []StorageAccountType + type StorageAccountTypes string + const StorageAccountTypesPremiumLRS + const StorageAccountTypesStandardLRS + const StorageAccountTypesStandardSSDLRS + const StorageAccountTypesUltraSSDLRS + func PossibleStorageAccountTypesValues() []StorageAccountTypes + type StorageProfile struct + DataDisks *[]DataDisk + ImageReference *ImageReference + OsDisk *OSDisk + type SubResource struct + ID *string + type SubResourceReadOnly struct + ID *string + func (srro SubResourceReadOnly) MarshalJSON() ([]byte, error) + type SubResourceWithColocationStatus struct + ColocationStatus *InstanceViewStatus + ID *string + type TargetRegion struct + Encryption *EncryptionImages + Name *string + RegionalReplicaCount *int32 + StorageAccountType StorageAccountType + type TerminateNotificationProfile struct + Enable *bool + NotBeforeTimeout *string + type ThrottledRequestsInput struct + BlobContainerSasURI *string + FromTime *date.Time + GroupByOperationName *bool + GroupByResourceName *bool + GroupByThrottlePolicy *bool + ToTime *date.Time + type UpdateResource struct + Tags map[string]*string + func (ur UpdateResource) MarshalJSON() ([]byte, error) + type UpdateResourceDefinition struct + ID *string + Name *string + Tags map[string]*string + Type *string + func (urd UpdateResourceDefinition) MarshalJSON() ([]byte, error) + type UpgradeMode string + const UpgradeModeAutomatic + const UpgradeModeManual + const UpgradeModeRolling + func PossibleUpgradeModeValues() []UpgradeMode + type UpgradeOperationHistoricalStatusInfo struct + Location *string + Properties *UpgradeOperationHistoricalStatusInfoProperties + Type *string + func (uohsi UpgradeOperationHistoricalStatusInfo) MarshalJSON() ([]byte, error) + type UpgradeOperationHistoricalStatusInfoProperties struct + Error *APIError + Progress *RollingUpgradeProgressInfo + RollbackInfo *RollbackStatusInfo + RunningStatus *UpgradeOperationHistoryStatus + StartedBy UpgradeOperationInvoker + TargetImageReference *ImageReference + func (uohsip UpgradeOperationHistoricalStatusInfoProperties) MarshalJSON() ([]byte, error) + type UpgradeOperationHistoryStatus struct + Code UpgradeState + EndTime *date.Time + StartTime *date.Time + func (uohs UpgradeOperationHistoryStatus) MarshalJSON() ([]byte, error) + type UpgradeOperationInvoker string + const UpgradeOperationInvokerPlatform + const UpgradeOperationInvokerUnknown + const UpgradeOperationInvokerUser + func PossibleUpgradeOperationInvokerValues() []UpgradeOperationInvoker + type UpgradePolicy struct + AutomaticOSUpgradePolicy *AutomaticOSUpgradePolicy + Mode UpgradeMode + RollingUpgradePolicy *RollingUpgradePolicy + type UpgradeState string + const UpgradeStateCancelled + const UpgradeStateCompleted + const UpgradeStateFaulted + const UpgradeStateRollingForward + func PossibleUpgradeStateValues() []UpgradeState + type Usage struct + CurrentValue *int32 + Limit *int64 + Name *UsageName + Unit *string + type UsageClient struct + func NewUsageClient(subscriptionID string) UsageClient + func NewUsageClientWithBaseURI(baseURI string, subscriptionID string) UsageClient + func (client UsageClient) List(ctx context.Context, location string) (result ListUsagesResultPage, err error) + func (client UsageClient) ListComplete(ctx context.Context, location string) (result ListUsagesResultIterator, err error) + func (client UsageClient) ListPreparer(ctx context.Context, location string) (*http.Request, error) + func (client UsageClient) ListResponder(resp *http.Response) (result ListUsagesResult, err error) + func (client UsageClient) ListSender(req *http.Request) (*http.Response, error) + type UsageName struct + LocalizedValue *string + Value *string + type UserArtifactSource struct + FileName *string + MediaLink *string + type VMDiskTypes string + const VMDiskTypesNone + const VMDiskTypesUnmanaged + func PossibleVMDiskTypesValues() []VMDiskTypes + type VMScaleSetConvertToSinglePlacementGroupInput struct + ActivePlacementGroupID *string + type VaultCertificate struct + CertificateStore *string + CertificateURL *string + type VaultSecretGroup struct + SourceVault *SubResource + VaultCertificates *[]VaultCertificate + type VirtualHardDisk struct + URI *string + type VirtualMachine struct + ID *string + Identity *VirtualMachineIdentity + Location *string + Name *string + Plan *Plan + Resources *[]VirtualMachineExtension + Tags map[string]*string + Type *string + Zones *[]string + func (VM *VirtualMachine) UnmarshalJSON(body []byte) error + func (VM VirtualMachine) MarshalJSON() ([]byte, error) + type VirtualMachineAgentInstanceView struct + ExtensionHandlers *[]VirtualMachineExtensionHandlerInstanceView + Statuses *[]InstanceViewStatus + VMAgentVersion *string + type VirtualMachineAssessPatchesResult struct + AssessmentActivityID *string + CriticalAndSecurityPatchCount *int32 + Error *APIError + OtherPatchCount *int32 + Patches *[]VirtualMachineSoftwarePatchProperties + RebootPending *bool + StartDateTime *date.Time + Status PatchOperationStatus + func (vmapr VirtualMachineAssessPatchesResult) MarshalJSON() ([]byte, error) + type VirtualMachineCaptureParameters struct + DestinationContainerName *string + OverwriteVhds *bool + VhdPrefix *string + type VirtualMachineCaptureResult struct + ContentVersion *string + ID *string + Parameters interface{} + Resources *[]interface{} + Schema *string + func (vmcr VirtualMachineCaptureResult) MarshalJSON() ([]byte, error) + type VirtualMachineEvictionPolicyTypes string + const Deallocate + const Delete + func PossibleVirtualMachineEvictionPolicyTypesValues() []VirtualMachineEvictionPolicyTypes + type VirtualMachineExtension struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (vme *VirtualMachineExtension) UnmarshalJSON(body []byte) error + func (vme VirtualMachineExtension) MarshalJSON() ([]byte, error) + type VirtualMachineExtensionHandlerInstanceView struct + Status *InstanceViewStatus + Type *string + TypeHandlerVersion *string + type VirtualMachineExtensionImage struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (vmei *VirtualMachineExtensionImage) UnmarshalJSON(body []byte) error + func (vmei VirtualMachineExtensionImage) MarshalJSON() ([]byte, error) + type VirtualMachineExtensionImageProperties struct + ComputeRole *string + HandlerSchema *string + OperatingSystem *string + SupportsMultipleExtensions *bool + VMScaleSetEnabled *bool + type VirtualMachineExtensionImagesClient struct + func NewVirtualMachineExtensionImagesClient(subscriptionID string) VirtualMachineExtensionImagesClient + func NewVirtualMachineExtensionImagesClientWithBaseURI(baseURI string, subscriptionID string) VirtualMachineExtensionImagesClient + func (client VirtualMachineExtensionImagesClient) Get(ctx context.Context, location string, publisherName string, ...) (result VirtualMachineExtensionImage, err error) + func (client VirtualMachineExtensionImagesClient) GetPreparer(ctx context.Context, location string, publisherName string, ...) (*http.Request, error) + func (client VirtualMachineExtensionImagesClient) GetResponder(resp *http.Response) (result VirtualMachineExtensionImage, err error) + func (client VirtualMachineExtensionImagesClient) GetSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineExtensionImagesClient) ListTypes(ctx context.Context, location string, publisherName string) (result ListVirtualMachineExtensionImage, err error) + func (client VirtualMachineExtensionImagesClient) ListTypesPreparer(ctx context.Context, location string, publisherName string) (*http.Request, error) + func (client VirtualMachineExtensionImagesClient) ListTypesResponder(resp *http.Response) (result ListVirtualMachineExtensionImage, err error) + func (client VirtualMachineExtensionImagesClient) ListTypesSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineExtensionImagesClient) ListVersions(ctx context.Context, location string, publisherName string, ...) (result ListVirtualMachineExtensionImage, err error) + func (client VirtualMachineExtensionImagesClient) ListVersionsPreparer(ctx context.Context, location string, publisherName string, ...) (*http.Request, error) + func (client VirtualMachineExtensionImagesClient) ListVersionsResponder(resp *http.Response) (result ListVirtualMachineExtensionImage, err error) + func (client VirtualMachineExtensionImagesClient) ListVersionsSender(req *http.Request) (*http.Response, error) + type VirtualMachineExtensionInstanceView struct + Name *string + Statuses *[]InstanceViewStatus + Substatuses *[]InstanceViewStatus + Type *string + TypeHandlerVersion *string + type VirtualMachineExtensionProperties struct + AutoUpgradeMinorVersion *bool + EnableAutomaticUpgrade *bool + ForceUpdateTag *string + InstanceView *VirtualMachineExtensionInstanceView + ProtectedSettings interface{} + ProvisioningState *string + Publisher *string + Settings interface{} + Type *string + TypeHandlerVersion *string + func (vmep VirtualMachineExtensionProperties) MarshalJSON() ([]byte, error) + type VirtualMachineExtensionUpdate struct + Tags map[string]*string + func (vmeu *VirtualMachineExtensionUpdate) UnmarshalJSON(body []byte) error + func (vmeu VirtualMachineExtensionUpdate) MarshalJSON() ([]byte, error) + type VirtualMachineExtensionUpdateProperties struct + AutoUpgradeMinorVersion *bool + EnableAutomaticUpgrade *bool + ForceUpdateTag *string + ProtectedSettings interface{} + Publisher *string + Settings interface{} + Type *string + TypeHandlerVersion *string + type VirtualMachineExtensionsClient struct + func NewVirtualMachineExtensionsClient(subscriptionID string) VirtualMachineExtensionsClient + func NewVirtualMachineExtensionsClientWithBaseURI(baseURI string, subscriptionID string) VirtualMachineExtensionsClient + func (client VirtualMachineExtensionsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, VMName string, ...) (result VirtualMachineExtensionsCreateOrUpdateFuture, err error) + func (client VirtualMachineExtensionsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, VMName string, ...) (*http.Request, error) + func (client VirtualMachineExtensionsClient) CreateOrUpdateResponder(resp *http.Response) (result VirtualMachineExtension, err error) + func (client VirtualMachineExtensionsClient) CreateOrUpdateSender(req *http.Request) (future VirtualMachineExtensionsCreateOrUpdateFuture, err error) + func (client VirtualMachineExtensionsClient) Delete(ctx context.Context, resourceGroupName string, VMName string, ...) (result VirtualMachineExtensionsDeleteFuture, err error) + func (client VirtualMachineExtensionsClient) DeletePreparer(ctx context.Context, resourceGroupName string, VMName string, ...) (*http.Request, error) + func (client VirtualMachineExtensionsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachineExtensionsClient) DeleteSender(req *http.Request) (future VirtualMachineExtensionsDeleteFuture, err error) + func (client VirtualMachineExtensionsClient) Get(ctx context.Context, resourceGroupName string, VMName string, ...) (result VirtualMachineExtension, err error) + func (client VirtualMachineExtensionsClient) GetPreparer(ctx context.Context, resourceGroupName string, VMName string, ...) (*http.Request, error) + func (client VirtualMachineExtensionsClient) GetResponder(resp *http.Response) (result VirtualMachineExtension, err error) + func (client VirtualMachineExtensionsClient) GetSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineExtensionsClient) List(ctx context.Context, resourceGroupName string, VMName string, expand string) (result VirtualMachineExtensionsListResult, err error) + func (client VirtualMachineExtensionsClient) ListPreparer(ctx context.Context, resourceGroupName string, VMName string, expand string) (*http.Request, error) + func (client VirtualMachineExtensionsClient) ListResponder(resp *http.Response) (result VirtualMachineExtensionsListResult, err error) + func (client VirtualMachineExtensionsClient) ListSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineExtensionsClient) Update(ctx context.Context, resourceGroupName string, VMName string, ...) (result VirtualMachineExtensionsUpdateFuture, err error) + func (client VirtualMachineExtensionsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, VMName string, ...) (*http.Request, error) + func (client VirtualMachineExtensionsClient) UpdateResponder(resp *http.Response) (result VirtualMachineExtension, err error) + func (client VirtualMachineExtensionsClient) UpdateSender(req *http.Request) (future VirtualMachineExtensionsUpdateFuture, err error) + type VirtualMachineExtensionsCreateOrUpdateFuture struct + Result func(VirtualMachineExtensionsClient) (VirtualMachineExtension, error) + func (future *VirtualMachineExtensionsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type VirtualMachineExtensionsDeleteFuture struct + Result func(VirtualMachineExtensionsClient) (autorest.Response, error) + func (future *VirtualMachineExtensionsDeleteFuture) UnmarshalJSON(body []byte) error + type VirtualMachineExtensionsListResult struct + Value *[]VirtualMachineExtension + type VirtualMachineExtensionsUpdateFuture struct + Result func(VirtualMachineExtensionsClient) (VirtualMachineExtension, error) + func (future *VirtualMachineExtensionsUpdateFuture) UnmarshalJSON(body []byte) error + type VirtualMachineHealthStatus struct + Status *InstanceViewStatus + func (vmhs VirtualMachineHealthStatus) MarshalJSON() ([]byte, error) + type VirtualMachineIdentity struct + PrincipalID *string + TenantID *string + Type ResourceIdentityType + UserAssignedIdentities map[string]*VirtualMachineIdentityUserAssignedIdentitiesValue + func (vmi VirtualMachineIdentity) MarshalJSON() ([]byte, error) + type VirtualMachineIdentityUserAssignedIdentitiesValue struct + ClientID *string + PrincipalID *string + func (vmiAiv VirtualMachineIdentityUserAssignedIdentitiesValue) MarshalJSON() ([]byte, error) + type VirtualMachineImage struct + ID *string + Location *string + Name *string + Tags map[string]*string + func (vmi *VirtualMachineImage) UnmarshalJSON(body []byte) error + func (vmi VirtualMachineImage) MarshalJSON() ([]byte, error) + type VirtualMachineImageProperties struct + AutomaticOSUpgradeProperties *AutomaticOSUpgradeProperties + DataDiskImages *[]DataDiskImage + Disallowed *DisallowedConfiguration + HyperVGeneration HyperVGenerationTypes + OsDiskImage *OSDiskImage + Plan *PurchasePlan + type VirtualMachineImageResource struct + ID *string + Location *string + Name *string + Tags map[string]*string + func (vmir VirtualMachineImageResource) MarshalJSON() ([]byte, error) + type VirtualMachineImagesClient struct + func NewVirtualMachineImagesClient(subscriptionID string) VirtualMachineImagesClient + func NewVirtualMachineImagesClientWithBaseURI(baseURI string, subscriptionID string) VirtualMachineImagesClient + func (client VirtualMachineImagesClient) Get(ctx context.Context, location string, publisherName string, offer string, ...) (result VirtualMachineImage, err error) + func (client VirtualMachineImagesClient) GetPreparer(ctx context.Context, location string, publisherName string, offer string, ...) (*http.Request, error) + func (client VirtualMachineImagesClient) GetResponder(resp *http.Response) (result VirtualMachineImage, err error) + func (client VirtualMachineImagesClient) GetSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineImagesClient) List(ctx context.Context, location string, publisherName string, offer string, ...) (result ListVirtualMachineImageResource, err error) + func (client VirtualMachineImagesClient) ListOffers(ctx context.Context, location string, publisherName string) (result ListVirtualMachineImageResource, err error) + func (client VirtualMachineImagesClient) ListOffersPreparer(ctx context.Context, location string, publisherName string) (*http.Request, error) + func (client VirtualMachineImagesClient) ListOffersResponder(resp *http.Response) (result ListVirtualMachineImageResource, err error) + func (client VirtualMachineImagesClient) ListOffersSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineImagesClient) ListPreparer(ctx context.Context, location string, publisherName string, offer string, ...) (*http.Request, error) + func (client VirtualMachineImagesClient) ListPublishers(ctx context.Context, location string) (result ListVirtualMachineImageResource, err error) + func (client VirtualMachineImagesClient) ListPublishersPreparer(ctx context.Context, location string) (*http.Request, error) + func (client VirtualMachineImagesClient) ListPublishersResponder(resp *http.Response) (result ListVirtualMachineImageResource, err error) + func (client VirtualMachineImagesClient) ListPublishersSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineImagesClient) ListResponder(resp *http.Response) (result ListVirtualMachineImageResource, err error) + func (client VirtualMachineImagesClient) ListSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineImagesClient) ListSkus(ctx context.Context, location string, publisherName string, offer string) (result ListVirtualMachineImageResource, err error) + func (client VirtualMachineImagesClient) ListSkusPreparer(ctx context.Context, location string, publisherName string, offer string) (*http.Request, error) + func (client VirtualMachineImagesClient) ListSkusResponder(resp *http.Response) (result ListVirtualMachineImageResource, err error) + func (client VirtualMachineImagesClient) ListSkusSender(req *http.Request) (*http.Response, error) + type VirtualMachineInstanceView struct + AssignedHost *string + BootDiagnostics *BootDiagnosticsInstanceView + ComputerName *string + Disks *[]DiskInstanceView + Extensions *[]VirtualMachineExtensionInstanceView + HyperVGeneration HyperVGenerationType + MaintenanceRedeployStatus *MaintenanceRedeployStatus + OsName *string + OsVersion *string + PatchStatus *VirtualMachinePatchStatus + PlatformFaultDomain *int32 + PlatformUpdateDomain *int32 + RdpThumbPrint *string + Statuses *[]InstanceViewStatus + VMAgent *VirtualMachineAgentInstanceView + VMHealth *VirtualMachineHealthStatus + func (vmiv VirtualMachineInstanceView) MarshalJSON() ([]byte, error) + type VirtualMachineListResult struct + NextLink *string + Value *[]VirtualMachine + func (vmlr VirtualMachineListResult) IsEmpty() bool + type VirtualMachineListResultIterator struct + func NewVirtualMachineListResultIterator(page VirtualMachineListResultPage) VirtualMachineListResultIterator + func (iter *VirtualMachineListResultIterator) Next() error + func (iter *VirtualMachineListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter VirtualMachineListResultIterator) NotDone() bool + func (iter VirtualMachineListResultIterator) Response() VirtualMachineListResult + func (iter VirtualMachineListResultIterator) Value() VirtualMachine + type VirtualMachineListResultPage struct + func NewVirtualMachineListResultPage(cur VirtualMachineListResult, ...) VirtualMachineListResultPage + func (page *VirtualMachineListResultPage) Next() error + func (page *VirtualMachineListResultPage) NextWithContext(ctx context.Context) (err error) + func (page VirtualMachineListResultPage) NotDone() bool + func (page VirtualMachineListResultPage) Response() VirtualMachineListResult + func (page VirtualMachineListResultPage) Values() []VirtualMachine + type VirtualMachinePatchStatus struct + AvailablePatchSummary *AvailablePatchSummary + LastPatchInstallationSummary *LastPatchInstallationSummary + type VirtualMachinePriorityTypes string + const Low + const Regular + const Spot + func PossibleVirtualMachinePriorityTypesValues() []VirtualMachinePriorityTypes + type VirtualMachineProperties struct + AdditionalCapabilities *AdditionalCapabilities + AvailabilitySet *SubResource + BillingProfile *BillingProfile + DiagnosticsProfile *DiagnosticsProfile + EvictionPolicy VirtualMachineEvictionPolicyTypes + ExtensionsTimeBudget *string + HardwareProfile *HardwareProfile + Host *SubResource + HostGroup *SubResource + InstanceView *VirtualMachineInstanceView + LicenseType *string + NetworkProfile *NetworkProfile + OsProfile *OSProfile + Priority VirtualMachinePriorityTypes + ProvisioningState *string + ProximityPlacementGroup *SubResource + SecurityProfile *SecurityProfile + StorageProfile *StorageProfile + VMID *string + VirtualMachineScaleSet *SubResource + func (vmp VirtualMachineProperties) MarshalJSON() ([]byte, error) + type VirtualMachineReimageParameters struct + TempDisk *bool + type VirtualMachineRunCommand struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (vmrc *VirtualMachineRunCommand) UnmarshalJSON(body []byte) error + func (vmrc VirtualMachineRunCommand) MarshalJSON() ([]byte, error) + type VirtualMachineRunCommandInstanceView struct + EndTime *date.Time + Error *string + ExecutionMessage *string + ExecutionState ExecutionState + ExitCode *int32 + Output *string + StartTime *date.Time + Statuses *[]InstanceViewStatus + type VirtualMachineRunCommandProperties struct + AsyncExecution *bool + ErrorBlobURI *string + InstanceView *VirtualMachineRunCommandInstanceView + OutputBlobURI *string + Parameters *[]RunCommandInputParameter + ProtectedParameters *[]RunCommandInputParameter + ProvisioningState *string + RunAsPassword *string + RunAsUser *string + Source *VirtualMachineRunCommandScriptSource + TimeoutInSeconds *int32 + func (vmrcp VirtualMachineRunCommandProperties) MarshalJSON() ([]byte, error) + type VirtualMachineRunCommandScriptSource struct + CommandID *string + Script *string + ScriptURI *string + type VirtualMachineRunCommandUpdate struct + Tags map[string]*string + func (vmrcu *VirtualMachineRunCommandUpdate) UnmarshalJSON(body []byte) error + func (vmrcu VirtualMachineRunCommandUpdate) MarshalJSON() ([]byte, error) + type VirtualMachineRunCommandsClient struct + func NewVirtualMachineRunCommandsClient(subscriptionID string) VirtualMachineRunCommandsClient + func NewVirtualMachineRunCommandsClientWithBaseURI(baseURI string, subscriptionID string) VirtualMachineRunCommandsClient + func (client VirtualMachineRunCommandsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, VMName string, ...) (result VirtualMachineRunCommandsCreateOrUpdateFuture, err error) + func (client VirtualMachineRunCommandsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, VMName string, ...) (*http.Request, error) + func (client VirtualMachineRunCommandsClient) CreateOrUpdateResponder(resp *http.Response) (result VirtualMachineRunCommand, err error) + func (client VirtualMachineRunCommandsClient) CreateOrUpdateSender(req *http.Request) (future VirtualMachineRunCommandsCreateOrUpdateFuture, err error) + func (client VirtualMachineRunCommandsClient) Delete(ctx context.Context, resourceGroupName string, VMName string, ...) (result VirtualMachineRunCommandsDeleteFuture, err error) + func (client VirtualMachineRunCommandsClient) DeletePreparer(ctx context.Context, resourceGroupName string, VMName string, ...) (*http.Request, error) + func (client VirtualMachineRunCommandsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachineRunCommandsClient) DeleteSender(req *http.Request) (future VirtualMachineRunCommandsDeleteFuture, err error) + func (client VirtualMachineRunCommandsClient) Get(ctx context.Context, location string, commandID string) (result RunCommandDocument, err error) + func (client VirtualMachineRunCommandsClient) GetByVirtualMachine(ctx context.Context, resourceGroupName string, VMName string, ...) (result VirtualMachineRunCommand, err error) + func (client VirtualMachineRunCommandsClient) GetByVirtualMachinePreparer(ctx context.Context, resourceGroupName string, VMName string, ...) (*http.Request, error) + func (client VirtualMachineRunCommandsClient) GetByVirtualMachineResponder(resp *http.Response) (result VirtualMachineRunCommand, err error) + func (client VirtualMachineRunCommandsClient) GetByVirtualMachineSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineRunCommandsClient) GetPreparer(ctx context.Context, location string, commandID string) (*http.Request, error) + func (client VirtualMachineRunCommandsClient) GetResponder(resp *http.Response) (result RunCommandDocument, err error) + func (client VirtualMachineRunCommandsClient) GetSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineRunCommandsClient) List(ctx context.Context, location string) (result RunCommandListResultPage, err error) + func (client VirtualMachineRunCommandsClient) ListByVirtualMachine(ctx context.Context, resourceGroupName string, VMName string, expand string) (result VirtualMachineRunCommandsListResultPage, err error) + func (client VirtualMachineRunCommandsClient) ListByVirtualMachineComplete(ctx context.Context, resourceGroupName string, VMName string, expand string) (result VirtualMachineRunCommandsListResultIterator, err error) + func (client VirtualMachineRunCommandsClient) ListByVirtualMachinePreparer(ctx context.Context, resourceGroupName string, VMName string, expand string) (*http.Request, error) + func (client VirtualMachineRunCommandsClient) ListByVirtualMachineResponder(resp *http.Response) (result VirtualMachineRunCommandsListResult, err error) + func (client VirtualMachineRunCommandsClient) ListByVirtualMachineSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineRunCommandsClient) ListComplete(ctx context.Context, location string) (result RunCommandListResultIterator, err error) + func (client VirtualMachineRunCommandsClient) ListPreparer(ctx context.Context, location string) (*http.Request, error) + func (client VirtualMachineRunCommandsClient) ListResponder(resp *http.Response) (result RunCommandListResult, err error) + func (client VirtualMachineRunCommandsClient) ListSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineRunCommandsClient) Update(ctx context.Context, resourceGroupName string, VMName string, ...) (result VirtualMachineRunCommandsUpdateFuture, err error) + func (client VirtualMachineRunCommandsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, VMName string, ...) (*http.Request, error) + func (client VirtualMachineRunCommandsClient) UpdateResponder(resp *http.Response) (result VirtualMachineRunCommand, err error) + func (client VirtualMachineRunCommandsClient) UpdateSender(req *http.Request) (future VirtualMachineRunCommandsUpdateFuture, err error) + type VirtualMachineRunCommandsCreateOrUpdateFuture struct + Result func(VirtualMachineRunCommandsClient) (VirtualMachineRunCommand, error) + func (future *VirtualMachineRunCommandsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type VirtualMachineRunCommandsDeleteFuture struct + Result func(VirtualMachineRunCommandsClient) (autorest.Response, error) + func (future *VirtualMachineRunCommandsDeleteFuture) UnmarshalJSON(body []byte) error + type VirtualMachineRunCommandsListResult struct + NextLink *string + Value *[]VirtualMachineRunCommand + func (vmrclr VirtualMachineRunCommandsListResult) IsEmpty() bool + type VirtualMachineRunCommandsListResultIterator struct + func NewVirtualMachineRunCommandsListResultIterator(page VirtualMachineRunCommandsListResultPage) VirtualMachineRunCommandsListResultIterator + func (iter *VirtualMachineRunCommandsListResultIterator) Next() error + func (iter *VirtualMachineRunCommandsListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter VirtualMachineRunCommandsListResultIterator) NotDone() bool + func (iter VirtualMachineRunCommandsListResultIterator) Response() VirtualMachineRunCommandsListResult + func (iter VirtualMachineRunCommandsListResultIterator) Value() VirtualMachineRunCommand + type VirtualMachineRunCommandsListResultPage struct + func NewVirtualMachineRunCommandsListResultPage(cur VirtualMachineRunCommandsListResult, ...) VirtualMachineRunCommandsListResultPage + func (page *VirtualMachineRunCommandsListResultPage) Next() error + func (page *VirtualMachineRunCommandsListResultPage) NextWithContext(ctx context.Context) (err error) + func (page VirtualMachineRunCommandsListResultPage) NotDone() bool + func (page VirtualMachineRunCommandsListResultPage) Response() VirtualMachineRunCommandsListResult + func (page VirtualMachineRunCommandsListResultPage) Values() []VirtualMachineRunCommand + type VirtualMachineRunCommandsUpdateFuture struct + Result func(VirtualMachineRunCommandsClient) (VirtualMachineRunCommand, error) + func (future *VirtualMachineRunCommandsUpdateFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSet struct + ID *string + Identity *VirtualMachineScaleSetIdentity + Location *string + Name *string + Plan *Plan + Sku *Sku + Tags map[string]*string + Type *string + Zones *[]string + func (vmss *VirtualMachineScaleSet) UnmarshalJSON(body []byte) error + func (vmss VirtualMachineScaleSet) MarshalJSON() ([]byte, error) + type VirtualMachineScaleSetDataDisk struct + Caching CachingTypes + CreateOption DiskCreateOptionTypes + DiskIOPSReadWrite *int64 + DiskMBpsReadWrite *int64 + DiskSizeGB *int32 + Lun *int32 + ManagedDisk *VirtualMachineScaleSetManagedDiskParameters + Name *string + WriteAcceleratorEnabled *bool + type VirtualMachineScaleSetExtension struct + ID *string + Name *string + Type *string + func (vmsse *VirtualMachineScaleSetExtension) UnmarshalJSON(body []byte) error + func (vmsse VirtualMachineScaleSetExtension) MarshalJSON() ([]byte, error) + type VirtualMachineScaleSetExtensionListResult struct + NextLink *string + Value *[]VirtualMachineScaleSetExtension + func (vmsselr VirtualMachineScaleSetExtensionListResult) IsEmpty() bool + type VirtualMachineScaleSetExtensionListResultIterator struct + func NewVirtualMachineScaleSetExtensionListResultIterator(page VirtualMachineScaleSetExtensionListResultPage) VirtualMachineScaleSetExtensionListResultIterator + func (iter *VirtualMachineScaleSetExtensionListResultIterator) Next() error + func (iter *VirtualMachineScaleSetExtensionListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter VirtualMachineScaleSetExtensionListResultIterator) NotDone() bool + func (iter VirtualMachineScaleSetExtensionListResultIterator) Response() VirtualMachineScaleSetExtensionListResult + func (iter VirtualMachineScaleSetExtensionListResultIterator) Value() VirtualMachineScaleSetExtension + type VirtualMachineScaleSetExtensionListResultPage struct + func NewVirtualMachineScaleSetExtensionListResultPage(cur VirtualMachineScaleSetExtensionListResult, ...) VirtualMachineScaleSetExtensionListResultPage + func (page *VirtualMachineScaleSetExtensionListResultPage) Next() error + func (page *VirtualMachineScaleSetExtensionListResultPage) NextWithContext(ctx context.Context) (err error) + func (page VirtualMachineScaleSetExtensionListResultPage) NotDone() bool + func (page VirtualMachineScaleSetExtensionListResultPage) Response() VirtualMachineScaleSetExtensionListResult + func (page VirtualMachineScaleSetExtensionListResultPage) Values() []VirtualMachineScaleSetExtension + type VirtualMachineScaleSetExtensionProfile struct + Extensions *[]VirtualMachineScaleSetExtension + ExtensionsTimeBudget *string + type VirtualMachineScaleSetExtensionProperties struct + AutoUpgradeMinorVersion *bool + EnableAutomaticUpgrade *bool + ForceUpdateTag *string + ProtectedSettings interface{} + ProvisionAfterExtensions *[]string + ProvisioningState *string + Publisher *string + Settings interface{} + Type *string + TypeHandlerVersion *string + func (vmssep VirtualMachineScaleSetExtensionProperties) MarshalJSON() ([]byte, error) + type VirtualMachineScaleSetExtensionUpdate struct + ID *string + Name *string + Type *string + func (vmsseu *VirtualMachineScaleSetExtensionUpdate) UnmarshalJSON(body []byte) error + func (vmsseu VirtualMachineScaleSetExtensionUpdate) MarshalJSON() ([]byte, error) + type VirtualMachineScaleSetExtensionsClient struct + func NewVirtualMachineScaleSetExtensionsClient(subscriptionID string) VirtualMachineScaleSetExtensionsClient + func NewVirtualMachineScaleSetExtensionsClientWithBaseURI(baseURI string, subscriptionID string) VirtualMachineScaleSetExtensionsClient + func (client VirtualMachineScaleSetExtensionsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetExtensionsCreateOrUpdateFuture, err error) + func (client VirtualMachineScaleSetExtensionsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetExtensionsClient) CreateOrUpdateResponder(resp *http.Response) (result VirtualMachineScaleSetExtension, err error) + func (client VirtualMachineScaleSetExtensionsClient) CreateOrUpdateSender(req *http.Request) (future VirtualMachineScaleSetExtensionsCreateOrUpdateFuture, err error) + func (client VirtualMachineScaleSetExtensionsClient) Delete(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetExtensionsDeleteFuture, err error) + func (client VirtualMachineScaleSetExtensionsClient) DeletePreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetExtensionsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachineScaleSetExtensionsClient) DeleteSender(req *http.Request) (future VirtualMachineScaleSetExtensionsDeleteFuture, err error) + func (client VirtualMachineScaleSetExtensionsClient) Get(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetExtension, err error) + func (client VirtualMachineScaleSetExtensionsClient) GetPreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetExtensionsClient) GetResponder(resp *http.Response) (result VirtualMachineScaleSetExtension, err error) + func (client VirtualMachineScaleSetExtensionsClient) GetSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineScaleSetExtensionsClient) List(ctx context.Context, resourceGroupName string, VMScaleSetName string) (result VirtualMachineScaleSetExtensionListResultPage, err error) + func (client VirtualMachineScaleSetExtensionsClient) ListComplete(ctx context.Context, resourceGroupName string, VMScaleSetName string) (result VirtualMachineScaleSetExtensionListResultIterator, err error) + func (client VirtualMachineScaleSetExtensionsClient) ListPreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string) (*http.Request, error) + func (client VirtualMachineScaleSetExtensionsClient) ListResponder(resp *http.Response) (result VirtualMachineScaleSetExtensionListResult, err error) + func (client VirtualMachineScaleSetExtensionsClient) ListSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineScaleSetExtensionsClient) Update(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetExtensionsUpdateFuture, err error) + func (client VirtualMachineScaleSetExtensionsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetExtensionsClient) UpdateResponder(resp *http.Response) (result VirtualMachineScaleSetExtension, err error) + func (client VirtualMachineScaleSetExtensionsClient) UpdateSender(req *http.Request) (future VirtualMachineScaleSetExtensionsUpdateFuture, err error) + type VirtualMachineScaleSetExtensionsCreateOrUpdateFuture struct + Result func(VirtualMachineScaleSetExtensionsClient) (VirtualMachineScaleSetExtension, error) + func (future *VirtualMachineScaleSetExtensionsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetExtensionsDeleteFuture struct + Result func(VirtualMachineScaleSetExtensionsClient) (autorest.Response, error) + func (future *VirtualMachineScaleSetExtensionsDeleteFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetExtensionsUpdateFuture struct + Result func(VirtualMachineScaleSetExtensionsClient) (VirtualMachineScaleSetExtension, error) + func (future *VirtualMachineScaleSetExtensionsUpdateFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetIPConfiguration struct + ID *string + Name *string + func (vmssic *VirtualMachineScaleSetIPConfiguration) UnmarshalJSON(body []byte) error + func (vmssic VirtualMachineScaleSetIPConfiguration) MarshalJSON() ([]byte, error) + type VirtualMachineScaleSetIPConfigurationProperties struct + ApplicationGatewayBackendAddressPools *[]SubResource + ApplicationSecurityGroups *[]SubResource + LoadBalancerBackendAddressPools *[]SubResource + LoadBalancerInboundNatPools *[]SubResource + Primary *bool + PrivateIPAddressVersion IPVersion + PublicIPAddressConfiguration *VirtualMachineScaleSetPublicIPAddressConfiguration + Subnet *APIEntityReference + type VirtualMachineScaleSetIPTag struct + IPTagType *string + Tag *string + type VirtualMachineScaleSetIdentity struct + PrincipalID *string + TenantID *string + Type ResourceIdentityType + UserAssignedIdentities map[string]*VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue + func (vmssi VirtualMachineScaleSetIdentity) MarshalJSON() ([]byte, error) + type VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue struct + ClientID *string + PrincipalID *string + func (vmssiAiv VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue) MarshalJSON() ([]byte, error) + type VirtualMachineScaleSetInstanceView struct + Extensions *[]VirtualMachineScaleSetVMExtensionsSummary + OrchestrationServices *[]OrchestrationServiceSummary + Statuses *[]InstanceViewStatus + VirtualMachine *VirtualMachineScaleSetInstanceViewStatusesSummary + func (vmssiv VirtualMachineScaleSetInstanceView) MarshalJSON() ([]byte, error) + type VirtualMachineScaleSetInstanceViewStatusesSummary struct + StatusesSummary *[]VirtualMachineStatusCodeCount + func (vmssivss VirtualMachineScaleSetInstanceViewStatusesSummary) MarshalJSON() ([]byte, error) + type VirtualMachineScaleSetListOSUpgradeHistory struct + NextLink *string + Value *[]UpgradeOperationHistoricalStatusInfo + func (vmsslouh VirtualMachineScaleSetListOSUpgradeHistory) IsEmpty() bool + type VirtualMachineScaleSetListOSUpgradeHistoryIterator struct + func NewVirtualMachineScaleSetListOSUpgradeHistoryIterator(page VirtualMachineScaleSetListOSUpgradeHistoryPage) VirtualMachineScaleSetListOSUpgradeHistoryIterator + func (iter *VirtualMachineScaleSetListOSUpgradeHistoryIterator) Next() error + func (iter *VirtualMachineScaleSetListOSUpgradeHistoryIterator) NextWithContext(ctx context.Context) (err error) + func (iter VirtualMachineScaleSetListOSUpgradeHistoryIterator) NotDone() bool + func (iter VirtualMachineScaleSetListOSUpgradeHistoryIterator) Response() VirtualMachineScaleSetListOSUpgradeHistory + func (iter VirtualMachineScaleSetListOSUpgradeHistoryIterator) Value() UpgradeOperationHistoricalStatusInfo + type VirtualMachineScaleSetListOSUpgradeHistoryPage struct + func NewVirtualMachineScaleSetListOSUpgradeHistoryPage(cur VirtualMachineScaleSetListOSUpgradeHistory, ...) VirtualMachineScaleSetListOSUpgradeHistoryPage + func (page *VirtualMachineScaleSetListOSUpgradeHistoryPage) Next() error + func (page *VirtualMachineScaleSetListOSUpgradeHistoryPage) NextWithContext(ctx context.Context) (err error) + func (page VirtualMachineScaleSetListOSUpgradeHistoryPage) NotDone() bool + func (page VirtualMachineScaleSetListOSUpgradeHistoryPage) Response() VirtualMachineScaleSetListOSUpgradeHistory + func (page VirtualMachineScaleSetListOSUpgradeHistoryPage) Values() []UpgradeOperationHistoricalStatusInfo + type VirtualMachineScaleSetListResult struct + NextLink *string + Value *[]VirtualMachineScaleSet + func (vmsslr VirtualMachineScaleSetListResult) IsEmpty() bool + type VirtualMachineScaleSetListResultIterator struct + func NewVirtualMachineScaleSetListResultIterator(page VirtualMachineScaleSetListResultPage) VirtualMachineScaleSetListResultIterator + func (iter *VirtualMachineScaleSetListResultIterator) Next() error + func (iter *VirtualMachineScaleSetListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter VirtualMachineScaleSetListResultIterator) NotDone() bool + func (iter VirtualMachineScaleSetListResultIterator) Response() VirtualMachineScaleSetListResult + func (iter VirtualMachineScaleSetListResultIterator) Value() VirtualMachineScaleSet + type VirtualMachineScaleSetListResultPage struct + func NewVirtualMachineScaleSetListResultPage(cur VirtualMachineScaleSetListResult, ...) VirtualMachineScaleSetListResultPage + func (page *VirtualMachineScaleSetListResultPage) Next() error + func (page *VirtualMachineScaleSetListResultPage) NextWithContext(ctx context.Context) (err error) + func (page VirtualMachineScaleSetListResultPage) NotDone() bool + func (page VirtualMachineScaleSetListResultPage) Response() VirtualMachineScaleSetListResult + func (page VirtualMachineScaleSetListResultPage) Values() []VirtualMachineScaleSet + type VirtualMachineScaleSetListSkusResult struct + NextLink *string + Value *[]VirtualMachineScaleSetSku + func (vmsslsr VirtualMachineScaleSetListSkusResult) IsEmpty() bool + type VirtualMachineScaleSetListSkusResultIterator struct + func NewVirtualMachineScaleSetListSkusResultIterator(page VirtualMachineScaleSetListSkusResultPage) VirtualMachineScaleSetListSkusResultIterator + func (iter *VirtualMachineScaleSetListSkusResultIterator) Next() error + func (iter *VirtualMachineScaleSetListSkusResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter VirtualMachineScaleSetListSkusResultIterator) NotDone() bool + func (iter VirtualMachineScaleSetListSkusResultIterator) Response() VirtualMachineScaleSetListSkusResult + func (iter VirtualMachineScaleSetListSkusResultIterator) Value() VirtualMachineScaleSetSku + type VirtualMachineScaleSetListSkusResultPage struct + func NewVirtualMachineScaleSetListSkusResultPage(cur VirtualMachineScaleSetListSkusResult, ...) VirtualMachineScaleSetListSkusResultPage + func (page *VirtualMachineScaleSetListSkusResultPage) Next() error + func (page *VirtualMachineScaleSetListSkusResultPage) NextWithContext(ctx context.Context) (err error) + func (page VirtualMachineScaleSetListSkusResultPage) NotDone() bool + func (page VirtualMachineScaleSetListSkusResultPage) Response() VirtualMachineScaleSetListSkusResult + func (page VirtualMachineScaleSetListSkusResultPage) Values() []VirtualMachineScaleSetSku + type VirtualMachineScaleSetListWithLinkResult struct + NextLink *string + Value *[]VirtualMachineScaleSet + func (vmsslwlr VirtualMachineScaleSetListWithLinkResult) IsEmpty() bool + type VirtualMachineScaleSetListWithLinkResultIterator struct + func NewVirtualMachineScaleSetListWithLinkResultIterator(page VirtualMachineScaleSetListWithLinkResultPage) VirtualMachineScaleSetListWithLinkResultIterator + func (iter *VirtualMachineScaleSetListWithLinkResultIterator) Next() error + func (iter *VirtualMachineScaleSetListWithLinkResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter VirtualMachineScaleSetListWithLinkResultIterator) NotDone() bool + func (iter VirtualMachineScaleSetListWithLinkResultIterator) Response() VirtualMachineScaleSetListWithLinkResult + func (iter VirtualMachineScaleSetListWithLinkResultIterator) Value() VirtualMachineScaleSet + type VirtualMachineScaleSetListWithLinkResultPage struct + func NewVirtualMachineScaleSetListWithLinkResultPage(cur VirtualMachineScaleSetListWithLinkResult, ...) VirtualMachineScaleSetListWithLinkResultPage + func (page *VirtualMachineScaleSetListWithLinkResultPage) Next() error + func (page *VirtualMachineScaleSetListWithLinkResultPage) NextWithContext(ctx context.Context) (err error) + func (page VirtualMachineScaleSetListWithLinkResultPage) NotDone() bool + func (page VirtualMachineScaleSetListWithLinkResultPage) Response() VirtualMachineScaleSetListWithLinkResult + func (page VirtualMachineScaleSetListWithLinkResultPage) Values() []VirtualMachineScaleSet + type VirtualMachineScaleSetManagedDiskParameters struct + DiskEncryptionSet *DiskEncryptionSetParameters + StorageAccountType StorageAccountTypes + type VirtualMachineScaleSetNetworkConfiguration struct + ID *string + Name *string + func (vmssnc *VirtualMachineScaleSetNetworkConfiguration) UnmarshalJSON(body []byte) error + func (vmssnc VirtualMachineScaleSetNetworkConfiguration) MarshalJSON() ([]byte, error) + type VirtualMachineScaleSetNetworkConfigurationDNSSettings struct + DNSServers *[]string + type VirtualMachineScaleSetNetworkConfigurationProperties struct + DNSSettings *VirtualMachineScaleSetNetworkConfigurationDNSSettings + EnableAcceleratedNetworking *bool + EnableIPForwarding *bool + IPConfigurations *[]VirtualMachineScaleSetIPConfiguration + NetworkSecurityGroup *SubResource + Primary *bool + type VirtualMachineScaleSetNetworkProfile struct + HealthProbe *APIEntityReference + NetworkInterfaceConfigurations *[]VirtualMachineScaleSetNetworkConfiguration + type VirtualMachineScaleSetOSDisk struct + Caching CachingTypes + CreateOption DiskCreateOptionTypes + DiffDiskSettings *DiffDiskSettings + DiskSizeGB *int32 + Image *VirtualHardDisk + ManagedDisk *VirtualMachineScaleSetManagedDiskParameters + Name *string + OsType OperatingSystemTypes + VhdContainers *[]string + WriteAcceleratorEnabled *bool + type VirtualMachineScaleSetOSProfile struct + AdminPassword *string + AdminUsername *string + ComputerNamePrefix *string + CustomData *string + LinuxConfiguration *LinuxConfiguration + Secrets *[]VaultSecretGroup + WindowsConfiguration *WindowsConfiguration + type VirtualMachineScaleSetProperties struct + AdditionalCapabilities *AdditionalCapabilities + AutomaticRepairsPolicy *AutomaticRepairsPolicy + DoNotRunExtensionsOnOverprovisionedVMs *bool + HostGroup *SubResource + Overprovision *bool + PlatformFaultDomainCount *int32 + ProvisioningState *string + ProximityPlacementGroup *SubResource + ScaleInPolicy *ScaleInPolicy + SinglePlacementGroup *bool + UniqueID *string + UpgradePolicy *UpgradePolicy + VirtualMachineProfile *VirtualMachineScaleSetVMProfile + ZoneBalance *bool + func (vmssp VirtualMachineScaleSetProperties) MarshalJSON() ([]byte, error) + type VirtualMachineScaleSetPublicIPAddressConfiguration struct + Name *string + func (vmsspiac *VirtualMachineScaleSetPublicIPAddressConfiguration) UnmarshalJSON(body []byte) error + func (vmsspiac VirtualMachineScaleSetPublicIPAddressConfiguration) MarshalJSON() ([]byte, error) + type VirtualMachineScaleSetPublicIPAddressConfigurationDNSSettings struct + DomainNameLabel *string + type VirtualMachineScaleSetPublicIPAddressConfigurationProperties struct + DNSSettings *VirtualMachineScaleSetPublicIPAddressConfigurationDNSSettings + IPTags *[]VirtualMachineScaleSetIPTag + IdleTimeoutInMinutes *int32 + PublicIPAddressVersion IPVersion + PublicIPPrefix *SubResource + type VirtualMachineScaleSetReimageParameters struct + InstanceIds *[]string + TempDisk *bool + type VirtualMachineScaleSetRollingUpgradesCancelFuture struct + Result func(VirtualMachineScaleSetRollingUpgradesClient) (autorest.Response, error) + func (future *VirtualMachineScaleSetRollingUpgradesCancelFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetRollingUpgradesClient struct + func NewVirtualMachineScaleSetRollingUpgradesClient(subscriptionID string) VirtualMachineScaleSetRollingUpgradesClient + func NewVirtualMachineScaleSetRollingUpgradesClientWithBaseURI(baseURI string, subscriptionID string) VirtualMachineScaleSetRollingUpgradesClient + func (client VirtualMachineScaleSetRollingUpgradesClient) Cancel(ctx context.Context, resourceGroupName string, VMScaleSetName string) (result VirtualMachineScaleSetRollingUpgradesCancelFuture, err error) + func (client VirtualMachineScaleSetRollingUpgradesClient) CancelPreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string) (*http.Request, error) + func (client VirtualMachineScaleSetRollingUpgradesClient) CancelResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachineScaleSetRollingUpgradesClient) CancelSender(req *http.Request) (future VirtualMachineScaleSetRollingUpgradesCancelFuture, err error) + func (client VirtualMachineScaleSetRollingUpgradesClient) GetLatest(ctx context.Context, resourceGroupName string, VMScaleSetName string) (result RollingUpgradeStatusInfo, err error) + func (client VirtualMachineScaleSetRollingUpgradesClient) GetLatestPreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string) (*http.Request, error) + func (client VirtualMachineScaleSetRollingUpgradesClient) GetLatestResponder(resp *http.Response) (result RollingUpgradeStatusInfo, err error) + func (client VirtualMachineScaleSetRollingUpgradesClient) GetLatestSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineScaleSetRollingUpgradesClient) StartExtensionUpgrade(ctx context.Context, resourceGroupName string, VMScaleSetName string) (result VirtualMachineScaleSetRollingUpgradesStartExtensionUpgradeFuture, ...) + func (client VirtualMachineScaleSetRollingUpgradesClient) StartExtensionUpgradePreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string) (*http.Request, error) + func (client VirtualMachineScaleSetRollingUpgradesClient) StartExtensionUpgradeResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachineScaleSetRollingUpgradesClient) StartExtensionUpgradeSender(req *http.Request) (future VirtualMachineScaleSetRollingUpgradesStartExtensionUpgradeFuture, ...) + func (client VirtualMachineScaleSetRollingUpgradesClient) StartOSUpgrade(ctx context.Context, resourceGroupName string, VMScaleSetName string) (result VirtualMachineScaleSetRollingUpgradesStartOSUpgradeFuture, err error) + func (client VirtualMachineScaleSetRollingUpgradesClient) StartOSUpgradePreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string) (*http.Request, error) + func (client VirtualMachineScaleSetRollingUpgradesClient) StartOSUpgradeResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachineScaleSetRollingUpgradesClient) StartOSUpgradeSender(req *http.Request) (future VirtualMachineScaleSetRollingUpgradesStartOSUpgradeFuture, err error) + type VirtualMachineScaleSetRollingUpgradesStartExtensionUpgradeFuture struct + Result func(VirtualMachineScaleSetRollingUpgradesClient) (autorest.Response, error) + func (future *VirtualMachineScaleSetRollingUpgradesStartExtensionUpgradeFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetRollingUpgradesStartOSUpgradeFuture struct + Result func(VirtualMachineScaleSetRollingUpgradesClient) (autorest.Response, error) + func (future *VirtualMachineScaleSetRollingUpgradesStartOSUpgradeFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetScaleInRules string + const Default + const NewestVM + const OldestVM + func PossibleVirtualMachineScaleSetScaleInRulesValues() []VirtualMachineScaleSetScaleInRules + type VirtualMachineScaleSetSku struct + Capacity *VirtualMachineScaleSetSkuCapacity + ResourceType *string + Sku *Sku + func (vmsss VirtualMachineScaleSetSku) MarshalJSON() ([]byte, error) + type VirtualMachineScaleSetSkuCapacity struct + DefaultCapacity *int64 + Maximum *int64 + Minimum *int64 + ScaleType VirtualMachineScaleSetSkuScaleType + func (vmsssc VirtualMachineScaleSetSkuCapacity) MarshalJSON() ([]byte, error) + type VirtualMachineScaleSetSkuScaleType string + const VirtualMachineScaleSetSkuScaleTypeAutomatic + const VirtualMachineScaleSetSkuScaleTypeNone + func PossibleVirtualMachineScaleSetSkuScaleTypeValues() []VirtualMachineScaleSetSkuScaleType + type VirtualMachineScaleSetStorageProfile struct + DataDisks *[]VirtualMachineScaleSetDataDisk + ImageReference *ImageReference + OsDisk *VirtualMachineScaleSetOSDisk + type VirtualMachineScaleSetUpdate struct + Identity *VirtualMachineScaleSetIdentity + Plan *Plan + Sku *Sku + Tags map[string]*string + func (vmssu *VirtualMachineScaleSetUpdate) UnmarshalJSON(body []byte) error + func (vmssu VirtualMachineScaleSetUpdate) MarshalJSON() ([]byte, error) + type VirtualMachineScaleSetUpdateIPConfiguration struct + ID *string + Name *string + func (vmssuic *VirtualMachineScaleSetUpdateIPConfiguration) UnmarshalJSON(body []byte) error + func (vmssuic VirtualMachineScaleSetUpdateIPConfiguration) MarshalJSON() ([]byte, error) + type VirtualMachineScaleSetUpdateIPConfigurationProperties struct + ApplicationGatewayBackendAddressPools *[]SubResource + ApplicationSecurityGroups *[]SubResource + LoadBalancerBackendAddressPools *[]SubResource + LoadBalancerInboundNatPools *[]SubResource + Primary *bool + PrivateIPAddressVersion IPVersion + PublicIPAddressConfiguration *VirtualMachineScaleSetUpdatePublicIPAddressConfiguration + Subnet *APIEntityReference + type VirtualMachineScaleSetUpdateNetworkConfiguration struct + ID *string + Name *string + func (vmssunc *VirtualMachineScaleSetUpdateNetworkConfiguration) UnmarshalJSON(body []byte) error + func (vmssunc VirtualMachineScaleSetUpdateNetworkConfiguration) MarshalJSON() ([]byte, error) + type VirtualMachineScaleSetUpdateNetworkConfigurationProperties struct + DNSSettings *VirtualMachineScaleSetNetworkConfigurationDNSSettings + EnableAcceleratedNetworking *bool + EnableIPForwarding *bool + IPConfigurations *[]VirtualMachineScaleSetUpdateIPConfiguration + NetworkSecurityGroup *SubResource + Primary *bool + type VirtualMachineScaleSetUpdateNetworkProfile struct + HealthProbe *APIEntityReference + NetworkInterfaceConfigurations *[]VirtualMachineScaleSetUpdateNetworkConfiguration + type VirtualMachineScaleSetUpdateOSDisk struct + Caching CachingTypes + DiskSizeGB *int32 + Image *VirtualHardDisk + ManagedDisk *VirtualMachineScaleSetManagedDiskParameters + VhdContainers *[]string + WriteAcceleratorEnabled *bool + type VirtualMachineScaleSetUpdateOSProfile struct + CustomData *string + LinuxConfiguration *LinuxConfiguration + Secrets *[]VaultSecretGroup + WindowsConfiguration *WindowsConfiguration + type VirtualMachineScaleSetUpdateProperties struct + AdditionalCapabilities *AdditionalCapabilities + AutomaticRepairsPolicy *AutomaticRepairsPolicy + DoNotRunExtensionsOnOverprovisionedVMs *bool + Overprovision *bool + ProximityPlacementGroup *SubResource + ScaleInPolicy *ScaleInPolicy + SinglePlacementGroup *bool + UpgradePolicy *UpgradePolicy + VirtualMachineProfile *VirtualMachineScaleSetUpdateVMProfile + type VirtualMachineScaleSetUpdatePublicIPAddressConfiguration struct + Name *string + func (vmssupiac *VirtualMachineScaleSetUpdatePublicIPAddressConfiguration) UnmarshalJSON(body []byte) error + func (vmssupiac VirtualMachineScaleSetUpdatePublicIPAddressConfiguration) MarshalJSON() ([]byte, error) + type VirtualMachineScaleSetUpdatePublicIPAddressConfigurationProperties struct + DNSSettings *VirtualMachineScaleSetPublicIPAddressConfigurationDNSSettings + IdleTimeoutInMinutes *int32 + type VirtualMachineScaleSetUpdateStorageProfile struct + DataDisks *[]VirtualMachineScaleSetDataDisk + ImageReference *ImageReference + OsDisk *VirtualMachineScaleSetUpdateOSDisk + type VirtualMachineScaleSetUpdateVMProfile struct + BillingProfile *BillingProfile + DiagnosticsProfile *DiagnosticsProfile + ExtensionProfile *VirtualMachineScaleSetExtensionProfile + LicenseType *string + NetworkProfile *VirtualMachineScaleSetUpdateNetworkProfile + OsProfile *VirtualMachineScaleSetUpdateOSProfile + ScheduledEventsProfile *ScheduledEventsProfile + SecurityProfile *SecurityProfile + StorageProfile *VirtualMachineScaleSetUpdateStorageProfile + type VirtualMachineScaleSetVM struct + ID *string + InstanceID *string + Location *string + Name *string + Plan *Plan + Resources *[]VirtualMachineExtension + Sku *Sku + Tags map[string]*string + Type *string + Zones *[]string + func (vmssv *VirtualMachineScaleSetVM) UnmarshalJSON(body []byte) error + func (vmssv VirtualMachineScaleSetVM) MarshalJSON() ([]byte, error) + type VirtualMachineScaleSetVMExtension struct + ID *string + Name *string + Type *string + func (vmssve *VirtualMachineScaleSetVMExtension) UnmarshalJSON(body []byte) error + func (vmssve VirtualMachineScaleSetVMExtension) MarshalJSON() ([]byte, error) + type VirtualMachineScaleSetVMExtensionUpdate struct + ID *string + Name *string + Type *string + func (vmssveu *VirtualMachineScaleSetVMExtensionUpdate) UnmarshalJSON(body []byte) error + func (vmssveu VirtualMachineScaleSetVMExtensionUpdate) MarshalJSON() ([]byte, error) + type VirtualMachineScaleSetVMExtensionsClient struct + func NewVirtualMachineScaleSetVMExtensionsClient(subscriptionID string) VirtualMachineScaleSetVMExtensionsClient + func NewVirtualMachineScaleSetVMExtensionsClientWithBaseURI(baseURI string, subscriptionID string) VirtualMachineScaleSetVMExtensionsClient + func (client VirtualMachineScaleSetVMExtensionsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetVMExtensionsCreateOrUpdateFuture, err error) + func (client VirtualMachineScaleSetVMExtensionsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetVMExtensionsClient) CreateOrUpdateResponder(resp *http.Response) (result VirtualMachineScaleSetVMExtension, err error) + func (client VirtualMachineScaleSetVMExtensionsClient) CreateOrUpdateSender(req *http.Request) (future VirtualMachineScaleSetVMExtensionsCreateOrUpdateFuture, err error) + func (client VirtualMachineScaleSetVMExtensionsClient) Delete(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetVMExtensionsDeleteFuture, err error) + func (client VirtualMachineScaleSetVMExtensionsClient) DeletePreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetVMExtensionsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachineScaleSetVMExtensionsClient) DeleteSender(req *http.Request) (future VirtualMachineScaleSetVMExtensionsDeleteFuture, err error) + func (client VirtualMachineScaleSetVMExtensionsClient) Get(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetVMExtension, err error) + func (client VirtualMachineScaleSetVMExtensionsClient) GetPreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetVMExtensionsClient) GetResponder(resp *http.Response) (result VirtualMachineScaleSetVMExtension, err error) + func (client VirtualMachineScaleSetVMExtensionsClient) GetSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineScaleSetVMExtensionsClient) List(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetVMExtensionsListResult, err error) + func (client VirtualMachineScaleSetVMExtensionsClient) ListPreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetVMExtensionsClient) ListResponder(resp *http.Response) (result VirtualMachineScaleSetVMExtensionsListResult, err error) + func (client VirtualMachineScaleSetVMExtensionsClient) ListSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineScaleSetVMExtensionsClient) Update(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetVMExtensionsUpdateFuture, err error) + func (client VirtualMachineScaleSetVMExtensionsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetVMExtensionsClient) UpdateResponder(resp *http.Response) (result VirtualMachineScaleSetVMExtension, err error) + func (client VirtualMachineScaleSetVMExtensionsClient) UpdateSender(req *http.Request) (future VirtualMachineScaleSetVMExtensionsUpdateFuture, err error) + type VirtualMachineScaleSetVMExtensionsCreateOrUpdateFuture struct + Result func(VirtualMachineScaleSetVMExtensionsClient) (VirtualMachineScaleSetVMExtension, error) + func (future *VirtualMachineScaleSetVMExtensionsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetVMExtensionsDeleteFuture struct + Result func(VirtualMachineScaleSetVMExtensionsClient) (autorest.Response, error) + func (future *VirtualMachineScaleSetVMExtensionsDeleteFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetVMExtensionsListResult struct + Value *[]VirtualMachineScaleSetVMExtension + type VirtualMachineScaleSetVMExtensionsSummary struct + Name *string + StatusesSummary *[]VirtualMachineStatusCodeCount + func (vmssves VirtualMachineScaleSetVMExtensionsSummary) MarshalJSON() ([]byte, error) + type VirtualMachineScaleSetVMExtensionsUpdateFuture struct + Result func(VirtualMachineScaleSetVMExtensionsClient) (VirtualMachineScaleSetVMExtension, error) + func (future *VirtualMachineScaleSetVMExtensionsUpdateFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetVMInstanceIDs struct + InstanceIds *[]string + type VirtualMachineScaleSetVMInstanceRequiredIDs struct + InstanceIds *[]string + type VirtualMachineScaleSetVMInstanceView struct + AssignedHost *string + BootDiagnostics *BootDiagnosticsInstanceView + Disks *[]DiskInstanceView + Extensions *[]VirtualMachineExtensionInstanceView + MaintenanceRedeployStatus *MaintenanceRedeployStatus + PlacementGroupID *string + PlatformFaultDomain *int32 + PlatformUpdateDomain *int32 + RdpThumbPrint *string + Statuses *[]InstanceViewStatus + VMAgent *VirtualMachineAgentInstanceView + VMHealth *VirtualMachineHealthStatus + func (vmssviv VirtualMachineScaleSetVMInstanceView) MarshalJSON() ([]byte, error) + type VirtualMachineScaleSetVMListResult struct + NextLink *string + Value *[]VirtualMachineScaleSetVM + func (vmssvlr VirtualMachineScaleSetVMListResult) IsEmpty() bool + type VirtualMachineScaleSetVMListResultIterator struct + func NewVirtualMachineScaleSetVMListResultIterator(page VirtualMachineScaleSetVMListResultPage) VirtualMachineScaleSetVMListResultIterator + func (iter *VirtualMachineScaleSetVMListResultIterator) Next() error + func (iter *VirtualMachineScaleSetVMListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter VirtualMachineScaleSetVMListResultIterator) NotDone() bool + func (iter VirtualMachineScaleSetVMListResultIterator) Response() VirtualMachineScaleSetVMListResult + func (iter VirtualMachineScaleSetVMListResultIterator) Value() VirtualMachineScaleSetVM + type VirtualMachineScaleSetVMListResultPage struct + func NewVirtualMachineScaleSetVMListResultPage(cur VirtualMachineScaleSetVMListResult, ...) VirtualMachineScaleSetVMListResultPage + func (page *VirtualMachineScaleSetVMListResultPage) Next() error + func (page *VirtualMachineScaleSetVMListResultPage) NextWithContext(ctx context.Context) (err error) + func (page VirtualMachineScaleSetVMListResultPage) NotDone() bool + func (page VirtualMachineScaleSetVMListResultPage) Response() VirtualMachineScaleSetVMListResult + func (page VirtualMachineScaleSetVMListResultPage) Values() []VirtualMachineScaleSetVM + type VirtualMachineScaleSetVMNetworkProfileConfiguration struct + NetworkInterfaceConfigurations *[]VirtualMachineScaleSetNetworkConfiguration + type VirtualMachineScaleSetVMProfile struct + BillingProfile *BillingProfile + DiagnosticsProfile *DiagnosticsProfile + EvictionPolicy VirtualMachineEvictionPolicyTypes + ExtensionProfile *VirtualMachineScaleSetExtensionProfile + LicenseType *string + NetworkProfile *VirtualMachineScaleSetNetworkProfile + OsProfile *VirtualMachineScaleSetOSProfile + Priority VirtualMachinePriorityTypes + ScheduledEventsProfile *ScheduledEventsProfile + SecurityProfile *SecurityProfile + StorageProfile *VirtualMachineScaleSetStorageProfile + type VirtualMachineScaleSetVMProperties struct + AdditionalCapabilities *AdditionalCapabilities + AvailabilitySet *SubResource + DiagnosticsProfile *DiagnosticsProfile + HardwareProfile *HardwareProfile + InstanceView *VirtualMachineScaleSetVMInstanceView + LatestModelApplied *bool + LicenseType *string + ModelDefinitionApplied *string + NetworkProfile *NetworkProfile + NetworkProfileConfiguration *VirtualMachineScaleSetVMNetworkProfileConfiguration + OsProfile *OSProfile + ProtectionPolicy *VirtualMachineScaleSetVMProtectionPolicy + ProvisioningState *string + SecurityProfile *SecurityProfile + StorageProfile *StorageProfile + VMID *string + func (vmssvp VirtualMachineScaleSetVMProperties) MarshalJSON() ([]byte, error) + type VirtualMachineScaleSetVMProtectionPolicy struct + ProtectFromScaleIn *bool + ProtectFromScaleSetActions *bool + type VirtualMachineScaleSetVMReimageParameters struct + TempDisk *bool + type VirtualMachineScaleSetVMRunCommandsClient struct + func NewVirtualMachineScaleSetVMRunCommandsClient(subscriptionID string) VirtualMachineScaleSetVMRunCommandsClient + func NewVirtualMachineScaleSetVMRunCommandsClientWithBaseURI(baseURI string, subscriptionID string) VirtualMachineScaleSetVMRunCommandsClient + func (client VirtualMachineScaleSetVMRunCommandsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetVMRunCommandsCreateOrUpdateFuture, err error) + func (client VirtualMachineScaleSetVMRunCommandsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetVMRunCommandsClient) CreateOrUpdateResponder(resp *http.Response) (result VirtualMachineRunCommand, err error) + func (client VirtualMachineScaleSetVMRunCommandsClient) CreateOrUpdateSender(req *http.Request) (future VirtualMachineScaleSetVMRunCommandsCreateOrUpdateFuture, err error) + func (client VirtualMachineScaleSetVMRunCommandsClient) Delete(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetVMRunCommandsDeleteFuture, err error) + func (client VirtualMachineScaleSetVMRunCommandsClient) DeletePreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetVMRunCommandsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachineScaleSetVMRunCommandsClient) DeleteSender(req *http.Request) (future VirtualMachineScaleSetVMRunCommandsDeleteFuture, err error) + func (client VirtualMachineScaleSetVMRunCommandsClient) Get(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineRunCommand, err error) + func (client VirtualMachineScaleSetVMRunCommandsClient) GetPreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetVMRunCommandsClient) GetResponder(resp *http.Response) (result VirtualMachineRunCommand, err error) + func (client VirtualMachineScaleSetVMRunCommandsClient) GetSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineScaleSetVMRunCommandsClient) List(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineRunCommandsListResultPage, err error) + func (client VirtualMachineScaleSetVMRunCommandsClient) ListComplete(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineRunCommandsListResultIterator, err error) + func (client VirtualMachineScaleSetVMRunCommandsClient) ListPreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetVMRunCommandsClient) ListResponder(resp *http.Response) (result VirtualMachineRunCommandsListResult, err error) + func (client VirtualMachineScaleSetVMRunCommandsClient) ListSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineScaleSetVMRunCommandsClient) Update(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetVMRunCommandsUpdateFuture, err error) + func (client VirtualMachineScaleSetVMRunCommandsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetVMRunCommandsClient) UpdateResponder(resp *http.Response) (result VirtualMachineRunCommand, err error) + func (client VirtualMachineScaleSetVMRunCommandsClient) UpdateSender(req *http.Request) (future VirtualMachineScaleSetVMRunCommandsUpdateFuture, err error) + type VirtualMachineScaleSetVMRunCommandsCreateOrUpdateFuture struct + Result func(VirtualMachineScaleSetVMRunCommandsClient) (VirtualMachineRunCommand, error) + func (future *VirtualMachineScaleSetVMRunCommandsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetVMRunCommandsDeleteFuture struct + Result func(VirtualMachineScaleSetVMRunCommandsClient) (autorest.Response, error) + func (future *VirtualMachineScaleSetVMRunCommandsDeleteFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetVMRunCommandsUpdateFuture struct + Result func(VirtualMachineScaleSetVMRunCommandsClient) (VirtualMachineRunCommand, error) + func (future *VirtualMachineScaleSetVMRunCommandsUpdateFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetVMsClient struct + func NewVirtualMachineScaleSetVMsClient(subscriptionID string) VirtualMachineScaleSetVMsClient + func NewVirtualMachineScaleSetVMsClientWithBaseURI(baseURI string, subscriptionID string) VirtualMachineScaleSetVMsClient + func (client VirtualMachineScaleSetVMsClient) Deallocate(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetVMsDeallocateFuture, err error) + func (client VirtualMachineScaleSetVMsClient) DeallocatePreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetVMsClient) DeallocateResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachineScaleSetVMsClient) DeallocateSender(req *http.Request) (future VirtualMachineScaleSetVMsDeallocateFuture, err error) + func (client VirtualMachineScaleSetVMsClient) Delete(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetVMsDeleteFuture, err error) + func (client VirtualMachineScaleSetVMsClient) DeletePreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetVMsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachineScaleSetVMsClient) DeleteSender(req *http.Request) (future VirtualMachineScaleSetVMsDeleteFuture, err error) + func (client VirtualMachineScaleSetVMsClient) Get(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetVM, err error) + func (client VirtualMachineScaleSetVMsClient) GetInstanceView(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetVMInstanceView, err error) + func (client VirtualMachineScaleSetVMsClient) GetInstanceViewPreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetVMsClient) GetInstanceViewResponder(resp *http.Response) (result VirtualMachineScaleSetVMInstanceView, err error) + func (client VirtualMachineScaleSetVMsClient) GetInstanceViewSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineScaleSetVMsClient) GetPreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetVMsClient) GetResponder(resp *http.Response) (result VirtualMachineScaleSetVM, err error) + func (client VirtualMachineScaleSetVMsClient) GetSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineScaleSetVMsClient) List(ctx context.Context, resourceGroupName string, ...) (result VirtualMachineScaleSetVMListResultPage, err error) + func (client VirtualMachineScaleSetVMsClient) ListComplete(ctx context.Context, resourceGroupName string, ...) (result VirtualMachineScaleSetVMListResultIterator, err error) + func (client VirtualMachineScaleSetVMsClient) ListPreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetVMsClient) ListResponder(resp *http.Response) (result VirtualMachineScaleSetVMListResult, err error) + func (client VirtualMachineScaleSetVMsClient) ListSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineScaleSetVMsClient) PerformMaintenance(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetVMsPerformMaintenanceFuture, err error) + func (client VirtualMachineScaleSetVMsClient) PerformMaintenancePreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetVMsClient) PerformMaintenanceResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachineScaleSetVMsClient) PerformMaintenanceSender(req *http.Request) (future VirtualMachineScaleSetVMsPerformMaintenanceFuture, err error) + func (client VirtualMachineScaleSetVMsClient) PowerOff(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetVMsPowerOffFuture, err error) + func (client VirtualMachineScaleSetVMsClient) PowerOffPreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetVMsClient) PowerOffResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachineScaleSetVMsClient) PowerOffSender(req *http.Request) (future VirtualMachineScaleSetVMsPowerOffFuture, err error) + func (client VirtualMachineScaleSetVMsClient) Redeploy(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetVMsRedeployFuture, err error) + func (client VirtualMachineScaleSetVMsClient) RedeployPreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetVMsClient) RedeployResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachineScaleSetVMsClient) RedeploySender(req *http.Request) (future VirtualMachineScaleSetVMsRedeployFuture, err error) + func (client VirtualMachineScaleSetVMsClient) Reimage(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetVMsReimageFuture, err error) + func (client VirtualMachineScaleSetVMsClient) ReimageAll(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetVMsReimageAllFuture, err error) + func (client VirtualMachineScaleSetVMsClient) ReimageAllPreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetVMsClient) ReimageAllResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachineScaleSetVMsClient) ReimageAllSender(req *http.Request) (future VirtualMachineScaleSetVMsReimageAllFuture, err error) + func (client VirtualMachineScaleSetVMsClient) ReimagePreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetVMsClient) ReimageResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachineScaleSetVMsClient) ReimageSender(req *http.Request) (future VirtualMachineScaleSetVMsReimageFuture, err error) + func (client VirtualMachineScaleSetVMsClient) Restart(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetVMsRestartFuture, err error) + func (client VirtualMachineScaleSetVMsClient) RestartPreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetVMsClient) RestartResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachineScaleSetVMsClient) RestartSender(req *http.Request) (future VirtualMachineScaleSetVMsRestartFuture, err error) + func (client VirtualMachineScaleSetVMsClient) RetrieveBootDiagnosticsData(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result RetrieveBootDiagnosticsDataResult, err error) + func (client VirtualMachineScaleSetVMsClient) RetrieveBootDiagnosticsDataPreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetVMsClient) RetrieveBootDiagnosticsDataResponder(resp *http.Response) (result RetrieveBootDiagnosticsDataResult, err error) + func (client VirtualMachineScaleSetVMsClient) RetrieveBootDiagnosticsDataSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineScaleSetVMsClient) RunCommand(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetVMsRunCommandFuture, err error) + func (client VirtualMachineScaleSetVMsClient) RunCommandPreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetVMsClient) RunCommandResponder(resp *http.Response) (result RunCommandResult, err error) + func (client VirtualMachineScaleSetVMsClient) RunCommandSender(req *http.Request) (future VirtualMachineScaleSetVMsRunCommandFuture, err error) + func (client VirtualMachineScaleSetVMsClient) SimulateEviction(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result autorest.Response, err error) + func (client VirtualMachineScaleSetVMsClient) SimulateEvictionPreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetVMsClient) SimulateEvictionResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachineScaleSetVMsClient) SimulateEvictionSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineScaleSetVMsClient) Start(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetVMsStartFuture, err error) + func (client VirtualMachineScaleSetVMsClient) StartPreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetVMsClient) StartResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachineScaleSetVMsClient) StartSender(req *http.Request) (future VirtualMachineScaleSetVMsStartFuture, err error) + func (client VirtualMachineScaleSetVMsClient) Update(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetVMsUpdateFuture, err error) + func (client VirtualMachineScaleSetVMsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetVMsClient) UpdateResponder(resp *http.Response) (result VirtualMachineScaleSetVM, err error) + func (client VirtualMachineScaleSetVMsClient) UpdateSender(req *http.Request) (future VirtualMachineScaleSetVMsUpdateFuture, err error) + type VirtualMachineScaleSetVMsDeallocateFuture struct + Result func(VirtualMachineScaleSetVMsClient) (autorest.Response, error) + func (future *VirtualMachineScaleSetVMsDeallocateFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetVMsDeleteFuture struct + Result func(VirtualMachineScaleSetVMsClient) (autorest.Response, error) + func (future *VirtualMachineScaleSetVMsDeleteFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetVMsPerformMaintenanceFuture struct + Result func(VirtualMachineScaleSetVMsClient) (autorest.Response, error) + func (future *VirtualMachineScaleSetVMsPerformMaintenanceFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetVMsPowerOffFuture struct + Result func(VirtualMachineScaleSetVMsClient) (autorest.Response, error) + func (future *VirtualMachineScaleSetVMsPowerOffFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetVMsRedeployFuture struct + Result func(VirtualMachineScaleSetVMsClient) (autorest.Response, error) + func (future *VirtualMachineScaleSetVMsRedeployFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetVMsReimageAllFuture struct + Result func(VirtualMachineScaleSetVMsClient) (autorest.Response, error) + func (future *VirtualMachineScaleSetVMsReimageAllFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetVMsReimageFuture struct + Result func(VirtualMachineScaleSetVMsClient) (autorest.Response, error) + func (future *VirtualMachineScaleSetVMsReimageFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetVMsRestartFuture struct + Result func(VirtualMachineScaleSetVMsClient) (autorest.Response, error) + func (future *VirtualMachineScaleSetVMsRestartFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetVMsRunCommandFuture struct + Result func(VirtualMachineScaleSetVMsClient) (RunCommandResult, error) + func (future *VirtualMachineScaleSetVMsRunCommandFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetVMsStartFuture struct + Result func(VirtualMachineScaleSetVMsClient) (autorest.Response, error) + func (future *VirtualMachineScaleSetVMsStartFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetVMsUpdateFuture struct + Result func(VirtualMachineScaleSetVMsClient) (VirtualMachineScaleSetVM, error) + func (future *VirtualMachineScaleSetVMsUpdateFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetsClient struct + func NewVirtualMachineScaleSetsClient(subscriptionID string) VirtualMachineScaleSetsClient + func NewVirtualMachineScaleSetsClientWithBaseURI(baseURI string, subscriptionID string) VirtualMachineScaleSetsClient + func (client VirtualMachineScaleSetsClient) ConvertToSinglePlacementGroup(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result autorest.Response, err error) + func (client VirtualMachineScaleSetsClient) ConvertToSinglePlacementGroupPreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetsClient) ConvertToSinglePlacementGroupResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachineScaleSetsClient) ConvertToSinglePlacementGroupSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineScaleSetsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetsCreateOrUpdateFuture, err error) + func (client VirtualMachineScaleSetsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetsClient) CreateOrUpdateResponder(resp *http.Response) (result VirtualMachineScaleSet, err error) + func (client VirtualMachineScaleSetsClient) CreateOrUpdateSender(req *http.Request) (future VirtualMachineScaleSetsCreateOrUpdateFuture, err error) + func (client VirtualMachineScaleSetsClient) Deallocate(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetsDeallocateFuture, err error) + func (client VirtualMachineScaleSetsClient) DeallocatePreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetsClient) DeallocateResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachineScaleSetsClient) DeallocateSender(req *http.Request) (future VirtualMachineScaleSetsDeallocateFuture, err error) + func (client VirtualMachineScaleSetsClient) Delete(ctx context.Context, resourceGroupName string, VMScaleSetName string) (result VirtualMachineScaleSetsDeleteFuture, err error) + func (client VirtualMachineScaleSetsClient) DeleteInstances(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetsDeleteInstancesFuture, err error) + func (client VirtualMachineScaleSetsClient) DeleteInstancesPreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetsClient) DeleteInstancesResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachineScaleSetsClient) DeleteInstancesSender(req *http.Request) (future VirtualMachineScaleSetsDeleteInstancesFuture, err error) + func (client VirtualMachineScaleSetsClient) DeletePreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string) (*http.Request, error) + func (client VirtualMachineScaleSetsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachineScaleSetsClient) DeleteSender(req *http.Request) (future VirtualMachineScaleSetsDeleteFuture, err error) + func (client VirtualMachineScaleSetsClient) ForceRecoveryServiceFabricPlatformUpdateDomainWalk(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result RecoveryWalkResponse, err error) + func (client VirtualMachineScaleSetsClient) ForceRecoveryServiceFabricPlatformUpdateDomainWalkPreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetsClient) ForceRecoveryServiceFabricPlatformUpdateDomainWalkResponder(resp *http.Response) (result RecoveryWalkResponse, err error) + func (client VirtualMachineScaleSetsClient) ForceRecoveryServiceFabricPlatformUpdateDomainWalkSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineScaleSetsClient) Get(ctx context.Context, resourceGroupName string, VMScaleSetName string) (result VirtualMachineScaleSet, err error) + func (client VirtualMachineScaleSetsClient) GetInstanceView(ctx context.Context, resourceGroupName string, VMScaleSetName string) (result VirtualMachineScaleSetInstanceView, err error) + func (client VirtualMachineScaleSetsClient) GetInstanceViewPreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string) (*http.Request, error) + func (client VirtualMachineScaleSetsClient) GetInstanceViewResponder(resp *http.Response) (result VirtualMachineScaleSetInstanceView, err error) + func (client VirtualMachineScaleSetsClient) GetInstanceViewSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineScaleSetsClient) GetOSUpgradeHistory(ctx context.Context, resourceGroupName string, VMScaleSetName string) (result VirtualMachineScaleSetListOSUpgradeHistoryPage, err error) + func (client VirtualMachineScaleSetsClient) GetOSUpgradeHistoryComplete(ctx context.Context, resourceGroupName string, VMScaleSetName string) (result VirtualMachineScaleSetListOSUpgradeHistoryIterator, err error) + func (client VirtualMachineScaleSetsClient) GetOSUpgradeHistoryPreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string) (*http.Request, error) + func (client VirtualMachineScaleSetsClient) GetOSUpgradeHistoryResponder(resp *http.Response) (result VirtualMachineScaleSetListOSUpgradeHistory, err error) + func (client VirtualMachineScaleSetsClient) GetOSUpgradeHistorySender(req *http.Request) (*http.Response, error) + func (client VirtualMachineScaleSetsClient) GetPreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string) (*http.Request, error) + func (client VirtualMachineScaleSetsClient) GetResponder(resp *http.Response) (result VirtualMachineScaleSet, err error) + func (client VirtualMachineScaleSetsClient) GetSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineScaleSetsClient) List(ctx context.Context, resourceGroupName string) (result VirtualMachineScaleSetListResultPage, err error) + func (client VirtualMachineScaleSetsClient) ListAll(ctx context.Context) (result VirtualMachineScaleSetListWithLinkResultPage, err error) + func (client VirtualMachineScaleSetsClient) ListAllComplete(ctx context.Context) (result VirtualMachineScaleSetListWithLinkResultIterator, err error) + func (client VirtualMachineScaleSetsClient) ListAllPreparer(ctx context.Context) (*http.Request, error) + func (client VirtualMachineScaleSetsClient) ListAllResponder(resp *http.Response) (result VirtualMachineScaleSetListWithLinkResult, err error) + func (client VirtualMachineScaleSetsClient) ListAllSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineScaleSetsClient) ListComplete(ctx context.Context, resourceGroupName string) (result VirtualMachineScaleSetListResultIterator, err error) + func (client VirtualMachineScaleSetsClient) ListPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client VirtualMachineScaleSetsClient) ListResponder(resp *http.Response) (result VirtualMachineScaleSetListResult, err error) + func (client VirtualMachineScaleSetsClient) ListSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineScaleSetsClient) ListSkus(ctx context.Context, resourceGroupName string, VMScaleSetName string) (result VirtualMachineScaleSetListSkusResultPage, err error) + func (client VirtualMachineScaleSetsClient) ListSkusComplete(ctx context.Context, resourceGroupName string, VMScaleSetName string) (result VirtualMachineScaleSetListSkusResultIterator, err error) + func (client VirtualMachineScaleSetsClient) ListSkusPreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string) (*http.Request, error) + func (client VirtualMachineScaleSetsClient) ListSkusResponder(resp *http.Response) (result VirtualMachineScaleSetListSkusResult, err error) + func (client VirtualMachineScaleSetsClient) ListSkusSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineScaleSetsClient) PerformMaintenance(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetsPerformMaintenanceFuture, err error) + func (client VirtualMachineScaleSetsClient) PerformMaintenancePreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetsClient) PerformMaintenanceResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachineScaleSetsClient) PerformMaintenanceSender(req *http.Request) (future VirtualMachineScaleSetsPerformMaintenanceFuture, err error) + func (client VirtualMachineScaleSetsClient) PowerOff(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetsPowerOffFuture, err error) + func (client VirtualMachineScaleSetsClient) PowerOffPreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetsClient) PowerOffResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachineScaleSetsClient) PowerOffSender(req *http.Request) (future VirtualMachineScaleSetsPowerOffFuture, err error) + func (client VirtualMachineScaleSetsClient) Redeploy(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetsRedeployFuture, err error) + func (client VirtualMachineScaleSetsClient) RedeployPreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetsClient) RedeployResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachineScaleSetsClient) RedeploySender(req *http.Request) (future VirtualMachineScaleSetsRedeployFuture, err error) + func (client VirtualMachineScaleSetsClient) Reimage(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetsReimageFuture, err error) + func (client VirtualMachineScaleSetsClient) ReimageAll(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetsReimageAllFuture, err error) + func (client VirtualMachineScaleSetsClient) ReimageAllPreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetsClient) ReimageAllResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachineScaleSetsClient) ReimageAllSender(req *http.Request) (future VirtualMachineScaleSetsReimageAllFuture, err error) + func (client VirtualMachineScaleSetsClient) ReimagePreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetsClient) ReimageResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachineScaleSetsClient) ReimageSender(req *http.Request) (future VirtualMachineScaleSetsReimageFuture, err error) + func (client VirtualMachineScaleSetsClient) Restart(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetsRestartFuture, err error) + func (client VirtualMachineScaleSetsClient) RestartPreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetsClient) RestartResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachineScaleSetsClient) RestartSender(req *http.Request) (future VirtualMachineScaleSetsRestartFuture, err error) + func (client VirtualMachineScaleSetsClient) SetOrchestrationServiceState(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetsSetOrchestrationServiceStateFuture, err error) + func (client VirtualMachineScaleSetsClient) SetOrchestrationServiceStatePreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetsClient) SetOrchestrationServiceStateResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachineScaleSetsClient) SetOrchestrationServiceStateSender(req *http.Request) (future VirtualMachineScaleSetsSetOrchestrationServiceStateFuture, err error) + func (client VirtualMachineScaleSetsClient) Start(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetsStartFuture, err error) + func (client VirtualMachineScaleSetsClient) StartPreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetsClient) StartResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachineScaleSetsClient) StartSender(req *http.Request) (future VirtualMachineScaleSetsStartFuture, err error) + func (client VirtualMachineScaleSetsClient) Update(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetsUpdateFuture, err error) + func (client VirtualMachineScaleSetsClient) UpdateInstances(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (result VirtualMachineScaleSetsUpdateInstancesFuture, err error) + func (client VirtualMachineScaleSetsClient) UpdateInstancesPreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetsClient) UpdateInstancesResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachineScaleSetsClient) UpdateInstancesSender(req *http.Request) (future VirtualMachineScaleSetsUpdateInstancesFuture, err error) + func (client VirtualMachineScaleSetsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, VMScaleSetName string, ...) (*http.Request, error) + func (client VirtualMachineScaleSetsClient) UpdateResponder(resp *http.Response) (result VirtualMachineScaleSet, err error) + func (client VirtualMachineScaleSetsClient) UpdateSender(req *http.Request) (future VirtualMachineScaleSetsUpdateFuture, err error) + type VirtualMachineScaleSetsCreateOrUpdateFuture struct + Result func(VirtualMachineScaleSetsClient) (VirtualMachineScaleSet, error) + func (future *VirtualMachineScaleSetsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetsDeallocateFuture struct + Result func(VirtualMachineScaleSetsClient) (autorest.Response, error) + func (future *VirtualMachineScaleSetsDeallocateFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetsDeleteFuture struct + Result func(VirtualMachineScaleSetsClient) (autorest.Response, error) + func (future *VirtualMachineScaleSetsDeleteFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetsDeleteInstancesFuture struct + Result func(VirtualMachineScaleSetsClient) (autorest.Response, error) + func (future *VirtualMachineScaleSetsDeleteInstancesFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetsPerformMaintenanceFuture struct + Result func(VirtualMachineScaleSetsClient) (autorest.Response, error) + func (future *VirtualMachineScaleSetsPerformMaintenanceFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetsPowerOffFuture struct + Result func(VirtualMachineScaleSetsClient) (autorest.Response, error) + func (future *VirtualMachineScaleSetsPowerOffFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetsRedeployFuture struct + Result func(VirtualMachineScaleSetsClient) (autorest.Response, error) + func (future *VirtualMachineScaleSetsRedeployFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetsReimageAllFuture struct + Result func(VirtualMachineScaleSetsClient) (autorest.Response, error) + func (future *VirtualMachineScaleSetsReimageAllFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetsReimageFuture struct + Result func(VirtualMachineScaleSetsClient) (autorest.Response, error) + func (future *VirtualMachineScaleSetsReimageFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetsRestartFuture struct + Result func(VirtualMachineScaleSetsClient) (autorest.Response, error) + func (future *VirtualMachineScaleSetsRestartFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetsSetOrchestrationServiceStateFuture struct + Result func(VirtualMachineScaleSetsClient) (autorest.Response, error) + func (future *VirtualMachineScaleSetsSetOrchestrationServiceStateFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetsStartFuture struct + Result func(VirtualMachineScaleSetsClient) (autorest.Response, error) + func (future *VirtualMachineScaleSetsStartFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetsUpdateFuture struct + Result func(VirtualMachineScaleSetsClient) (VirtualMachineScaleSet, error) + func (future *VirtualMachineScaleSetsUpdateFuture) UnmarshalJSON(body []byte) error + type VirtualMachineScaleSetsUpdateInstancesFuture struct + Result func(VirtualMachineScaleSetsClient) (autorest.Response, error) + func (future *VirtualMachineScaleSetsUpdateInstancesFuture) UnmarshalJSON(body []byte) error + type VirtualMachineSize struct + MaxDataDiskCount *int32 + MemoryInMB *int32 + Name *string + NumberOfCores *int32 + OsDiskSizeInMB *int32 + ResourceDiskSizeInMB *int32 + type VirtualMachineSizeListResult struct + Value *[]VirtualMachineSize + type VirtualMachineSizeTypes string + const VirtualMachineSizeTypesBasicA0 + const VirtualMachineSizeTypesBasicA1 + const VirtualMachineSizeTypesBasicA2 + const VirtualMachineSizeTypesBasicA3 + const VirtualMachineSizeTypesBasicA4 + const VirtualMachineSizeTypesStandardA0 + const VirtualMachineSizeTypesStandardA1 + const VirtualMachineSizeTypesStandardA10 + const VirtualMachineSizeTypesStandardA11 + const VirtualMachineSizeTypesStandardA1V2 + const VirtualMachineSizeTypesStandardA2 + const VirtualMachineSizeTypesStandardA2V2 + const VirtualMachineSizeTypesStandardA2mV2 + const VirtualMachineSizeTypesStandardA3 + const VirtualMachineSizeTypesStandardA4 + const VirtualMachineSizeTypesStandardA4V2 + const VirtualMachineSizeTypesStandardA4mV2 + const VirtualMachineSizeTypesStandardA5 + const VirtualMachineSizeTypesStandardA6 + const VirtualMachineSizeTypesStandardA7 + const VirtualMachineSizeTypesStandardA8 + const VirtualMachineSizeTypesStandardA8V2 + const VirtualMachineSizeTypesStandardA8mV2 + const VirtualMachineSizeTypesStandardA9 + const VirtualMachineSizeTypesStandardB1ms + const VirtualMachineSizeTypesStandardB1s + const VirtualMachineSizeTypesStandardB2ms + const VirtualMachineSizeTypesStandardB2s + const VirtualMachineSizeTypesStandardB4ms + const VirtualMachineSizeTypesStandardB8ms + const VirtualMachineSizeTypesStandardD1 + const VirtualMachineSizeTypesStandardD11 + const VirtualMachineSizeTypesStandardD11V2 + const VirtualMachineSizeTypesStandardD12 + const VirtualMachineSizeTypesStandardD12V2 + const VirtualMachineSizeTypesStandardD13 + const VirtualMachineSizeTypesStandardD13V2 + const VirtualMachineSizeTypesStandardD14 + const VirtualMachineSizeTypesStandardD14V2 + const VirtualMachineSizeTypesStandardD15V2 + const VirtualMachineSizeTypesStandardD16V3 + const VirtualMachineSizeTypesStandardD16sV3 + const VirtualMachineSizeTypesStandardD1V2 + const VirtualMachineSizeTypesStandardD2 + const VirtualMachineSizeTypesStandardD2V2 + const VirtualMachineSizeTypesStandardD2V3 + const VirtualMachineSizeTypesStandardD2sV3 + const VirtualMachineSizeTypesStandardD3 + const VirtualMachineSizeTypesStandardD32V3 + const VirtualMachineSizeTypesStandardD32sV3 + const VirtualMachineSizeTypesStandardD3V2 + const VirtualMachineSizeTypesStandardD4 + const VirtualMachineSizeTypesStandardD4V2 + const VirtualMachineSizeTypesStandardD4V3 + const VirtualMachineSizeTypesStandardD4sV3 + const VirtualMachineSizeTypesStandardD5V2 + const VirtualMachineSizeTypesStandardD64V3 + const VirtualMachineSizeTypesStandardD64sV3 + const VirtualMachineSizeTypesStandardD8V3 + const VirtualMachineSizeTypesStandardD8sV3 + const VirtualMachineSizeTypesStandardDS1 + const VirtualMachineSizeTypesStandardDS11 + const VirtualMachineSizeTypesStandardDS11V2 + const VirtualMachineSizeTypesStandardDS12 + const VirtualMachineSizeTypesStandardDS12V2 + const VirtualMachineSizeTypesStandardDS13 + const VirtualMachineSizeTypesStandardDS132V2 + const VirtualMachineSizeTypesStandardDS134V2 + const VirtualMachineSizeTypesStandardDS13V2 + const VirtualMachineSizeTypesStandardDS14 + const VirtualMachineSizeTypesStandardDS144V2 + const VirtualMachineSizeTypesStandardDS148V2 + const VirtualMachineSizeTypesStandardDS14V2 + const VirtualMachineSizeTypesStandardDS15V2 + const VirtualMachineSizeTypesStandardDS1V2 + const VirtualMachineSizeTypesStandardDS2 + const VirtualMachineSizeTypesStandardDS2V2 + const VirtualMachineSizeTypesStandardDS3 + const VirtualMachineSizeTypesStandardDS3V2 + const VirtualMachineSizeTypesStandardDS4 + const VirtualMachineSizeTypesStandardDS4V2 + const VirtualMachineSizeTypesStandardDS5V2 + const VirtualMachineSizeTypesStandardE16V3 + const VirtualMachineSizeTypesStandardE16sV3 + const VirtualMachineSizeTypesStandardE2V3 + const VirtualMachineSizeTypesStandardE2sV3 + const VirtualMachineSizeTypesStandardE3216V3 + const VirtualMachineSizeTypesStandardE328sV3 + const VirtualMachineSizeTypesStandardE32V3 + const VirtualMachineSizeTypesStandardE32sV3 + const VirtualMachineSizeTypesStandardE4V3 + const VirtualMachineSizeTypesStandardE4sV3 + const VirtualMachineSizeTypesStandardE6416sV3 + const VirtualMachineSizeTypesStandardE6432sV3 + const VirtualMachineSizeTypesStandardE64V3 + const VirtualMachineSizeTypesStandardE64sV3 + const VirtualMachineSizeTypesStandardE8V3 + const VirtualMachineSizeTypesStandardE8sV3 + const VirtualMachineSizeTypesStandardF1 + const VirtualMachineSizeTypesStandardF16 + const VirtualMachineSizeTypesStandardF16s + const VirtualMachineSizeTypesStandardF16sV2 + const VirtualMachineSizeTypesStandardF1s + const VirtualMachineSizeTypesStandardF2 + const VirtualMachineSizeTypesStandardF2s + const VirtualMachineSizeTypesStandardF2sV2 + const VirtualMachineSizeTypesStandardF32sV2 + const VirtualMachineSizeTypesStandardF4 + const VirtualMachineSizeTypesStandardF4s + const VirtualMachineSizeTypesStandardF4sV2 + const VirtualMachineSizeTypesStandardF64sV2 + const VirtualMachineSizeTypesStandardF72sV2 + const VirtualMachineSizeTypesStandardF8 + const VirtualMachineSizeTypesStandardF8s + const VirtualMachineSizeTypesStandardF8sV2 + const VirtualMachineSizeTypesStandardG1 + const VirtualMachineSizeTypesStandardG2 + const VirtualMachineSizeTypesStandardG3 + const VirtualMachineSizeTypesStandardG4 + const VirtualMachineSizeTypesStandardG5 + const VirtualMachineSizeTypesStandardGS1 + const VirtualMachineSizeTypesStandardGS2 + const VirtualMachineSizeTypesStandardGS3 + const VirtualMachineSizeTypesStandardGS4 + const VirtualMachineSizeTypesStandardGS44 + const VirtualMachineSizeTypesStandardGS48 + const VirtualMachineSizeTypesStandardGS5 + const VirtualMachineSizeTypesStandardGS516 + const VirtualMachineSizeTypesStandardGS58 + const VirtualMachineSizeTypesStandardH16 + const VirtualMachineSizeTypesStandardH16m + const VirtualMachineSizeTypesStandardH16mr + const VirtualMachineSizeTypesStandardH16r + const VirtualMachineSizeTypesStandardH8 + const VirtualMachineSizeTypesStandardH8m + const VirtualMachineSizeTypesStandardL16s + const VirtualMachineSizeTypesStandardL32s + const VirtualMachineSizeTypesStandardL4s + const VirtualMachineSizeTypesStandardL8s + const VirtualMachineSizeTypesStandardM12832ms + const VirtualMachineSizeTypesStandardM12864ms + const VirtualMachineSizeTypesStandardM128ms + const VirtualMachineSizeTypesStandardM128s + const VirtualMachineSizeTypesStandardM6416ms + const VirtualMachineSizeTypesStandardM6432ms + const VirtualMachineSizeTypesStandardM64ms + const VirtualMachineSizeTypesStandardM64s + const VirtualMachineSizeTypesStandardNC12 + const VirtualMachineSizeTypesStandardNC12sV2 + const VirtualMachineSizeTypesStandardNC12sV3 + const VirtualMachineSizeTypesStandardNC24 + const VirtualMachineSizeTypesStandardNC24r + const VirtualMachineSizeTypesStandardNC24rsV2 + const VirtualMachineSizeTypesStandardNC24rsV3 + const VirtualMachineSizeTypesStandardNC24sV2 + const VirtualMachineSizeTypesStandardNC24sV3 + const VirtualMachineSizeTypesStandardNC6 + const VirtualMachineSizeTypesStandardNC6sV2 + const VirtualMachineSizeTypesStandardNC6sV3 + const VirtualMachineSizeTypesStandardND12s + const VirtualMachineSizeTypesStandardND24rs + const VirtualMachineSizeTypesStandardND24s + const VirtualMachineSizeTypesStandardND6s + const VirtualMachineSizeTypesStandardNV12 + const VirtualMachineSizeTypesStandardNV24 + const VirtualMachineSizeTypesStandardNV6 + func PossibleVirtualMachineSizeTypesValues() []VirtualMachineSizeTypes + type VirtualMachineSizesClient struct + func NewVirtualMachineSizesClient(subscriptionID string) VirtualMachineSizesClient + func NewVirtualMachineSizesClientWithBaseURI(baseURI string, subscriptionID string) VirtualMachineSizesClient + func (client VirtualMachineSizesClient) List(ctx context.Context, location string) (result VirtualMachineSizeListResult, err error) + func (client VirtualMachineSizesClient) ListPreparer(ctx context.Context, location string) (*http.Request, error) + func (client VirtualMachineSizesClient) ListResponder(resp *http.Response) (result VirtualMachineSizeListResult, err error) + func (client VirtualMachineSizesClient) ListSender(req *http.Request) (*http.Response, error) + type VirtualMachineSoftwarePatchProperties struct + ActivityID *string + AssessmentState PatchAssessmentState + Classifications *[]string + Kbid *string + LastModifiedDateTime *date.Time + Name *string + PatchID *string + PublishedDate *date.Time + RebootBehavior SoftwareUpdateRebootBehavior + Version *string + func (vmspp VirtualMachineSoftwarePatchProperties) MarshalJSON() ([]byte, error) + type VirtualMachineStatusCodeCount struct + Code *string + Count *int32 + func (vmscc VirtualMachineStatusCodeCount) MarshalJSON() ([]byte, error) + type VirtualMachineUpdate struct + Identity *VirtualMachineIdentity + Plan *Plan + Tags map[string]*string + Zones *[]string + func (vmu *VirtualMachineUpdate) UnmarshalJSON(body []byte) error + func (vmu VirtualMachineUpdate) MarshalJSON() ([]byte, error) + type VirtualMachinesAssessPatchesFuture struct + Result func(VirtualMachinesClient) (VirtualMachineAssessPatchesResult, error) + func (future *VirtualMachinesAssessPatchesFuture) UnmarshalJSON(body []byte) error + type VirtualMachinesCaptureFuture struct + Result func(VirtualMachinesClient) (VirtualMachineCaptureResult, error) + func (future *VirtualMachinesCaptureFuture) UnmarshalJSON(body []byte) error + type VirtualMachinesClient struct + func NewVirtualMachinesClient(subscriptionID string) VirtualMachinesClient + func NewVirtualMachinesClientWithBaseURI(baseURI string, subscriptionID string) VirtualMachinesClient + func (client VirtualMachinesClient) AssessPatches(ctx context.Context, resourceGroupName string, VMName string) (result VirtualMachinesAssessPatchesFuture, err error) + func (client VirtualMachinesClient) AssessPatchesPreparer(ctx context.Context, resourceGroupName string, VMName string) (*http.Request, error) + func (client VirtualMachinesClient) AssessPatchesResponder(resp *http.Response) (result VirtualMachineAssessPatchesResult, err error) + func (client VirtualMachinesClient) AssessPatchesSender(req *http.Request) (future VirtualMachinesAssessPatchesFuture, err error) + func (client VirtualMachinesClient) Capture(ctx context.Context, resourceGroupName string, VMName string, ...) (result VirtualMachinesCaptureFuture, err error) + func (client VirtualMachinesClient) CapturePreparer(ctx context.Context, resourceGroupName string, VMName string, ...) (*http.Request, error) + func (client VirtualMachinesClient) CaptureResponder(resp *http.Response) (result VirtualMachineCaptureResult, err error) + func (client VirtualMachinesClient) CaptureSender(req *http.Request) (future VirtualMachinesCaptureFuture, err error) + func (client VirtualMachinesClient) ConvertToManagedDisks(ctx context.Context, resourceGroupName string, VMName string) (result VirtualMachinesConvertToManagedDisksFuture, err error) + func (client VirtualMachinesClient) ConvertToManagedDisksPreparer(ctx context.Context, resourceGroupName string, VMName string) (*http.Request, error) + func (client VirtualMachinesClient) ConvertToManagedDisksResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachinesClient) ConvertToManagedDisksSender(req *http.Request) (future VirtualMachinesConvertToManagedDisksFuture, err error) + func (client VirtualMachinesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, VMName string, ...) (result VirtualMachinesCreateOrUpdateFuture, err error) + func (client VirtualMachinesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, VMName string, ...) (*http.Request, error) + func (client VirtualMachinesClient) CreateOrUpdateResponder(resp *http.Response) (result VirtualMachine, err error) + func (client VirtualMachinesClient) CreateOrUpdateSender(req *http.Request) (future VirtualMachinesCreateOrUpdateFuture, err error) + func (client VirtualMachinesClient) Deallocate(ctx context.Context, resourceGroupName string, VMName string) (result VirtualMachinesDeallocateFuture, err error) + func (client VirtualMachinesClient) DeallocatePreparer(ctx context.Context, resourceGroupName string, VMName string) (*http.Request, error) + func (client VirtualMachinesClient) DeallocateResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachinesClient) DeallocateSender(req *http.Request) (future VirtualMachinesDeallocateFuture, err error) + func (client VirtualMachinesClient) Delete(ctx context.Context, resourceGroupName string, VMName string, ...) (result VirtualMachinesDeleteFuture, err error) + func (client VirtualMachinesClient) DeletePreparer(ctx context.Context, resourceGroupName string, VMName string, ...) (*http.Request, error) + func (client VirtualMachinesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachinesClient) DeleteSender(req *http.Request) (future VirtualMachinesDeleteFuture, err error) + func (client VirtualMachinesClient) Generalize(ctx context.Context, resourceGroupName string, VMName string) (result autorest.Response, err error) + func (client VirtualMachinesClient) GeneralizePreparer(ctx context.Context, resourceGroupName string, VMName string) (*http.Request, error) + func (client VirtualMachinesClient) GeneralizeResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachinesClient) GeneralizeSender(req *http.Request) (*http.Response, error) + func (client VirtualMachinesClient) Get(ctx context.Context, resourceGroupName string, VMName string, ...) (result VirtualMachine, err error) + func (client VirtualMachinesClient) GetPreparer(ctx context.Context, resourceGroupName string, VMName string, ...) (*http.Request, error) + func (client VirtualMachinesClient) GetResponder(resp *http.Response) (result VirtualMachine, err error) + func (client VirtualMachinesClient) GetSender(req *http.Request) (*http.Response, error) + func (client VirtualMachinesClient) InstanceView(ctx context.Context, resourceGroupName string, VMName string) (result VirtualMachineInstanceView, err error) + func (client VirtualMachinesClient) InstanceViewPreparer(ctx context.Context, resourceGroupName string, VMName string) (*http.Request, error) + func (client VirtualMachinesClient) InstanceViewResponder(resp *http.Response) (result VirtualMachineInstanceView, err error) + func (client VirtualMachinesClient) InstanceViewSender(req *http.Request) (*http.Response, error) + func (client VirtualMachinesClient) List(ctx context.Context, resourceGroupName string) (result VirtualMachineListResultPage, err error) + func (client VirtualMachinesClient) ListAll(ctx context.Context, statusOnly string) (result VirtualMachineListResultPage, err error) + func (client VirtualMachinesClient) ListAllComplete(ctx context.Context, statusOnly string) (result VirtualMachineListResultIterator, err error) + func (client VirtualMachinesClient) ListAllPreparer(ctx context.Context, statusOnly string) (*http.Request, error) + func (client VirtualMachinesClient) ListAllResponder(resp *http.Response) (result VirtualMachineListResult, err error) + func (client VirtualMachinesClient) ListAllSender(req *http.Request) (*http.Response, error) + func (client VirtualMachinesClient) ListAvailableSizes(ctx context.Context, resourceGroupName string, VMName string) (result VirtualMachineSizeListResult, err error) + func (client VirtualMachinesClient) ListAvailableSizesPreparer(ctx context.Context, resourceGroupName string, VMName string) (*http.Request, error) + func (client VirtualMachinesClient) ListAvailableSizesResponder(resp *http.Response) (result VirtualMachineSizeListResult, err error) + func (client VirtualMachinesClient) ListAvailableSizesSender(req *http.Request) (*http.Response, error) + func (client VirtualMachinesClient) ListByLocation(ctx context.Context, location string) (result VirtualMachineListResultPage, err error) + func (client VirtualMachinesClient) ListByLocationComplete(ctx context.Context, location string) (result VirtualMachineListResultIterator, err error) + func (client VirtualMachinesClient) ListByLocationPreparer(ctx context.Context, location string) (*http.Request, error) + func (client VirtualMachinesClient) ListByLocationResponder(resp *http.Response) (result VirtualMachineListResult, err error) + func (client VirtualMachinesClient) ListByLocationSender(req *http.Request) (*http.Response, error) + func (client VirtualMachinesClient) ListComplete(ctx context.Context, resourceGroupName string) (result VirtualMachineListResultIterator, err error) + func (client VirtualMachinesClient) ListPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client VirtualMachinesClient) ListResponder(resp *http.Response) (result VirtualMachineListResult, err error) + func (client VirtualMachinesClient) ListSender(req *http.Request) (*http.Response, error) + func (client VirtualMachinesClient) PerformMaintenance(ctx context.Context, resourceGroupName string, VMName string) (result VirtualMachinesPerformMaintenanceFuture, err error) + func (client VirtualMachinesClient) PerformMaintenancePreparer(ctx context.Context, resourceGroupName string, VMName string) (*http.Request, error) + func (client VirtualMachinesClient) PerformMaintenanceResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachinesClient) PerformMaintenanceSender(req *http.Request) (future VirtualMachinesPerformMaintenanceFuture, err error) + func (client VirtualMachinesClient) PowerOff(ctx context.Context, resourceGroupName string, VMName string, ...) (result VirtualMachinesPowerOffFuture, err error) + func (client VirtualMachinesClient) PowerOffPreparer(ctx context.Context, resourceGroupName string, VMName string, ...) (*http.Request, error) + func (client VirtualMachinesClient) PowerOffResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachinesClient) PowerOffSender(req *http.Request) (future VirtualMachinesPowerOffFuture, err error) + func (client VirtualMachinesClient) Reapply(ctx context.Context, resourceGroupName string, VMName string) (result VirtualMachinesReapplyFuture, err error) + func (client VirtualMachinesClient) ReapplyPreparer(ctx context.Context, resourceGroupName string, VMName string) (*http.Request, error) + func (client VirtualMachinesClient) ReapplyResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachinesClient) ReapplySender(req *http.Request) (future VirtualMachinesReapplyFuture, err error) + func (client VirtualMachinesClient) Redeploy(ctx context.Context, resourceGroupName string, VMName string) (result VirtualMachinesRedeployFuture, err error) + func (client VirtualMachinesClient) RedeployPreparer(ctx context.Context, resourceGroupName string, VMName string) (*http.Request, error) + func (client VirtualMachinesClient) RedeployResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachinesClient) RedeploySender(req *http.Request) (future VirtualMachinesRedeployFuture, err error) + func (client VirtualMachinesClient) Reimage(ctx context.Context, resourceGroupName string, VMName string, ...) (result VirtualMachinesReimageFuture, err error) + func (client VirtualMachinesClient) ReimagePreparer(ctx context.Context, resourceGroupName string, VMName string, ...) (*http.Request, error) + func (client VirtualMachinesClient) ReimageResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachinesClient) ReimageSender(req *http.Request) (future VirtualMachinesReimageFuture, err error) + func (client VirtualMachinesClient) Restart(ctx context.Context, resourceGroupName string, VMName string) (result VirtualMachinesRestartFuture, err error) + func (client VirtualMachinesClient) RestartPreparer(ctx context.Context, resourceGroupName string, VMName string) (*http.Request, error) + func (client VirtualMachinesClient) RestartResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachinesClient) RestartSender(req *http.Request) (future VirtualMachinesRestartFuture, err error) + func (client VirtualMachinesClient) RetrieveBootDiagnosticsData(ctx context.Context, resourceGroupName string, VMName string, ...) (result RetrieveBootDiagnosticsDataResult, err error) + func (client VirtualMachinesClient) RetrieveBootDiagnosticsDataPreparer(ctx context.Context, resourceGroupName string, VMName string, ...) (*http.Request, error) + func (client VirtualMachinesClient) RetrieveBootDiagnosticsDataResponder(resp *http.Response) (result RetrieveBootDiagnosticsDataResult, err error) + func (client VirtualMachinesClient) RetrieveBootDiagnosticsDataSender(req *http.Request) (*http.Response, error) + func (client VirtualMachinesClient) RunCommand(ctx context.Context, resourceGroupName string, VMName string, ...) (result VirtualMachinesRunCommandFuture, err error) + func (client VirtualMachinesClient) RunCommandPreparer(ctx context.Context, resourceGroupName string, VMName string, ...) (*http.Request, error) + func (client VirtualMachinesClient) RunCommandResponder(resp *http.Response) (result RunCommandResult, err error) + func (client VirtualMachinesClient) RunCommandSender(req *http.Request) (future VirtualMachinesRunCommandFuture, err error) + func (client VirtualMachinesClient) SimulateEviction(ctx context.Context, resourceGroupName string, VMName string) (result autorest.Response, err error) + func (client VirtualMachinesClient) SimulateEvictionPreparer(ctx context.Context, resourceGroupName string, VMName string) (*http.Request, error) + func (client VirtualMachinesClient) SimulateEvictionResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachinesClient) SimulateEvictionSender(req *http.Request) (*http.Response, error) + func (client VirtualMachinesClient) Start(ctx context.Context, resourceGroupName string, VMName string) (result VirtualMachinesStartFuture, err error) + func (client VirtualMachinesClient) StartPreparer(ctx context.Context, resourceGroupName string, VMName string) (*http.Request, error) + func (client VirtualMachinesClient) StartResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualMachinesClient) StartSender(req *http.Request) (future VirtualMachinesStartFuture, err error) + func (client VirtualMachinesClient) Update(ctx context.Context, resourceGroupName string, VMName string, ...) (result VirtualMachinesUpdateFuture, err error) + func (client VirtualMachinesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, VMName string, ...) (*http.Request, error) + func (client VirtualMachinesClient) UpdateResponder(resp *http.Response) (result VirtualMachine, err error) + func (client VirtualMachinesClient) UpdateSender(req *http.Request) (future VirtualMachinesUpdateFuture, err error) + type VirtualMachinesConvertToManagedDisksFuture struct + Result func(VirtualMachinesClient) (autorest.Response, error) + func (future *VirtualMachinesConvertToManagedDisksFuture) UnmarshalJSON(body []byte) error + type VirtualMachinesCreateOrUpdateFuture struct + Result func(VirtualMachinesClient) (VirtualMachine, error) + func (future *VirtualMachinesCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type VirtualMachinesDeallocateFuture struct + Result func(VirtualMachinesClient) (autorest.Response, error) + func (future *VirtualMachinesDeallocateFuture) UnmarshalJSON(body []byte) error + type VirtualMachinesDeleteFuture struct + Result func(VirtualMachinesClient) (autorest.Response, error) + func (future *VirtualMachinesDeleteFuture) UnmarshalJSON(body []byte) error + type VirtualMachinesPerformMaintenanceFuture struct + Result func(VirtualMachinesClient) (autorest.Response, error) + func (future *VirtualMachinesPerformMaintenanceFuture) UnmarshalJSON(body []byte) error + type VirtualMachinesPowerOffFuture struct + Result func(VirtualMachinesClient) (autorest.Response, error) + func (future *VirtualMachinesPowerOffFuture) UnmarshalJSON(body []byte) error + type VirtualMachinesReapplyFuture struct + Result func(VirtualMachinesClient) (autorest.Response, error) + func (future *VirtualMachinesReapplyFuture) UnmarshalJSON(body []byte) error + type VirtualMachinesRedeployFuture struct + Result func(VirtualMachinesClient) (autorest.Response, error) + func (future *VirtualMachinesRedeployFuture) UnmarshalJSON(body []byte) error + type VirtualMachinesReimageFuture struct + Result func(VirtualMachinesClient) (autorest.Response, error) + func (future *VirtualMachinesReimageFuture) UnmarshalJSON(body []byte) error + type VirtualMachinesRestartFuture struct + Result func(VirtualMachinesClient) (autorest.Response, error) + func (future *VirtualMachinesRestartFuture) UnmarshalJSON(body []byte) error + type VirtualMachinesRunCommandFuture struct + Result func(VirtualMachinesClient) (RunCommandResult, error) + func (future *VirtualMachinesRunCommandFuture) UnmarshalJSON(body []byte) error + type VirtualMachinesStartFuture struct + Result func(VirtualMachinesClient) (autorest.Response, error) + func (future *VirtualMachinesStartFuture) UnmarshalJSON(body []byte) error + type VirtualMachinesUpdateFuture struct + Result func(VirtualMachinesClient) (VirtualMachine, error) + func (future *VirtualMachinesUpdateFuture) UnmarshalJSON(body []byte) error + type WinRMConfiguration struct + Listeners *[]WinRMListener + type WinRMListener struct + CertificateURL *string + Protocol ProtocolTypes + type WindowsConfiguration struct + AdditionalUnattendContent *[]AdditionalUnattendContent + EnableAutomaticUpdates *bool + PatchSettings *PatchSettings + ProvisionVMAgent *bool + TimeZone *string + WinRM *WinRMConfiguration