Versions in this module Expand all Collapse all v0 v0.0.1 Nov 7, 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 AccessLevelNone + const AccessLevelRead + const AccessLevelWrite + func PossibleAccessLevelValues() []AccessLevel + type AccessURI struct + AccessSAS *string + SecurityDataAccessSAS *string + func (au AccessURI) MarshalJSON() ([]byte, error) + type AdditionalCapabilities struct + HibernationEnabled *bool + UltraSSDEnabled *bool + type AdditionalUnattendContent struct + ComponentName ComponentNames + Content *string + PassName PassNames + SettingName SettingNames + type AggregatedReplicationState string + const AggregatedReplicationStateCompleted + const AggregatedReplicationStateFailed + const AggregatedReplicationStateInProgress + const AggregatedReplicationStateUnknown + func PossibleAggregatedReplicationStateValues() []AggregatedReplicationState + type ApplicationProfile struct + GalleryApplications *[]VMGalleryApplication + type Architecture string + const ArchitectureArm64 + const ArchitectureX64 + func PossibleArchitectureValues() []Architecture + type ArchitectureTypes string + const ArchitectureTypesArm64 + const ArchitectureTypesX64 + func PossibleArchitectureTypesValues() []ArchitectureTypes + type AutomaticOSUpgradePolicy struct + DisableAutomaticRollback *bool + EnableAutomaticOSUpgrade *bool + type AutomaticOSUpgradeProperties struct + AutomaticOSUpgradeSupported *bool + type AutomaticRepairsPolicy struct + Enabled *bool + GracePeriod *string + RepairAction RepairAction + 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 AvailabilitySetSkuTypesAligned + const AvailabilitySetSkuTypesClassic + 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 CapacityReservation struct + ID *string + Location *string + Name *string + Sku *Sku + Tags map[string]*string + Type *string + Zones *[]string + func (cr *CapacityReservation) UnmarshalJSON(body []byte) error + func (cr CapacityReservation) MarshalJSON() ([]byte, error) + type CapacityReservationGroup struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + Zones *[]string + func (crg *CapacityReservationGroup) UnmarshalJSON(body []byte) error + func (crg CapacityReservationGroup) MarshalJSON() ([]byte, error) + type CapacityReservationGroupInstanceView struct + CapacityReservations *[]CapacityReservationInstanceViewWithName + func (crgiv CapacityReservationGroupInstanceView) MarshalJSON() ([]byte, error) + type CapacityReservationGroupInstanceViewTypes string + const CapacityReservationGroupInstanceViewTypesInstanceView + func PossibleCapacityReservationGroupInstanceViewTypesValues() []CapacityReservationGroupInstanceViewTypes + type CapacityReservationGroupListResult struct + NextLink *string + Value *[]CapacityReservationGroup + func (crglr CapacityReservationGroupListResult) IsEmpty() bool + type CapacityReservationGroupListResultIterator struct + func NewCapacityReservationGroupListResultIterator(page CapacityReservationGroupListResultPage) CapacityReservationGroupListResultIterator + func (iter *CapacityReservationGroupListResultIterator) Next() error + func (iter *CapacityReservationGroupListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter CapacityReservationGroupListResultIterator) NotDone() bool + func (iter CapacityReservationGroupListResultIterator) Response() CapacityReservationGroupListResult + func (iter CapacityReservationGroupListResultIterator) Value() CapacityReservationGroup + type CapacityReservationGroupListResultPage struct + func NewCapacityReservationGroupListResultPage(cur CapacityReservationGroupListResult, ...) CapacityReservationGroupListResultPage + func (page *CapacityReservationGroupListResultPage) Next() error + func (page *CapacityReservationGroupListResultPage) NextWithContext(ctx context.Context) (err error) + func (page CapacityReservationGroupListResultPage) NotDone() bool + func (page CapacityReservationGroupListResultPage) Response() CapacityReservationGroupListResult + func (page CapacityReservationGroupListResultPage) Values() []CapacityReservationGroup + type CapacityReservationGroupProperties struct + CapacityReservations *[]SubResourceReadOnly + InstanceView *CapacityReservationGroupInstanceView + VirtualMachinesAssociated *[]SubResourceReadOnly + func (crgp CapacityReservationGroupProperties) MarshalJSON() ([]byte, error) + type CapacityReservationGroupUpdate struct + Tags map[string]*string + func (crgu *CapacityReservationGroupUpdate) UnmarshalJSON(body []byte) error + func (crgu CapacityReservationGroupUpdate) MarshalJSON() ([]byte, error) + type CapacityReservationGroupsClient struct + func NewCapacityReservationGroupsClient(subscriptionID string) CapacityReservationGroupsClient + func NewCapacityReservationGroupsClientWithBaseURI(baseURI string, subscriptionID string) CapacityReservationGroupsClient + func (client CapacityReservationGroupsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, ...) (result CapacityReservationGroup, err error) + func (client CapacityReservationGroupsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error) + func (client CapacityReservationGroupsClient) CreateOrUpdateResponder(resp *http.Response) (result CapacityReservationGroup, err error) + func (client CapacityReservationGroupsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client CapacityReservationGroupsClient) Delete(ctx context.Context, resourceGroupName string, ...) (result autorest.Response, err error) + func (client CapacityReservationGroupsClient) DeletePreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error) + func (client CapacityReservationGroupsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client CapacityReservationGroupsClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client CapacityReservationGroupsClient) Get(ctx context.Context, resourceGroupName string, ...) (result CapacityReservationGroup, err error) + func (client CapacityReservationGroupsClient) GetPreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error) + func (client CapacityReservationGroupsClient) GetResponder(resp *http.Response) (result CapacityReservationGroup, err error) + func (client CapacityReservationGroupsClient) GetSender(req *http.Request) (*http.Response, error) + func (client CapacityReservationGroupsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string, ...) (result CapacityReservationGroupListResultPage, err error) + func (client CapacityReservationGroupsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string, ...) (result CapacityReservationGroupListResultIterator, err error) + func (client CapacityReservationGroupsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error) + func (client CapacityReservationGroupsClient) ListByResourceGroupResponder(resp *http.Response) (result CapacityReservationGroupListResult, err error) + func (client CapacityReservationGroupsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client CapacityReservationGroupsClient) ListBySubscription(ctx context.Context, expand ExpandTypesForGetCapacityReservationGroups) (result CapacityReservationGroupListResultPage, err error) + func (client CapacityReservationGroupsClient) ListBySubscriptionComplete(ctx context.Context, expand ExpandTypesForGetCapacityReservationGroups) (result CapacityReservationGroupListResultIterator, err error) + func (client CapacityReservationGroupsClient) ListBySubscriptionPreparer(ctx context.Context, expand ExpandTypesForGetCapacityReservationGroups) (*http.Request, error) + func (client CapacityReservationGroupsClient) ListBySubscriptionResponder(resp *http.Response) (result CapacityReservationGroupListResult, err error) + func (client CapacityReservationGroupsClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error) + func (client CapacityReservationGroupsClient) Update(ctx context.Context, resourceGroupName string, ...) (result CapacityReservationGroup, err error) + func (client CapacityReservationGroupsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error) + func (client CapacityReservationGroupsClient) UpdateResponder(resp *http.Response) (result CapacityReservationGroup, err error) + func (client CapacityReservationGroupsClient) UpdateSender(req *http.Request) (*http.Response, error) + type CapacityReservationInstanceView struct + Statuses *[]InstanceViewStatus + UtilizationInfo *CapacityReservationUtilization + type CapacityReservationInstanceViewTypes string + const CapacityReservationInstanceViewTypesInstanceView + func PossibleCapacityReservationInstanceViewTypesValues() []CapacityReservationInstanceViewTypes + type CapacityReservationInstanceViewWithName struct + Name *string + Statuses *[]InstanceViewStatus + UtilizationInfo *CapacityReservationUtilization + func (crivwn CapacityReservationInstanceViewWithName) MarshalJSON() ([]byte, error) + type CapacityReservationListResult struct + NextLink *string + Value *[]CapacityReservation + func (crlr CapacityReservationListResult) IsEmpty() bool + type CapacityReservationListResultIterator struct + func NewCapacityReservationListResultIterator(page CapacityReservationListResultPage) CapacityReservationListResultIterator + func (iter *CapacityReservationListResultIterator) Next() error + func (iter *CapacityReservationListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter CapacityReservationListResultIterator) NotDone() bool + func (iter CapacityReservationListResultIterator) Response() CapacityReservationListResult + func (iter CapacityReservationListResultIterator) Value() CapacityReservation + type CapacityReservationListResultPage struct + func NewCapacityReservationListResultPage(cur CapacityReservationListResult, ...) CapacityReservationListResultPage + func (page *CapacityReservationListResultPage) Next() error + func (page *CapacityReservationListResultPage) NextWithContext(ctx context.Context) (err error) + func (page CapacityReservationListResultPage) NotDone() bool + func (page CapacityReservationListResultPage) Response() CapacityReservationListResult + func (page CapacityReservationListResultPage) Values() []CapacityReservation + type CapacityReservationProfile struct + CapacityReservationGroup *SubResource + type CapacityReservationProperties struct + InstanceView *CapacityReservationInstanceView + ProvisioningState *string + ProvisioningTime *date.Time + ReservationID *string + TimeCreated *date.Time + VirtualMachinesAssociated *[]SubResourceReadOnly + func (crp CapacityReservationProperties) MarshalJSON() ([]byte, error) + type CapacityReservationUpdate struct + Sku *Sku + Tags map[string]*string + func (cru *CapacityReservationUpdate) UnmarshalJSON(body []byte) error + func (cru CapacityReservationUpdate) MarshalJSON() ([]byte, error) + type CapacityReservationUtilization struct + VirtualMachinesAllocated *[]SubResourceReadOnly + func (cru CapacityReservationUtilization) MarshalJSON() ([]byte, error) + type CapacityReservationsClient struct + func NewCapacityReservationsClient(subscriptionID string) CapacityReservationsClient + func NewCapacityReservationsClientWithBaseURI(baseURI string, subscriptionID string) CapacityReservationsClient + func (client CapacityReservationsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, ...) (result CapacityReservationsCreateOrUpdateFuture, err error) + func (client CapacityReservationsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error) + func (client CapacityReservationsClient) CreateOrUpdateResponder(resp *http.Response) (result CapacityReservation, err error) + func (client CapacityReservationsClient) CreateOrUpdateSender(req *http.Request) (future CapacityReservationsCreateOrUpdateFuture, err error) + func (client CapacityReservationsClient) Delete(ctx context.Context, resourceGroupName string, ...) (result CapacityReservationsDeleteFuture, err error) + func (client CapacityReservationsClient) DeletePreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error) + func (client CapacityReservationsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client CapacityReservationsClient) DeleteSender(req *http.Request) (future CapacityReservationsDeleteFuture, err error) + func (client CapacityReservationsClient) Get(ctx context.Context, resourceGroupName string, ...) (result CapacityReservation, err error) + func (client CapacityReservationsClient) GetPreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error) + func (client CapacityReservationsClient) GetResponder(resp *http.Response) (result CapacityReservation, err error) + func (client CapacityReservationsClient) GetSender(req *http.Request) (*http.Response, error) + func (client CapacityReservationsClient) ListByCapacityReservationGroup(ctx context.Context, resourceGroupName string, ...) (result CapacityReservationListResultPage, err error) + func (client CapacityReservationsClient) ListByCapacityReservationGroupComplete(ctx context.Context, resourceGroupName string, ...) (result CapacityReservationListResultIterator, err error) + func (client CapacityReservationsClient) ListByCapacityReservationGroupPreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error) + func (client CapacityReservationsClient) ListByCapacityReservationGroupResponder(resp *http.Response) (result CapacityReservationListResult, err error) + func (client CapacityReservationsClient) ListByCapacityReservationGroupSender(req *http.Request) (*http.Response, error) + func (client CapacityReservationsClient) Update(ctx context.Context, resourceGroupName string, ...) (result CapacityReservationsUpdateFuture, err error) + func (client CapacityReservationsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error) + func (client CapacityReservationsClient) UpdateResponder(resp *http.Response) (result CapacityReservation, err error) + func (client CapacityReservationsClient) UpdateSender(req *http.Request) (future CapacityReservationsUpdateFuture, err error) + type CapacityReservationsCreateOrUpdateFuture struct + Result func(CapacityReservationsClient) (CapacityReservation, error) + func (future *CapacityReservationsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type CapacityReservationsDeleteFuture struct + Result func(CapacityReservationsClient) (autorest.Response, error) + func (future *CapacityReservationsDeleteFuture) UnmarshalJSON(body []byte) error + type CapacityReservationsUpdateFuture struct + Result func(CapacityReservationsClient) (CapacityReservation, error) + func (future *CapacityReservationsUpdateFuture) UnmarshalJSON(body []byte) error + type CloudError struct + Error *APIError + type CloudService struct + ID *string + Location *string + Name *string + Properties *CloudServiceProperties + Tags map[string]*string + Type *string + func (cs CloudService) MarshalJSON() ([]byte, error) + type CloudServiceExtensionProfile struct + Extensions *[]Extension + type CloudServiceExtensionProperties struct + AutoUpgradeMinorVersion *bool + ForceUpdateTag *string + ProtectedSettings *string + ProtectedSettingsFromKeyVault *CloudServiceVaultAndSecretReference + ProvisioningState *string + Publisher *string + RolesAppliedTo *[]string + Settings *string + Type *string + TypeHandlerVersion *string + func (csep CloudServiceExtensionProperties) MarshalJSON() ([]byte, error) + type CloudServiceInstanceView struct + PrivateIds *[]string + RoleInstance *InstanceViewStatusesSummary + SdkVersion *string + Statuses *[]ResourceInstanceViewStatus + func (csiv CloudServiceInstanceView) MarshalJSON() ([]byte, error) + type CloudServiceListResult struct + NextLink *string + Value *[]CloudService + func (cslr CloudServiceListResult) IsEmpty() bool + type CloudServiceListResultIterator struct + func NewCloudServiceListResultIterator(page CloudServiceListResultPage) CloudServiceListResultIterator + func (iter *CloudServiceListResultIterator) Next() error + func (iter *CloudServiceListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter CloudServiceListResultIterator) NotDone() bool + func (iter CloudServiceListResultIterator) Response() CloudServiceListResult + func (iter CloudServiceListResultIterator) Value() CloudService + type CloudServiceListResultPage struct + func NewCloudServiceListResultPage(cur CloudServiceListResult, ...) CloudServiceListResultPage + func (page *CloudServiceListResultPage) Next() error + func (page *CloudServiceListResultPage) NextWithContext(ctx context.Context) (err error) + func (page CloudServiceListResultPage) NotDone() bool + func (page CloudServiceListResultPage) Response() CloudServiceListResult + func (page CloudServiceListResultPage) Values() []CloudService + type CloudServiceNetworkProfile struct + LoadBalancerConfigurations *[]LoadBalancerConfiguration + SwappableCloudService *SubResource + type CloudServiceOperatingSystemsClient struct + func NewCloudServiceOperatingSystemsClient(subscriptionID string) CloudServiceOperatingSystemsClient + func NewCloudServiceOperatingSystemsClientWithBaseURI(baseURI string, subscriptionID string) CloudServiceOperatingSystemsClient + func (client CloudServiceOperatingSystemsClient) GetOSFamily(ctx context.Context, location string, osFamilyName string) (result OSFamily, err error) + func (client CloudServiceOperatingSystemsClient) GetOSFamilyPreparer(ctx context.Context, location string, osFamilyName string) (*http.Request, error) + func (client CloudServiceOperatingSystemsClient) GetOSFamilyResponder(resp *http.Response) (result OSFamily, err error) + func (client CloudServiceOperatingSystemsClient) GetOSFamilySender(req *http.Request) (*http.Response, error) + func (client CloudServiceOperatingSystemsClient) GetOSVersion(ctx context.Context, location string, osVersionName string) (result OSVersion, err error) + func (client CloudServiceOperatingSystemsClient) GetOSVersionPreparer(ctx context.Context, location string, osVersionName string) (*http.Request, error) + func (client CloudServiceOperatingSystemsClient) GetOSVersionResponder(resp *http.Response) (result OSVersion, err error) + func (client CloudServiceOperatingSystemsClient) GetOSVersionSender(req *http.Request) (*http.Response, error) + func (client CloudServiceOperatingSystemsClient) ListOSFamilies(ctx context.Context, location string) (result OSFamilyListResultPage, err error) + func (client CloudServiceOperatingSystemsClient) ListOSFamiliesComplete(ctx context.Context, location string) (result OSFamilyListResultIterator, err error) + func (client CloudServiceOperatingSystemsClient) ListOSFamiliesPreparer(ctx context.Context, location string) (*http.Request, error) + func (client CloudServiceOperatingSystemsClient) ListOSFamiliesResponder(resp *http.Response) (result OSFamilyListResult, err error) + func (client CloudServiceOperatingSystemsClient) ListOSFamiliesSender(req *http.Request) (*http.Response, error) + func (client CloudServiceOperatingSystemsClient) ListOSVersions(ctx context.Context, location string) (result OSVersionListResultPage, err error) + func (client CloudServiceOperatingSystemsClient) ListOSVersionsComplete(ctx context.Context, location string) (result OSVersionListResultIterator, err error) + func (client CloudServiceOperatingSystemsClient) ListOSVersionsPreparer(ctx context.Context, location string) (*http.Request, error) + func (client CloudServiceOperatingSystemsClient) ListOSVersionsResponder(resp *http.Response) (result OSVersionListResult, err error) + func (client CloudServiceOperatingSystemsClient) ListOSVersionsSender(req *http.Request) (*http.Response, error) + type CloudServiceOsProfile struct + Secrets *[]CloudServiceVaultSecretGroup + type CloudServiceProperties struct + AllowModelOverride *bool + Configuration *string + ConfigurationURL *string + ExtensionProfile *CloudServiceExtensionProfile + NetworkProfile *CloudServiceNetworkProfile + OsProfile *CloudServiceOsProfile + PackageURL *string + ProvisioningState *string + RoleProfile *CloudServiceRoleProfile + StartCloudService *bool + UniqueID *string + UpgradeMode CloudServiceUpgradeMode + func (csp CloudServiceProperties) MarshalJSON() ([]byte, error) + type CloudServiceRole struct + ID *string + Location *string + Name *string + Properties *CloudServiceRoleProperties + Sku *CloudServiceRoleSku + Type *string + func (csr CloudServiceRole) MarshalJSON() ([]byte, error) + type CloudServiceRoleInstancesClient struct + func NewCloudServiceRoleInstancesClient(subscriptionID string) CloudServiceRoleInstancesClient + func NewCloudServiceRoleInstancesClientWithBaseURI(baseURI string, subscriptionID string) CloudServiceRoleInstancesClient + func (client CloudServiceRoleInstancesClient) Delete(ctx context.Context, roleInstanceName string, resourceGroupName string, ...) (result CloudServiceRoleInstancesDeleteFuture, err error) + func (client CloudServiceRoleInstancesClient) DeletePreparer(ctx context.Context, roleInstanceName string, resourceGroupName string, ...) (*http.Request, error) + func (client CloudServiceRoleInstancesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client CloudServiceRoleInstancesClient) DeleteSender(req *http.Request) (future CloudServiceRoleInstancesDeleteFuture, err error) + func (client CloudServiceRoleInstancesClient) Get(ctx context.Context, roleInstanceName string, resourceGroupName string, ...) (result RoleInstance, err error) + func (client CloudServiceRoleInstancesClient) GetInstanceView(ctx context.Context, roleInstanceName string, resourceGroupName string, ...) (result RoleInstanceInstanceView, err error) + func (client CloudServiceRoleInstancesClient) GetInstanceViewPreparer(ctx context.Context, roleInstanceName string, resourceGroupName string, ...) (*http.Request, error) + func (client CloudServiceRoleInstancesClient) GetInstanceViewResponder(resp *http.Response) (result RoleInstanceInstanceView, err error) + func (client CloudServiceRoleInstancesClient) GetInstanceViewSender(req *http.Request) (*http.Response, error) + func (client CloudServiceRoleInstancesClient) GetPreparer(ctx context.Context, roleInstanceName string, resourceGroupName string, ...) (*http.Request, error) + func (client CloudServiceRoleInstancesClient) GetRemoteDesktopFile(ctx context.Context, roleInstanceName string, resourceGroupName string, ...) (result ReadCloser, err error) + func (client CloudServiceRoleInstancesClient) GetRemoteDesktopFilePreparer(ctx context.Context, roleInstanceName string, resourceGroupName string, ...) (*http.Request, error) + func (client CloudServiceRoleInstancesClient) GetRemoteDesktopFileResponder(resp *http.Response) (result ReadCloser, err error) + func (client CloudServiceRoleInstancesClient) GetRemoteDesktopFileSender(req *http.Request) (*http.Response, error) + func (client CloudServiceRoleInstancesClient) GetResponder(resp *http.Response) (result RoleInstance, err error) + func (client CloudServiceRoleInstancesClient) GetSender(req *http.Request) (*http.Response, error) + func (client CloudServiceRoleInstancesClient) List(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (result RoleInstanceListResultPage, err error) + func (client CloudServiceRoleInstancesClient) ListComplete(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (result RoleInstanceListResultIterator, err error) + func (client CloudServiceRoleInstancesClient) ListPreparer(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (*http.Request, error) + func (client CloudServiceRoleInstancesClient) ListResponder(resp *http.Response) (result RoleInstanceListResult, err error) + func (client CloudServiceRoleInstancesClient) ListSender(req *http.Request) (*http.Response, error) + func (client CloudServiceRoleInstancesClient) Rebuild(ctx context.Context, roleInstanceName string, resourceGroupName string, ...) (result CloudServiceRoleInstancesRebuildFuture, err error) + func (client CloudServiceRoleInstancesClient) RebuildPreparer(ctx context.Context, roleInstanceName string, resourceGroupName string, ...) (*http.Request, error) + func (client CloudServiceRoleInstancesClient) RebuildResponder(resp *http.Response) (result autorest.Response, err error) + func (client CloudServiceRoleInstancesClient) RebuildSender(req *http.Request) (future CloudServiceRoleInstancesRebuildFuture, err error) + func (client CloudServiceRoleInstancesClient) Reimage(ctx context.Context, roleInstanceName string, resourceGroupName string, ...) (result CloudServiceRoleInstancesReimageFuture, err error) + func (client CloudServiceRoleInstancesClient) ReimagePreparer(ctx context.Context, roleInstanceName string, resourceGroupName string, ...) (*http.Request, error) + func (client CloudServiceRoleInstancesClient) ReimageResponder(resp *http.Response) (result autorest.Response, err error) + func (client CloudServiceRoleInstancesClient) ReimageSender(req *http.Request) (future CloudServiceRoleInstancesReimageFuture, err error) + func (client CloudServiceRoleInstancesClient) Restart(ctx context.Context, roleInstanceName string, resourceGroupName string, ...) (result CloudServiceRoleInstancesRestartFuture, err error) + func (client CloudServiceRoleInstancesClient) RestartPreparer(ctx context.Context, roleInstanceName string, resourceGroupName string, ...) (*http.Request, error) + func (client CloudServiceRoleInstancesClient) RestartResponder(resp *http.Response) (result autorest.Response, err error) + func (client CloudServiceRoleInstancesClient) RestartSender(req *http.Request) (future CloudServiceRoleInstancesRestartFuture, err error) + type CloudServiceRoleInstancesDeleteFuture struct + Result func(CloudServiceRoleInstancesClient) (autorest.Response, error) + func (future *CloudServiceRoleInstancesDeleteFuture) UnmarshalJSON(body []byte) error + type CloudServiceRoleInstancesRebuildFuture struct + Result func(CloudServiceRoleInstancesClient) (autorest.Response, error) + func (future *CloudServiceRoleInstancesRebuildFuture) UnmarshalJSON(body []byte) error + type CloudServiceRoleInstancesReimageFuture struct + Result func(CloudServiceRoleInstancesClient) (autorest.Response, error) + func (future *CloudServiceRoleInstancesReimageFuture) UnmarshalJSON(body []byte) error + type CloudServiceRoleInstancesRestartFuture struct + Result func(CloudServiceRoleInstancesClient) (autorest.Response, error) + func (future *CloudServiceRoleInstancesRestartFuture) UnmarshalJSON(body []byte) error + type CloudServiceRoleListResult struct + NextLink *string + Value *[]CloudServiceRole + func (csrlr CloudServiceRoleListResult) IsEmpty() bool + type CloudServiceRoleListResultIterator struct + func NewCloudServiceRoleListResultIterator(page CloudServiceRoleListResultPage) CloudServiceRoleListResultIterator + func (iter *CloudServiceRoleListResultIterator) Next() error + func (iter *CloudServiceRoleListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter CloudServiceRoleListResultIterator) NotDone() bool + func (iter CloudServiceRoleListResultIterator) Response() CloudServiceRoleListResult + func (iter CloudServiceRoleListResultIterator) Value() CloudServiceRole + type CloudServiceRoleListResultPage struct + func NewCloudServiceRoleListResultPage(cur CloudServiceRoleListResult, ...) CloudServiceRoleListResultPage + func (page *CloudServiceRoleListResultPage) Next() error + func (page *CloudServiceRoleListResultPage) NextWithContext(ctx context.Context) (err error) + func (page CloudServiceRoleListResultPage) NotDone() bool + func (page CloudServiceRoleListResultPage) Response() CloudServiceRoleListResult + func (page CloudServiceRoleListResultPage) Values() []CloudServiceRole + type CloudServiceRoleProfile struct + Roles *[]CloudServiceRoleProfileProperties + type CloudServiceRoleProfileProperties struct + Name *string + Sku *CloudServiceRoleSku + type CloudServiceRoleProperties struct + UniqueID *string + func (csrp CloudServiceRoleProperties) MarshalJSON() ([]byte, error) + type CloudServiceRoleSku struct + Capacity *int64 + Name *string + Tier *string + type CloudServiceRolesClient struct + func NewCloudServiceRolesClient(subscriptionID string) CloudServiceRolesClient + func NewCloudServiceRolesClientWithBaseURI(baseURI string, subscriptionID string) CloudServiceRolesClient + func (client CloudServiceRolesClient) Get(ctx context.Context, roleName string, resourceGroupName string, ...) (result CloudServiceRole, err error) + func (client CloudServiceRolesClient) GetPreparer(ctx context.Context, roleName string, resourceGroupName string, ...) (*http.Request, error) + func (client CloudServiceRolesClient) GetResponder(resp *http.Response) (result CloudServiceRole, err error) + func (client CloudServiceRolesClient) GetSender(req *http.Request) (*http.Response, error) + func (client CloudServiceRolesClient) List(ctx context.Context, resourceGroupName string, cloudServiceName string) (result CloudServiceRoleListResultPage, err error) + func (client CloudServiceRolesClient) ListComplete(ctx context.Context, resourceGroupName string, cloudServiceName string) (result CloudServiceRoleListResultIterator, err error) + func (client CloudServiceRolesClient) ListPreparer(ctx context.Context, resourceGroupName string, cloudServiceName string) (*http.Request, error) + func (client CloudServiceRolesClient) ListResponder(resp *http.Response) (result CloudServiceRoleListResult, err error) + func (client CloudServiceRolesClient) ListSender(req *http.Request) (*http.Response, error) + type CloudServiceUpdate struct + Tags map[string]*string + func (csu CloudServiceUpdate) MarshalJSON() ([]byte, error) + type CloudServiceUpgradeMode string + const CloudServiceUpgradeModeAuto + const CloudServiceUpgradeModeManual + const CloudServiceUpgradeModeSimultaneous + func PossibleCloudServiceUpgradeModeValues() []CloudServiceUpgradeMode + type CloudServiceVaultAndSecretReference struct + SecretURL *string + SourceVault *SubResource + type CloudServiceVaultCertificate struct + CertificateURL *string + type CloudServiceVaultSecretGroup struct + SourceVault *SubResource + VaultCertificates *[]CloudServiceVaultCertificate + type CloudServicesClient struct + func NewCloudServicesClient(subscriptionID string) CloudServicesClient + func NewCloudServicesClientWithBaseURI(baseURI string, subscriptionID string) CloudServicesClient + func (client CloudServicesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (result CloudServicesCreateOrUpdateFuture, err error) + func (client CloudServicesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (*http.Request, error) + func (client CloudServicesClient) CreateOrUpdateResponder(resp *http.Response) (result CloudService, err error) + func (client CloudServicesClient) CreateOrUpdateSender(req *http.Request) (future CloudServicesCreateOrUpdateFuture, err error) + func (client CloudServicesClient) Delete(ctx context.Context, resourceGroupName string, cloudServiceName string) (result CloudServicesDeleteFuture, err error) + func (client CloudServicesClient) DeleteInstances(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (result CloudServicesDeleteInstancesFuture, err error) + func (client CloudServicesClient) DeleteInstancesPreparer(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (*http.Request, error) + func (client CloudServicesClient) DeleteInstancesResponder(resp *http.Response) (result autorest.Response, err error) + func (client CloudServicesClient) DeleteInstancesSender(req *http.Request) (future CloudServicesDeleteInstancesFuture, err error) + func (client CloudServicesClient) DeletePreparer(ctx context.Context, resourceGroupName string, cloudServiceName string) (*http.Request, error) + func (client CloudServicesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client CloudServicesClient) DeleteSender(req *http.Request) (future CloudServicesDeleteFuture, err error) + func (client CloudServicesClient) Get(ctx context.Context, resourceGroupName string, cloudServiceName string) (result CloudService, err error) + func (client CloudServicesClient) GetInstanceView(ctx context.Context, resourceGroupName string, cloudServiceName string) (result CloudServiceInstanceView, err error) + func (client CloudServicesClient) GetInstanceViewPreparer(ctx context.Context, resourceGroupName string, cloudServiceName string) (*http.Request, error) + func (client CloudServicesClient) GetInstanceViewResponder(resp *http.Response) (result CloudServiceInstanceView, err error) + func (client CloudServicesClient) GetInstanceViewSender(req *http.Request) (*http.Response, error) + func (client CloudServicesClient) GetPreparer(ctx context.Context, resourceGroupName string, cloudServiceName string) (*http.Request, error) + func (client CloudServicesClient) GetResponder(resp *http.Response) (result CloudService, err error) + func (client CloudServicesClient) GetSender(req *http.Request) (*http.Response, error) + func (client CloudServicesClient) List(ctx context.Context, resourceGroupName string) (result CloudServiceListResultPage, err error) + func (client CloudServicesClient) ListAll(ctx context.Context) (result CloudServiceListResultPage, err error) + func (client CloudServicesClient) ListAllComplete(ctx context.Context) (result CloudServiceListResultIterator, err error) + func (client CloudServicesClient) ListAllPreparer(ctx context.Context) (*http.Request, error) + func (client CloudServicesClient) ListAllResponder(resp *http.Response) (result CloudServiceListResult, err error) + func (client CloudServicesClient) ListAllSender(req *http.Request) (*http.Response, error) + func (client CloudServicesClient) ListComplete(ctx context.Context, resourceGroupName string) (result CloudServiceListResultIterator, err error) + func (client CloudServicesClient) ListPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client CloudServicesClient) ListResponder(resp *http.Response) (result CloudServiceListResult, err error) + func (client CloudServicesClient) ListSender(req *http.Request) (*http.Response, error) + func (client CloudServicesClient) PowerOff(ctx context.Context, resourceGroupName string, cloudServiceName string) (result CloudServicesPowerOffFuture, err error) + func (client CloudServicesClient) PowerOffPreparer(ctx context.Context, resourceGroupName string, cloudServiceName string) (*http.Request, error) + func (client CloudServicesClient) PowerOffResponder(resp *http.Response) (result autorest.Response, err error) + func (client CloudServicesClient) PowerOffSender(req *http.Request) (future CloudServicesPowerOffFuture, err error) + func (client CloudServicesClient) Rebuild(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (result CloudServicesRebuildFuture, err error) + func (client CloudServicesClient) RebuildPreparer(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (*http.Request, error) + func (client CloudServicesClient) RebuildResponder(resp *http.Response) (result autorest.Response, err error) + func (client CloudServicesClient) RebuildSender(req *http.Request) (future CloudServicesRebuildFuture, err error) + func (client CloudServicesClient) Reimage(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (result CloudServicesReimageFuture, err error) + func (client CloudServicesClient) ReimagePreparer(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (*http.Request, error) + func (client CloudServicesClient) ReimageResponder(resp *http.Response) (result autorest.Response, err error) + func (client CloudServicesClient) ReimageSender(req *http.Request) (future CloudServicesReimageFuture, err error) + func (client CloudServicesClient) Restart(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (result CloudServicesRestartFuture, err error) + func (client CloudServicesClient) RestartPreparer(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (*http.Request, error) + func (client CloudServicesClient) RestartResponder(resp *http.Response) (result autorest.Response, err error) + func (client CloudServicesClient) RestartSender(req *http.Request) (future CloudServicesRestartFuture, err error) + func (client CloudServicesClient) Start(ctx context.Context, resourceGroupName string, cloudServiceName string) (result CloudServicesStartFuture, err error) + func (client CloudServicesClient) StartPreparer(ctx context.Context, resourceGroupName string, cloudServiceName string) (*http.Request, error) + func (client CloudServicesClient) StartResponder(resp *http.Response) (result autorest.Response, err error) + func (client CloudServicesClient) StartSender(req *http.Request) (future CloudServicesStartFuture, err error) + func (client CloudServicesClient) Update(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (result CloudServicesUpdateFuture, err error) + func (client CloudServicesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (*http.Request, error) + func (client CloudServicesClient) UpdateResponder(resp *http.Response) (result CloudService, err error) + func (client CloudServicesClient) UpdateSender(req *http.Request) (future CloudServicesUpdateFuture, err error) + type CloudServicesCreateOrUpdateFuture struct + Result func(CloudServicesClient) (CloudService, error) + func (future *CloudServicesCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type CloudServicesDeleteFuture struct + Result func(CloudServicesClient) (autorest.Response, error) + func (future *CloudServicesDeleteFuture) UnmarshalJSON(body []byte) error + type CloudServicesDeleteInstancesFuture struct + Result func(CloudServicesClient) (autorest.Response, error) + func (future *CloudServicesDeleteInstancesFuture) UnmarshalJSON(body []byte) error + type CloudServicesPowerOffFuture struct + Result func(CloudServicesClient) (autorest.Response, error) + func (future *CloudServicesPowerOffFuture) UnmarshalJSON(body []byte) error + type CloudServicesRebuildFuture struct + Result func(CloudServicesClient) (autorest.Response, error) + func (future *CloudServicesRebuildFuture) UnmarshalJSON(body []byte) error + type CloudServicesReimageFuture struct + Result func(CloudServicesClient) (autorest.Response, error) + func (future *CloudServicesReimageFuture) UnmarshalJSON(body []byte) error + type CloudServicesRestartFuture struct + Result func(CloudServicesClient) (autorest.Response, error) + func (future *CloudServicesRestartFuture) UnmarshalJSON(body []byte) error + type CloudServicesStartFuture struct + Result func(CloudServicesClient) (autorest.Response, error) + func (future *CloudServicesStartFuture) UnmarshalJSON(body []byte) error + type CloudServicesUpdateDomainClient struct + func NewCloudServicesUpdateDomainClient(subscriptionID string) CloudServicesUpdateDomainClient + func NewCloudServicesUpdateDomainClientWithBaseURI(baseURI string, subscriptionID string) CloudServicesUpdateDomainClient + func (client CloudServicesUpdateDomainClient) GetUpdateDomain(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (result UpdateDomain, err error) + func (client CloudServicesUpdateDomainClient) GetUpdateDomainPreparer(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (*http.Request, error) + func (client CloudServicesUpdateDomainClient) GetUpdateDomainResponder(resp *http.Response) (result UpdateDomain, err error) + func (client CloudServicesUpdateDomainClient) GetUpdateDomainSender(req *http.Request) (*http.Response, error) + func (client CloudServicesUpdateDomainClient) ListUpdateDomains(ctx context.Context, resourceGroupName string, cloudServiceName string) (result UpdateDomainListResultPage, err error) + func (client CloudServicesUpdateDomainClient) ListUpdateDomainsComplete(ctx context.Context, resourceGroupName string, cloudServiceName string) (result UpdateDomainListResultIterator, err error) + func (client CloudServicesUpdateDomainClient) ListUpdateDomainsPreparer(ctx context.Context, resourceGroupName string, cloudServiceName string) (*http.Request, error) + func (client CloudServicesUpdateDomainClient) ListUpdateDomainsResponder(resp *http.Response) (result UpdateDomainListResult, err error) + func (client CloudServicesUpdateDomainClient) ListUpdateDomainsSender(req *http.Request) (*http.Response, error) + func (client CloudServicesUpdateDomainClient) WalkUpdateDomain(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (result CloudServicesUpdateDomainWalkUpdateDomainFuture, err error) + func (client CloudServicesUpdateDomainClient) WalkUpdateDomainPreparer(ctx context.Context, resourceGroupName string, cloudServiceName string, ...) (*http.Request, error) + func (client CloudServicesUpdateDomainClient) WalkUpdateDomainResponder(resp *http.Response) (result autorest.Response, err error) + func (client CloudServicesUpdateDomainClient) WalkUpdateDomainSender(req *http.Request) (future CloudServicesUpdateDomainWalkUpdateDomainFuture, err error) + type CloudServicesUpdateDomainWalkUpdateDomainFuture struct + Result func(CloudServicesUpdateDomainClient) (autorest.Response, error) + func (future *CloudServicesUpdateDomainWalkUpdateDomainFuture) UnmarshalJSON(body []byte) error + type CloudServicesUpdateFuture struct + Result func(CloudServicesClient) (CloudService, error) + func (future *CloudServicesUpdateFuture) UnmarshalJSON(body []byte) error + type CommunityGalleriesClient struct + func NewCommunityGalleriesClient(subscriptionID string) CommunityGalleriesClient + func NewCommunityGalleriesClientWithBaseURI(baseURI string, subscriptionID string) CommunityGalleriesClient + func (client CommunityGalleriesClient) Get(ctx context.Context, location string, publicGalleryName string) (result CommunityGallery, err error) + func (client CommunityGalleriesClient) GetPreparer(ctx context.Context, location string, publicGalleryName string) (*http.Request, error) + func (client CommunityGalleriesClient) GetResponder(resp *http.Response) (result CommunityGallery, err error) + func (client CommunityGalleriesClient) GetSender(req *http.Request) (*http.Response, error) + type CommunityGallery struct + Location *string + Name *string + Type *string + func (cg *CommunityGallery) UnmarshalJSON(body []byte) error + func (cg CommunityGallery) MarshalJSON() ([]byte, error) + type CommunityGalleryIdentifier struct + UniqueID *string + type CommunityGalleryImage struct + Location *string + Name *string + Type *string + func (cgiVar *CommunityGalleryImage) UnmarshalJSON(body []byte) error + func (cgiVar CommunityGalleryImage) MarshalJSON() ([]byte, error) + type CommunityGalleryImageProperties struct + Disallowed *Disallowed + EndOfLifeDate *date.Time + Features *[]GalleryImageFeature + HyperVGeneration HyperVGeneration + Identifier *GalleryImageIdentifier + OsState OperatingSystemStateTypes + OsType OperatingSystemTypes + PurchasePlan *ImagePurchasePlan + Recommended *RecommendedMachineConfiguration + type CommunityGalleryImageVersion struct + Location *string + Name *string + Type *string + func (cgiv *CommunityGalleryImageVersion) UnmarshalJSON(body []byte) error + func (cgiv CommunityGalleryImageVersion) MarshalJSON() ([]byte, error) + type CommunityGalleryImageVersionProperties struct + EndOfLifeDate *date.Time + PublishedDate *date.Time + type CommunityGalleryImageVersionsClient struct + func NewCommunityGalleryImageVersionsClient(subscriptionID string) CommunityGalleryImageVersionsClient + func NewCommunityGalleryImageVersionsClientWithBaseURI(baseURI string, subscriptionID string) CommunityGalleryImageVersionsClient + func (client CommunityGalleryImageVersionsClient) Get(ctx context.Context, location string, publicGalleryName string, ...) (result CommunityGalleryImageVersion, err error) + func (client CommunityGalleryImageVersionsClient) GetPreparer(ctx context.Context, location string, publicGalleryName string, ...) (*http.Request, error) + func (client CommunityGalleryImageVersionsClient) GetResponder(resp *http.Response) (result CommunityGalleryImageVersion, err error) + func (client CommunityGalleryImageVersionsClient) GetSender(req *http.Request) (*http.Response, error) + type CommunityGalleryImagesClient struct + func NewCommunityGalleryImagesClient(subscriptionID string) CommunityGalleryImagesClient + func NewCommunityGalleryImagesClientWithBaseURI(baseURI string, subscriptionID string) CommunityGalleryImagesClient + func (client CommunityGalleryImagesClient) Get(ctx context.Context, location string, publicGalleryName string, ...) (result CommunityGalleryImage, err error) + func (client CommunityGalleryImagesClient) GetPreparer(ctx context.Context, location string, publicGalleryName string, ...) (*http.Request, error) + func (client CommunityGalleryImagesClient) GetResponder(resp *http.Response) (result CommunityGalleryImage, err error) + func (client CommunityGalleryImagesClient) GetSender(req *http.Request) (*http.Response, error) + type CommunityGalleryInfo struct + CommunityGalleryEnabled *bool + Eula *string + PublicNamePrefix *string + PublicNames *[]string + PublisherContact *string + PublisherURI *string + func (cgiVar CommunityGalleryInfo) MarshalJSON() ([]byte, error) + type ComponentNames string + const ComponentNamesMicrosoftWindowsShellSetup + func PossibleComponentNamesValues() []ComponentNames + type ConfidentialVMEncryptionType string + const ConfidentialVMEncryptionTypeEncryptedVMGuestStateOnlyWithPmk + const ConfidentialVMEncryptionTypeEncryptedWithCmk + const ConfidentialVMEncryptionTypeEncryptedWithPmk + func PossibleConfidentialVMEncryptionTypeValues() []ConfidentialVMEncryptionType + type ConsistencyModeTypes string + const ConsistencyModeTypesApplicationConsistent + const ConsistencyModeTypesCrashConsistent + const ConsistencyModeTypesFileSystemConsistent + func PossibleConsistencyModeTypesValues() []ConsistencyModeTypes + type CreationData struct + CreateOption DiskCreateOption + GalleryImageReference *ImageDiskReference + ImageReference *ImageDiskReference + LogicalSectorSize *int32 + SecurityDataURI *string + SourceResourceID *string + SourceURI *string + SourceUniqueID *string + StorageAccountID *string + UploadSizeBytes *int64 + func (cd CreationData) MarshalJSON() ([]byte, error) + type DataAccessAuthMode string + const DataAccessAuthModeAzureActiveDirectory + const DataAccessAuthModeNone + func PossibleDataAccessAuthModeValues() []DataAccessAuthMode + type DataDisk struct + Caching CachingTypes + CreateOption DiskCreateOptionTypes + DeleteOption DiskDeleteOptionTypes + DetachOption DiskDetachOptionTypes + 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 + TimeCreated *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) Restart(ctx context.Context, resourceGroupName string, hostGroupName string, ...) (result DedicatedHostsRestartFuture, err error) + func (client DedicatedHostsClient) RestartPreparer(ctx context.Context, resourceGroupName string, hostGroupName string, ...) (*http.Request, error) + func (client DedicatedHostsClient) RestartResponder(resp *http.Response) (result autorest.Response, err error) + func (client DedicatedHostsClient) RestartSender(req *http.Request) (future DedicatedHostsRestartFuture, err 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 DedicatedHostsRestartFuture struct + Result func(DedicatedHostsClient) (autorest.Response, error) + func (future *DedicatedHostsRestartFuture) UnmarshalJSON(body []byte) error + type DedicatedHostsUpdateFuture struct + Result func(DedicatedHostsClient) (DedicatedHost, error) + func (future *DedicatedHostsUpdateFuture) UnmarshalJSON(body []byte) error + type DeleteOptions string + const DeleteOptionsDelete + const DeleteOptionsDetach + func PossibleDeleteOptionsValues() []DeleteOptions + type DiagnosticsProfile struct + BootDiagnostics *BootDiagnostics + type DiffDiskOptions string + const DiffDiskOptionsLocal + func PossibleDiffDiskOptionsValues() []DiffDiskOptions + type DiffDiskPlacement string + const DiffDiskPlacementCacheDisk + const DiffDiskPlacementResourceDisk + func PossibleDiffDiskPlacementValues() []DiffDiskPlacement + type DiffDiskSettings struct + Option DiffDiskOptions + Placement DiffDiskPlacement + type Disallowed struct + DiskTypes *[]string + type DisallowedConfiguration struct + VMDiskType VMDiskTypes + type Disk struct + ExtendedLocation *ExtendedLocation + 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 + ExtendedLocation *ExtendedLocation + 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) DeleteAPrivateEndpointConnection(ctx context.Context, resourceGroupName string, diskAccessName string, ...) (result DiskAccessesDeleteAPrivateEndpointConnectionFuture, err error) + func (client DiskAccessesClient) DeleteAPrivateEndpointConnectionPreparer(ctx context.Context, resourceGroupName string, diskAccessName string, ...) (*http.Request, error) + func (client DiskAccessesClient) DeleteAPrivateEndpointConnectionResponder(resp *http.Response) (result autorest.Response, err error) + func (client DiskAccessesClient) DeleteAPrivateEndpointConnectionSender(req *http.Request) (future DiskAccessesDeleteAPrivateEndpointConnectionFuture, err error) + func (client DiskAccessesClient) DeletePreparer(ctx context.Context, resourceGroupName string, diskAccessName string) (*http.Request, error) + func (client DiskAccessesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client DiskAccessesClient) DeleteSender(req *http.Request) (future DiskAccessesDeleteFuture, err error) + func (client DiskAccessesClient) Get(ctx context.Context, resourceGroupName string, diskAccessName string) (result DiskAccess, err error) + func (client DiskAccessesClient) GetAPrivateEndpointConnection(ctx context.Context, resourceGroupName string, diskAccessName string, ...) (result PrivateEndpointConnection, err error) + func (client DiskAccessesClient) GetAPrivateEndpointConnectionPreparer(ctx context.Context, resourceGroupName string, diskAccessName string, ...) (*http.Request, error) + func (client DiskAccessesClient) GetAPrivateEndpointConnectionResponder(resp *http.Response) (result PrivateEndpointConnection, err error) + func (client DiskAccessesClient) GetAPrivateEndpointConnectionSender(req *http.Request) (*http.Response, error) + func (client DiskAccessesClient) GetPreparer(ctx context.Context, resourceGroupName string, diskAccessName string) (*http.Request, error) + func (client DiskAccessesClient) GetPrivateLinkResources(ctx context.Context, resourceGroupName string, diskAccessName string) (result PrivateLinkResourceListResult, err error) + func (client DiskAccessesClient) GetPrivateLinkResourcesPreparer(ctx context.Context, resourceGroupName string, diskAccessName string) (*http.Request, error) + func (client DiskAccessesClient) GetPrivateLinkResourcesResponder(resp *http.Response) (result PrivateLinkResourceListResult, err error) + func (client DiskAccessesClient) GetPrivateLinkResourcesSender(req *http.Request) (*http.Response, error) + func (client DiskAccessesClient) GetResponder(resp *http.Response) (result DiskAccess, err error) + func (client DiskAccessesClient) GetSender(req *http.Request) (*http.Response, error) + func (client DiskAccessesClient) List(ctx context.Context) (result DiskAccessListPage, err error) + func (client DiskAccessesClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result DiskAccessListPage, err error) + func (client DiskAccessesClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result DiskAccessListIterator, err error) + func (client DiskAccessesClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client DiskAccessesClient) ListByResourceGroupResponder(resp *http.Response) (result DiskAccessList, err error) + func (client DiskAccessesClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client DiskAccessesClient) ListComplete(ctx context.Context) (result DiskAccessListIterator, err error) + func (client DiskAccessesClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client DiskAccessesClient) ListPrivateEndpointConnections(ctx context.Context, resourceGroupName string, diskAccessName string) (result PrivateEndpointConnectionListResultPage, err error) + func (client DiskAccessesClient) ListPrivateEndpointConnectionsComplete(ctx context.Context, resourceGroupName string, diskAccessName string) (result PrivateEndpointConnectionListResultIterator, err error) + func (client DiskAccessesClient) ListPrivateEndpointConnectionsPreparer(ctx context.Context, resourceGroupName string, diskAccessName string) (*http.Request, error) + func (client DiskAccessesClient) ListPrivateEndpointConnectionsResponder(resp *http.Response) (result PrivateEndpointConnectionListResult, err error) + func (client DiskAccessesClient) ListPrivateEndpointConnectionsSender(req *http.Request) (*http.Response, error) + func (client DiskAccessesClient) ListResponder(resp *http.Response) (result DiskAccessList, err error) + func (client DiskAccessesClient) ListSender(req *http.Request) (*http.Response, error) + func (client DiskAccessesClient) Update(ctx context.Context, resourceGroupName string, diskAccessName string, ...) (result DiskAccessesUpdateFuture, err error) + func (client DiskAccessesClient) UpdateAPrivateEndpointConnection(ctx context.Context, resourceGroupName string, diskAccessName string, ...) (result DiskAccessesUpdateAPrivateEndpointConnectionFuture, err error) + func (client DiskAccessesClient) UpdateAPrivateEndpointConnectionPreparer(ctx context.Context, resourceGroupName string, diskAccessName string, ...) (*http.Request, error) + func (client DiskAccessesClient) UpdateAPrivateEndpointConnectionResponder(resp *http.Response) (result PrivateEndpointConnection, err error) + func (client DiskAccessesClient) UpdateAPrivateEndpointConnectionSender(req *http.Request) (future DiskAccessesUpdateAPrivateEndpointConnectionFuture, err error) + func (client DiskAccessesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, diskAccessName string, ...) (*http.Request, error) + func (client DiskAccessesClient) UpdateResponder(resp *http.Response) (result DiskAccess, err error) + func (client DiskAccessesClient) UpdateSender(req *http.Request) (future DiskAccessesUpdateFuture, err error) + type DiskAccessesCreateOrUpdateFuture struct + Result func(DiskAccessesClient) (DiskAccess, error) + func (future *DiskAccessesCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type DiskAccessesDeleteAPrivateEndpointConnectionFuture struct + Result func(DiskAccessesClient) (autorest.Response, error) + func (future *DiskAccessesDeleteAPrivateEndpointConnectionFuture) UnmarshalJSON(body []byte) error + type DiskAccessesDeleteFuture struct + Result func(DiskAccessesClient) (autorest.Response, error) + func (future *DiskAccessesDeleteFuture) UnmarshalJSON(body []byte) error + type DiskAccessesUpdateAPrivateEndpointConnectionFuture struct + Result func(DiskAccessesClient) (PrivateEndpointConnection, error) + func (future *DiskAccessesUpdateAPrivateEndpointConnectionFuture) UnmarshalJSON(body []byte) error + type DiskAccessesUpdateFuture struct + Result func(DiskAccessesClient) (DiskAccess, error) + func (future *DiskAccessesUpdateFuture) UnmarshalJSON(body []byte) error + type DiskCreateOption string + const DiskCreateOptionAttach + const DiskCreateOptionCopy + const DiskCreateOptionCopyStart + const DiskCreateOptionEmpty + const DiskCreateOptionFromImage + const DiskCreateOptionImport + const DiskCreateOptionImportSecure + const DiskCreateOptionRestore + const DiskCreateOptionUpload + const DiskCreateOptionUploadPreparedSecure + func PossibleDiskCreateOptionValues() []DiskCreateOption + type DiskCreateOptionTypes string + const DiskCreateOptionTypesAttach + const DiskCreateOptionTypesEmpty + const DiskCreateOptionTypesFromImage + func PossibleDiskCreateOptionTypesValues() []DiskCreateOptionTypes + type DiskDeleteOptionTypes string + const DiskDeleteOptionTypesDelete + const DiskDeleteOptionTypesDetach + func PossibleDiskDeleteOptionTypesValues() []DiskDeleteOptionTypes + type DiskDetachOptionTypes string + const DiskDetachOptionTypesForceDetach + func PossibleDiskDetachOptionTypesValues() []DiskDetachOptionTypes + 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 DiskEncryptionSetIdentityTypeNone + const DiskEncryptionSetIdentityTypeSystemAssigned + 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 DiskEncryptionSetType string + const DiskEncryptionSetTypeConfidentialVMEncryptedWithCustomerKey + const DiskEncryptionSetTypeEncryptionAtRestWithCustomerKey + const DiskEncryptionSetTypeEncryptionAtRestWithPlatformAndCustomerKeys + func PossibleDiskEncryptionSetTypeValues() []DiskEncryptionSetType + type DiskEncryptionSetUpdate struct + Identity *EncryptionSetIdentity + Tags map[string]*string + func (desu *DiskEncryptionSetUpdate) UnmarshalJSON(body []byte) error + func (desu DiskEncryptionSetUpdate) MarshalJSON() ([]byte, error) + type DiskEncryptionSetUpdateProperties struct + ActiveKey *KeyForDiskEncryptionSet + EncryptionType DiskEncryptionSetType + RotationToLatestKeyVersionEnabled *bool + 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) ListAssociatedResources(ctx context.Context, resourceGroupName string, diskEncryptionSetName string) (result ResourceURIListPage, err error) + func (client DiskEncryptionSetsClient) ListAssociatedResourcesComplete(ctx context.Context, resourceGroupName string, diskEncryptionSetName string) (result ResourceURIListIterator, err error) + func (client DiskEncryptionSetsClient) ListAssociatedResourcesPreparer(ctx context.Context, resourceGroupName string, diskEncryptionSetName string) (*http.Request, error) + func (client DiskEncryptionSetsClient) ListAssociatedResourcesResponder(resp *http.Response) (result ResourceURIList, err error) + func (client DiskEncryptionSetsClient) ListAssociatedResourcesSender(req *http.Request) (*http.Response, error) + func (client DiskEncryptionSetsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result DiskEncryptionSetListPage, err error) + func (client DiskEncryptionSetsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result DiskEncryptionSetListIterator, err error) + func (client DiskEncryptionSetsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client DiskEncryptionSetsClient) ListByResourceGroupResponder(resp *http.Response) (result DiskEncryptionSetList, err error) + func (client DiskEncryptionSetsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client DiskEncryptionSetsClient) ListComplete(ctx context.Context) (result DiskEncryptionSetListIterator, err error) + func (client DiskEncryptionSetsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client DiskEncryptionSetsClient) ListResponder(resp *http.Response) (result DiskEncryptionSetList, err error) + func (client DiskEncryptionSetsClient) ListSender(req *http.Request) (*http.Response, error) + func (client DiskEncryptionSetsClient) Update(ctx context.Context, resourceGroupName string, diskEncryptionSetName string, ...) (result DiskEncryptionSetsUpdateFuture, err error) + func (client DiskEncryptionSetsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, diskEncryptionSetName string, ...) (*http.Request, error) + func (client DiskEncryptionSetsClient) UpdateResponder(resp *http.Response) (result DiskEncryptionSet, err error) + func (client DiskEncryptionSetsClient) UpdateSender(req *http.Request) (future DiskEncryptionSetsUpdateFuture, err error) + type DiskEncryptionSetsCreateOrUpdateFuture 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 + BurstingEnabled *bool + CompletionPercent *float64 + CreationData *CreationData + DataAccessAuthMode DataAccessAuthMode + 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 + PropertyUpdatesInProgress *PropertyUpdatesInProgress + ProvisioningState *string + PublicNetworkAccess PublicNetworkAccess + PurchasePlan *PurchasePlan + SecurityProfile *DiskSecurityProfile + ShareInfo *[]ShareInfoElement + SupportedCapabilities *SupportedCapabilities + SupportsHibernation *bool + Tier *string + TimeCreated *date.Time + UniqueID *string + func (dp DiskProperties) MarshalJSON() ([]byte, error) + type DiskRestorePoint struct + ID *string + Name *string + Type *string + func (drp *DiskRestorePoint) UnmarshalJSON(body []byte) error + func (drp DiskRestorePoint) MarshalJSON() ([]byte, error) + type DiskRestorePointClient struct + func NewDiskRestorePointClient(subscriptionID string) DiskRestorePointClient + func NewDiskRestorePointClientWithBaseURI(baseURI string, subscriptionID string) DiskRestorePointClient + func (client DiskRestorePointClient) Get(ctx context.Context, resourceGroupName string, ...) (result DiskRestorePoint, err error) + func (client DiskRestorePointClient) GetPreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error) + func (client DiskRestorePointClient) GetResponder(resp *http.Response) (result DiskRestorePoint, err error) + func (client DiskRestorePointClient) GetSender(req *http.Request) (*http.Response, error) + func (client DiskRestorePointClient) GrantAccess(ctx context.Context, resourceGroupName string, ...) (result DiskRestorePointGrantAccessFuture, err error) + func (client DiskRestorePointClient) GrantAccessPreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error) + func (client DiskRestorePointClient) GrantAccessResponder(resp *http.Response) (result AccessURI, err error) + func (client DiskRestorePointClient) GrantAccessSender(req *http.Request) (future DiskRestorePointGrantAccessFuture, err error) + func (client DiskRestorePointClient) ListByRestorePoint(ctx context.Context, resourceGroupName string, ...) (result DiskRestorePointListPage, err error) + func (client DiskRestorePointClient) ListByRestorePointComplete(ctx context.Context, resourceGroupName string, ...) (result DiskRestorePointListIterator, err error) + func (client DiskRestorePointClient) ListByRestorePointPreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error) + func (client DiskRestorePointClient) ListByRestorePointResponder(resp *http.Response) (result DiskRestorePointList, err error) + func (client DiskRestorePointClient) ListByRestorePointSender(req *http.Request) (*http.Response, error) + func (client DiskRestorePointClient) RevokeAccess(ctx context.Context, resourceGroupName string, ...) (result DiskRestorePointRevokeAccessFuture, err error) + func (client DiskRestorePointClient) RevokeAccessPreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error) + func (client DiskRestorePointClient) RevokeAccessResponder(resp *http.Response) (result autorest.Response, err error) + func (client DiskRestorePointClient) RevokeAccessSender(req *http.Request) (future DiskRestorePointRevokeAccessFuture, err error) + type DiskRestorePointGrantAccessFuture struct + Result func(DiskRestorePointClient) (AccessURI, error) + func (future *DiskRestorePointGrantAccessFuture) UnmarshalJSON(body []byte) error + type DiskRestorePointInstanceView struct + ID *string + ReplicationStatus interface{} + type DiskRestorePointList struct + NextLink *string + Value *[]DiskRestorePoint + func (drpl DiskRestorePointList) IsEmpty() bool + type DiskRestorePointListIterator struct + func NewDiskRestorePointListIterator(page DiskRestorePointListPage) DiskRestorePointListIterator + func (iter *DiskRestorePointListIterator) Next() error + func (iter *DiskRestorePointListIterator) NextWithContext(ctx context.Context) (err error) + func (iter DiskRestorePointListIterator) NotDone() bool + func (iter DiskRestorePointListIterator) Response() DiskRestorePointList + func (iter DiskRestorePointListIterator) Value() DiskRestorePoint + type DiskRestorePointListPage struct + func NewDiskRestorePointListPage(cur DiskRestorePointList, ...) DiskRestorePointListPage + func (page *DiskRestorePointListPage) Next() error + func (page *DiskRestorePointListPage) NextWithContext(ctx context.Context) (err error) + func (page DiskRestorePointListPage) NotDone() bool + func (page DiskRestorePointListPage) Response() DiskRestorePointList + func (page DiskRestorePointListPage) Values() []DiskRestorePoint + type DiskRestorePointProperties struct + CompletionPercent *float64 + DiskAccessID *string + Encryption *Encryption + FamilyID *string + HyperVGeneration HyperVGeneration + NetworkAccessPolicy NetworkAccessPolicy + OsType OperatingSystemTypes + PublicNetworkAccess PublicNetworkAccess + PurchasePlan *PurchasePlan + ReplicationState *string + SourceResourceID *string + SourceResourceLocation *string + SourceUniqueID *string + SupportedCapabilities *SupportedCapabilities + SupportsHibernation *bool + TimeCreated *date.Time + func (drpp DiskRestorePointProperties) MarshalJSON() ([]byte, error) + type DiskRestorePointReplicationStatus struct + Status interface{} + type DiskRestorePointRevokeAccessFuture struct + Result func(DiskRestorePointClient) (autorest.Response, error) + func (future *DiskRestorePointRevokeAccessFuture) UnmarshalJSON(body []byte) error + type DiskSecurityProfile struct + SecureVMDiskEncryptionSetID *string + SecurityType DiskSecurityTypes + type DiskSecurityTypes string + const DiskSecurityTypesConfidentialVMDiskEncryptedWithCustomerKey + const DiskSecurityTypesConfidentialVMDiskEncryptedWithPlatformKey + const DiskSecurityTypesConfidentialVMVMGuestStateOnlyEncryptedWithPlatformKey + const DiskSecurityTypesTrustedLaunch + func PossibleDiskSecurityTypesValues() []DiskSecurityTypes + type DiskSku struct + Name DiskStorageAccountTypes + Tier *string + func (ds DiskSku) MarshalJSON() ([]byte, error) + type DiskState string + const DiskStateActiveSAS + const DiskStateActiveSASFrozen + const DiskStateActiveUpload + const DiskStateAttached + const DiskStateFrozen + const DiskStateReadyToUpload + const DiskStateReserved + const DiskStateUnattached + func PossibleDiskStateValues() []DiskState + type DiskStorageAccountTypes string + const DiskStorageAccountTypesPremiumLRS + const DiskStorageAccountTypesPremiumZRS + const DiskStorageAccountTypesStandardLRS + const DiskStorageAccountTypesStandardSSDLRS + const DiskStorageAccountTypesStandardSSDZRS + const DiskStorageAccountTypesUltraSSDLRS + 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 + BurstingEnabled *bool + DataAccessAuthMode DataAccessAuthMode + DiskAccessID *string + DiskIOPSReadOnly *int64 + DiskIOPSReadWrite *int64 + DiskMBpsReadOnly *int64 + DiskMBpsReadWrite *int64 + DiskSizeGB *int32 + Encryption *Encryption + EncryptionSettingsCollection *EncryptionSettingsCollection + MaxShares *int32 + NetworkAccessPolicy NetworkAccessPolicy + OsType OperatingSystemTypes + PropertyUpdatesInProgress *PropertyUpdatesInProgress + PublicNetworkAccess PublicNetworkAccess + PurchasePlan *PurchasePlan + SupportedCapabilities *SupportedCapabilities + SupportsHibernation *bool + Tier *string + func (dup DiskUpdateProperties) MarshalJSON() ([]byte, error) + 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 *KeyForDiskEncryptionSet + AutoKeyRotationError *APIError + EncryptionType DiskEncryptionSetType + LastKeyRotationTimestamp *date.Time + PreviousKeys *[]KeyForDiskEncryptionSet + ProvisioningState *string + RotationToLatestKeyVersionEnabled *bool + 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 EncryptionTypeEncryptionAtRestWithCustomerKey + const EncryptionTypeEncryptionAtRestWithPlatformAndCustomerKeys + const EncryptionTypeEncryptionAtRestWithPlatformKey + func PossibleEncryptionTypeValues() []EncryptionType + type ExecutionState string + const ExecutionStateCanceled + const ExecutionStateFailed + const ExecutionStatePending + const ExecutionStateRunning + const ExecutionStateSucceeded + const ExecutionStateTimedOut + const ExecutionStateUnknown + func PossibleExecutionStateValues() []ExecutionState + type ExpandTypesForGetCapacityReservationGroups string + const ExpandTypesForGetCapacityReservationGroupsVirtualMachineScaleSetVMsref + const ExpandTypesForGetCapacityReservationGroupsVirtualMachinesref + func PossibleExpandTypesForGetCapacityReservationGroupsValues() []ExpandTypesForGetCapacityReservationGroups + type ExpandTypesForGetVMScaleSets string + const ExpandTypesForGetVMScaleSetsUserData + func PossibleExpandTypesForGetVMScaleSetsValues() []ExpandTypesForGetVMScaleSets + type ExtendedLocation struct + Name *string + Type ExtendedLocationTypes + type ExtendedLocationType string + const ExtendedLocationTypeEdgeZone + func PossibleExtendedLocationTypeValues() []ExtendedLocationType + type ExtendedLocationTypes string + const ExtendedLocationTypesEdgeZone + func PossibleExtendedLocationTypesValues() []ExtendedLocationTypes + type Extension struct + Name *string + Properties *CloudServiceExtensionProperties + 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 + EnableHealthCheck *bool + EndOfLifeDate *date.Time + ExcludeFromLatest *bool + ManageActions *UserArtifactManage + PublishedDate *date.Time + ReplicaCount *int32 + ReplicationMode ReplicationMode + Source *UserArtifactSource + StorageAccountType StorageAccountType + TargetExtendedLocations *[]GalleryTargetExtendedLocation + 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 + ReplicationMode ReplicationMode + StorageAccountType StorageAccountType + TargetExtendedLocations *[]GalleryTargetExtendedLocation + TargetRegions *[]TargetRegion + func (gappb GalleryArtifactPublishingProfileBase) MarshalJSON() ([]byte, error) + type GalleryArtifactSource struct + ManagedImage *ManagedArtifact + type GalleryArtifactVersionSource struct + ID *string + URI *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 GalleryExpandParams string + const GalleryExpandParamsSharingProfileGroups + func PossibleGalleryExpandParamsValues() []GalleryExpandParams + type GalleryExtendedLocation struct + Name *string + Type GalleryExtendedLocationType + type GalleryExtendedLocationType string + const GalleryExtendedLocationTypeEdgeZone + const GalleryExtendedLocationTypeUnknown + func PossibleGalleryExtendedLocationTypeValues() []GalleryExtendedLocationType + 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 GalleryImageFeature struct + Name *string + Value *string + 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 + Architecture Architecture + Description *string + Disallowed *Disallowed + EndOfLifeDate *date.Time + Eula *string + Features *[]GalleryImageFeature + 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 + ReplicationMode ReplicationMode + StorageAccountType StorageAccountType + TargetExtendedLocations *[]GalleryTargetExtendedLocation + 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 + SharingProfile *SharingProfile + SharingStatus *SharingStatus + SoftDeletePolicy *SoftDeletePolicy + func (gp GalleryProperties) MarshalJSON() ([]byte, error) + type GallerySharingPermissionTypes string + const GallerySharingPermissionTypesGroups + const GallerySharingPermissionTypesPrivate + func PossibleGallerySharingPermissionTypesValues() []GallerySharingPermissionTypes + type GallerySharingProfileClient struct + func NewGallerySharingProfileClient(subscriptionID string) GallerySharingProfileClient + func NewGallerySharingProfileClientWithBaseURI(baseURI string, subscriptionID string) GallerySharingProfileClient + func (client GallerySharingProfileClient) Update(ctx context.Context, resourceGroupName string, galleryName string, ...) (result GallerySharingProfileUpdateFuture, err error) + func (client GallerySharingProfileClient) UpdatePreparer(ctx context.Context, resourceGroupName string, galleryName string, ...) (*http.Request, error) + func (client GallerySharingProfileClient) UpdateResponder(resp *http.Response) (result SharingUpdate, err error) + func (client GallerySharingProfileClient) UpdateSender(req *http.Request) (future GallerySharingProfileUpdateFuture, err error) + type GallerySharingProfileUpdateFuture struct + Result func(GallerySharingProfileClient) (SharingUpdate, error) + func (future *GallerySharingProfileUpdateFuture) UnmarshalJSON(body []byte) error + type GalleryTargetExtendedLocation struct + Encryption *EncryptionImages + ExtendedLocation *GalleryExtendedLocation + ExtendedLocationReplicaCount *int32 + Name *string + StorageAccountType StorageAccountType + 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 + GetSecureVMGuestStateSAS *bool + type HardwareProfile struct + VMSize VirtualMachineSizeTypes + VMSizeProperties *VMSizeProperties + type HostCaching string + const HostCachingNone + const HostCachingReadOnly + const HostCachingReadWrite + func PossibleHostCachingValues() []HostCaching + type HyperVGeneration string + const HyperVGenerationV1 + const HyperVGenerationV2 + 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 IPVersionIPv4 + const IPVersionIPv6 + func PossibleIPVersionValues() []IPVersion + type IPVersions string + const IPVersionsIPv4 + const IPVersionsIPv6 + func PossibleIPVersionsValues() []IPVersions + type Image struct + ExtendedLocation *ExtendedLocation + 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 + CommunityGalleryImageID *string + ExactVersion *string + ID *string + Offer *string + Publisher *string + SharedGalleryImageID *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 InnerError struct + Errordetail *string + Exceptiontype *string + type InstanceSku struct + Name *string + Tier *string + func (is InstanceSku) MarshalJSON() ([]byte, error) + type InstanceViewStatus struct + Code *string + DisplayStatus *string + Level StatusLevelTypes + Message *string + Time *date.Time + type InstanceViewStatusesSummary struct + StatusesSummary *[]StatusCodeCount + func (ivss InstanceViewStatusesSummary) MarshalJSON() ([]byte, error) + type InstanceViewTypes string + const InstanceViewTypesInstanceView + const InstanceViewTypesUserData + func PossibleInstanceViewTypesValues() []InstanceViewTypes + type IntervalInMins string + const IntervalInMinsFiveMins + const IntervalInMinsSixtyMins + const IntervalInMinsThirtyMins + const IntervalInMinsThreeMins + func PossibleIntervalInMinsValues() []IntervalInMins + type KeyForDiskEncryptionSet struct + KeyURL *string + SourceVault *SourceVault + 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 + StartTime *date.Time + Status PatchOperationStatus + func (lpis LastPatchInstallationSummary) MarshalJSON() ([]byte, error) + type LinuxConfiguration struct + DisablePasswordAuthentication *bool + PatchSettings *LinuxPatchSettings + ProvisionVMAgent *bool + SSH *SSHConfiguration + type LinuxParameters struct + ClassificationsToInclude *[]VMGuestPatchClassificationLinux + MaintenanceRunID *string + PackageNameMasksToExclude *[]string + PackageNameMasksToInclude *[]string + type LinuxPatchAssessmentMode string + const LinuxPatchAssessmentModeAutomaticByPlatform + const LinuxPatchAssessmentModeImageDefault + func PossibleLinuxPatchAssessmentModeValues() []LinuxPatchAssessmentMode + type LinuxPatchSettings struct + AssessmentMode LinuxPatchAssessmentMode + PatchMode LinuxVMGuestPatchMode + type LinuxVMGuestPatchMode string + const LinuxVMGuestPatchModeAutomaticByPlatform + const LinuxVMGuestPatchModeImageDefault + func PossibleLinuxVMGuestPatchModeValues() []LinuxVMGuestPatchMode + 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 LoadBalancerConfiguration struct + ID *string + Name *string + Properties *LoadBalancerConfigurationProperties + type LoadBalancerConfigurationProperties struct + FrontendIPConfigurations *[]LoadBalancerFrontendIPConfiguration + type LoadBalancerFrontendIPConfiguration struct + Name *string + Properties *LoadBalancerFrontendIPConfigurationProperties + type LoadBalancerFrontendIPConfigurationProperties struct + PrivateIPAddress *string + PublicIPAddress *SubResource + Subnet *SubResource + 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 + GroupByClientApplicationID *bool + GroupByOperationName *bool + GroupByResourceName *bool + GroupByThrottlePolicy *bool + GroupByUserAgent *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 + SecurityProfile *VMDiskSecurityProfile + StorageAccountType StorageAccountTypes + type NetworkAPIVersion string + const NetworkAPIVersionTwoZeroTwoZeroHyphenMinusOneOneHyphenMinusZeroOne + func PossibleNetworkAPIVersionValues() []NetworkAPIVersion + type NetworkAccessPolicy string + const NetworkAccessPolicyAllowAll + const NetworkAccessPolicyAllowPrivate + const NetworkAccessPolicyDenyAll + func PossibleNetworkAccessPolicyValues() []NetworkAccessPolicy + type NetworkInterfaceReference struct + ID *string + func (nir *NetworkInterfaceReference) UnmarshalJSON(body []byte) error + func (nir NetworkInterfaceReference) MarshalJSON() ([]byte, error) + type NetworkInterfaceReferenceProperties struct + DeleteOption DeleteOptions + Primary *bool + type NetworkProfile struct + NetworkAPIVersion NetworkAPIVersion + NetworkInterfaceConfigurations *[]VirtualMachineNetworkInterfaceConfiguration + NetworkInterfaces *[]NetworkInterfaceReference + type OSDisk struct + Caching CachingTypes + CreateOption DiskCreateOptionTypes + DeleteOption DiskDeleteOptionTypes + 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 + SecurityProfile *OSDiskImageSecurityProfile + type OSDiskImageSecurityProfile struct + ConfidentialVMEncryptionType ConfidentialVMEncryptionType + SecureVMDiskEncryptionSetID *string + type OSFamily struct + ID *string + Location *string + Name *string + Properties *OSFamilyProperties + Type *string + func (of OSFamily) MarshalJSON() ([]byte, error) + type OSFamilyListResult struct + NextLink *string + Value *[]OSFamily + func (oflr OSFamilyListResult) IsEmpty() bool + type OSFamilyListResultIterator struct + func NewOSFamilyListResultIterator(page OSFamilyListResultPage) OSFamilyListResultIterator + func (iter *OSFamilyListResultIterator) Next() error + func (iter *OSFamilyListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter OSFamilyListResultIterator) NotDone() bool + func (iter OSFamilyListResultIterator) Response() OSFamilyListResult + func (iter OSFamilyListResultIterator) Value() OSFamily + type OSFamilyListResultPage struct + func NewOSFamilyListResultPage(cur OSFamilyListResult, ...) OSFamilyListResultPage + func (page *OSFamilyListResultPage) Next() error + func (page *OSFamilyListResultPage) NextWithContext(ctx context.Context) (err error) + func (page OSFamilyListResultPage) NotDone() bool + func (page OSFamilyListResultPage) Response() OSFamilyListResult + func (page OSFamilyListResultPage) Values() []OSFamily + type OSFamilyProperties struct + Label *string + Name *string + Versions *[]OSVersionPropertiesBase + func (ofp OSFamilyProperties) MarshalJSON() ([]byte, error) + type OSProfile struct + AdminPassword *string + AdminUsername *string + AllowExtensionOperations *bool + ComputerName *string + CustomData *string + LinuxConfiguration *LinuxConfiguration + RequireGuestProvisionSignal *bool + Secrets *[]VaultSecretGroup + WindowsConfiguration *WindowsConfiguration + type OSVersion struct + ID *string + Location *string + Name *string + Properties *OSVersionProperties + Type *string + func (ov OSVersion) MarshalJSON() ([]byte, error) + type OSVersionListResult struct + NextLink *string + Value *[]OSVersion + func (ovlr OSVersionListResult) IsEmpty() bool + type OSVersionListResultIterator struct + func NewOSVersionListResultIterator(page OSVersionListResultPage) OSVersionListResultIterator + func (iter *OSVersionListResultIterator) Next() error + func (iter *OSVersionListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter OSVersionListResultIterator) NotDone() bool + func (iter OSVersionListResultIterator) Response() OSVersionListResult + func (iter OSVersionListResultIterator) Value() OSVersion + type OSVersionListResultPage struct + func NewOSVersionListResultPage(cur OSVersionListResult, ...) OSVersionListResultPage + func (page *OSVersionListResultPage) Next() error + func (page *OSVersionListResultPage) NextWithContext(ctx context.Context) (err error) + func (page OSVersionListResultPage) NotDone() bool + func (page OSVersionListResultPage) Response() OSVersionListResult + func (page OSVersionListResultPage) Values() []OSVersion + type OSVersionProperties struct + Family *string + FamilyLabel *string + IsActive *bool + IsDefault *bool + Label *string + Version *string + func (ovp OSVersionProperties) MarshalJSON() ([]byte, error) + type OSVersionPropertiesBase struct + IsActive *bool + IsDefault *bool + Label *string + Version *string + func (ovpb OSVersionPropertiesBase) MarshalJSON() ([]byte, error) + type OperatingSystemStateTypes string + const OperatingSystemStateTypesGeneralized + const OperatingSystemStateTypesSpecialized + func PossibleOperatingSystemStateTypesValues() []OperatingSystemStateTypes + type OperatingSystemType string + const OperatingSystemTypeLinux + const OperatingSystemTypeWindows + func PossibleOperatingSystemTypeValues() []OperatingSystemType + type OperatingSystemTypes string + const OperatingSystemTypesLinux + const OperatingSystemTypesWindows + 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 OrchestrationMode string + const OrchestrationModeFlexible + const OrchestrationModeUniform + func PossibleOrchestrationModeValues() []OrchestrationMode + type OrchestrationServiceNames string + const OrchestrationServiceNamesAutomaticRepairs + func PossibleOrchestrationServiceNamesValues() []OrchestrationServiceNames + type OrchestrationServiceState string + const OrchestrationServiceStateNotRunning + const OrchestrationServiceStateRunning + const OrchestrationServiceStateSuspended + func PossibleOrchestrationServiceStateValues() []OrchestrationServiceState + type OrchestrationServiceStateAction string + const OrchestrationServiceStateActionResume + const OrchestrationServiceStateActionSuspend + 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 PassNamesOobeSystem + func PossiblePassNamesValues() []PassNames + type PatchAssessmentState string + const PatchAssessmentStateAvailable + const PatchAssessmentStateUnknown + func PossiblePatchAssessmentStateValues() []PatchAssessmentState + type PatchInstallationDetail struct + Classifications *[]string + InstallationState PatchInstallationState + KbID *string + Name *string + PatchID *string + Version *string + func (pid PatchInstallationDetail) MarshalJSON() ([]byte, error) + type PatchInstallationState string + const PatchInstallationStateExcluded + const PatchInstallationStateFailed + const PatchInstallationStateInstalled + const PatchInstallationStateNotSelected + const PatchInstallationStatePending + const PatchInstallationStateUnknown + func PossiblePatchInstallationStateValues() []PatchInstallationState + type PatchOperationStatus string + const PatchOperationStatusCompletedWithWarnings + const PatchOperationStatusFailed + const PatchOperationStatusInProgress + const PatchOperationStatusSucceeded + const PatchOperationStatusUnknown + func PossiblePatchOperationStatusValues() []PatchOperationStatus + type PatchSettings struct + AssessmentMode WindowsPatchAssessmentMode + EnableHotpatching *bool + PatchMode WindowsVMGuestPatchMode + type PirCommunityGalleryResource struct + Location *string + Name *string + Type *string + func (pcgr *PirCommunityGalleryResource) UnmarshalJSON(body []byte) error + func (pcgr PirCommunityGalleryResource) MarshalJSON() ([]byte, error) + type PirResource struct + Location *string + Name *string + func (pr PirResource) MarshalJSON() ([]byte, error) + type PirSharedGalleryResource struct + Location *string + Name *string + func (psgr *PirSharedGalleryResource) UnmarshalJSON(body []byte) error + func (psgr PirSharedGalleryResource) MarshalJSON() ([]byte, error) + 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 PrivateEndpointConnectionListResult struct + NextLink *string + Value *[]PrivateEndpointConnection + func (peclr PrivateEndpointConnectionListResult) IsEmpty() bool + type PrivateEndpointConnectionListResultIterator struct + func NewPrivateEndpointConnectionListResultIterator(page PrivateEndpointConnectionListResultPage) PrivateEndpointConnectionListResultIterator + func (iter *PrivateEndpointConnectionListResultIterator) Next() error + func (iter *PrivateEndpointConnectionListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter PrivateEndpointConnectionListResultIterator) NotDone() bool + func (iter PrivateEndpointConnectionListResultIterator) Response() PrivateEndpointConnectionListResult + func (iter PrivateEndpointConnectionListResultIterator) Value() PrivateEndpointConnection + type PrivateEndpointConnectionListResultPage struct + func NewPrivateEndpointConnectionListResultPage(cur PrivateEndpointConnectionListResult, ...) PrivateEndpointConnectionListResultPage + func (page *PrivateEndpointConnectionListResultPage) Next() error + func (page *PrivateEndpointConnectionListResultPage) NextWithContext(ctx context.Context) (err error) + func (page PrivateEndpointConnectionListResultPage) NotDone() bool + func (page PrivateEndpointConnectionListResultPage) Response() PrivateEndpointConnectionListResult + func (page PrivateEndpointConnectionListResultPage) Values() []PrivateEndpointConnection + type PrivateEndpointConnectionProperties struct + PrivateEndpoint *PrivateEndpoint + PrivateLinkServiceConnectionState *PrivateLinkServiceConnectionState + ProvisioningState PrivateEndpointConnectionProvisioningState + func (pecp PrivateEndpointConnectionProperties) MarshalJSON() ([]byte, error) + type PrivateEndpointConnectionProvisioningState string + const PrivateEndpointConnectionProvisioningStateCreating + const PrivateEndpointConnectionProvisioningStateDeleting + const PrivateEndpointConnectionProvisioningStateFailed + const PrivateEndpointConnectionProvisioningStateSucceeded + func PossiblePrivateEndpointConnectionProvisioningStateValues() []PrivateEndpointConnectionProvisioningState + type PrivateEndpointServiceConnectionStatus string + const PrivateEndpointServiceConnectionStatusApproved + const PrivateEndpointServiceConnectionStatusPending + const PrivateEndpointServiceConnectionStatusRejected + 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 PropertyUpdatesInProgress struct + TargetTier *string + type ProtocolTypes string + const ProtocolTypesHTTP + const ProtocolTypesHTTPS + 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 ProximityPlacementGroupTypeStandard + const ProximityPlacementGroupTypeUltra + 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 ProxyOnlyResource struct + ID *string + Name *string + Type *string + func (por ProxyOnlyResource) MarshalJSON() ([]byte, error) + type ProxyResource struct + ID *string + Name *string + Type *string + func (pr ProxyResource) MarshalJSON() ([]byte, error) + type PublicIPAddressSku struct + Name PublicIPAddressSkuName + Tier PublicIPAddressSkuTier + type PublicIPAddressSkuName string + const PublicIPAddressSkuNameBasic + const PublicIPAddressSkuNameStandard + func PossiblePublicIPAddressSkuNameValues() []PublicIPAddressSkuName + type PublicIPAddressSkuTier string + const PublicIPAddressSkuTierGlobal + const PublicIPAddressSkuTierRegional + func PossiblePublicIPAddressSkuTierValues() []PublicIPAddressSkuTier + type PublicIPAllocationMethod string + const PublicIPAllocationMethodDynamic + const PublicIPAllocationMethodStatic + func PossiblePublicIPAllocationMethodValues() []PublicIPAllocationMethod + type PublicNetworkAccess string + const PublicNetworkAccessDisabled + const PublicNetworkAccessEnabled + func PossiblePublicNetworkAccessValues() []PublicNetworkAccess + type PurchasePlan struct + Name *string + Product *string + PromotionCode *string + Publisher *string + type ReadCloser struct + Value *io.ReadCloser + 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 RegionalSharingStatus struct + Details *string + Region *string + State SharingState + type RepairAction string + const RepairActionReimage + const RepairActionReplace + const RepairActionRestart + func PossibleRepairActionValues() []RepairAction + type ReplicationMode string + const ReplicationModeFull + const ReplicationModeShallow + func PossibleReplicationModeValues() []ReplicationMode + 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 + GroupByClientApplicationID *bool + GroupByOperationName *bool + GroupByResourceName *bool + GroupByThrottlePolicy *bool + GroupByUserAgent *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 ResourceInstanceViewStatus struct + Code *string + DisplayStatus *string + Level StatusLevelTypes + Message *string + Time *date.Time + func (rivs ResourceInstanceViewStatus) MarshalJSON() ([]byte, error) + 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 + ExtendedLocations *[]string + Location *string + Type ExtendedLocationType + 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 ResourceSkuRestrictionsReasonCodeNotAvailableForSubscription + const ResourceSkuRestrictionsReasonCodeQuotaID + func PossibleResourceSkuRestrictionsReasonCodeValues() []ResourceSkuRestrictionsReasonCode + type ResourceSkuRestrictionsType string + const ResourceSkuRestrictionsTypeLocation + const ResourceSkuRestrictionsTypeZone + 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, includeExtendedLocations string) (result ResourceSkusResultPage, err error) + func (client ResourceSkusClient) ListComplete(ctx context.Context, filter string, includeExtendedLocations string) (result ResourceSkusResultIterator, err error) + func (client ResourceSkusClient) ListPreparer(ctx context.Context, filter string, includeExtendedLocations 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 ResourceURIList struct + NextLink *string + Value *[]string + func (rul ResourceURIList) IsEmpty() bool + type ResourceURIListIterator struct + func NewResourceURIListIterator(page ResourceURIListPage) ResourceURIListIterator + func (iter *ResourceURIListIterator) Next() error + func (iter *ResourceURIListIterator) NextWithContext(ctx context.Context) (err error) + func (iter ResourceURIListIterator) NotDone() bool + func (iter ResourceURIListIterator) Response() ResourceURIList + func (iter ResourceURIListIterator) Value() string + type ResourceURIListPage struct + func NewResourceURIListPage(cur ResourceURIList, ...) ResourceURIListPage + func (page *ResourceURIListPage) Next() error + func (page *ResourceURIListPage) NextWithContext(ctx context.Context) (err error) + func (page ResourceURIListPage) NotDone() bool + func (page ResourceURIListPage) Response() ResourceURIList + func (page ResourceURIListPage) Values() []string + type RestorePoint struct + ID *string + Name *string + Type *string + func (rp *RestorePoint) UnmarshalJSON(body []byte) error + func (rp RestorePoint) MarshalJSON() ([]byte, error) + type RestorePointCollection struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (RPCVar *RestorePointCollection) UnmarshalJSON(body []byte) error + func (RPCVar RestorePointCollection) MarshalJSON() ([]byte, error) + type RestorePointCollectionExpandOptions string + const RestorePointCollectionExpandOptionsRestorePoints + func PossibleRestorePointCollectionExpandOptionsValues() []RestorePointCollectionExpandOptions + type RestorePointCollectionListResult struct + NextLink *string + Value *[]RestorePointCollection + func (rpclr RestorePointCollectionListResult) IsEmpty() bool + type RestorePointCollectionListResultIterator struct + func NewRestorePointCollectionListResultIterator(page RestorePointCollectionListResultPage) RestorePointCollectionListResultIterator + func (iter *RestorePointCollectionListResultIterator) Next() error + func (iter *RestorePointCollectionListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter RestorePointCollectionListResultIterator) NotDone() bool + func (iter RestorePointCollectionListResultIterator) Response() RestorePointCollectionListResult + func (iter RestorePointCollectionListResultIterator) Value() RestorePointCollection + type RestorePointCollectionListResultPage struct + func NewRestorePointCollectionListResultPage(cur RestorePointCollectionListResult, ...) RestorePointCollectionListResultPage + func (page *RestorePointCollectionListResultPage) Next() error + func (page *RestorePointCollectionListResultPage) NextWithContext(ctx context.Context) (err error) + func (page RestorePointCollectionListResultPage) NotDone() bool + func (page RestorePointCollectionListResultPage) Response() RestorePointCollectionListResult + func (page RestorePointCollectionListResultPage) Values() []RestorePointCollection + type RestorePointCollectionProperties struct + ProvisioningState *string + RestorePointCollectionID *string + RestorePoints *[]RestorePoint + Source *RestorePointCollectionSourceProperties + func (rpcp RestorePointCollectionProperties) MarshalJSON() ([]byte, error) + type RestorePointCollectionSourceProperties struct + ID *string + Location *string + func (rpcsp RestorePointCollectionSourceProperties) MarshalJSON() ([]byte, error) + type RestorePointCollectionUpdate struct + Tags map[string]*string + func (rpcu *RestorePointCollectionUpdate) UnmarshalJSON(body []byte) error + func (rpcu RestorePointCollectionUpdate) MarshalJSON() ([]byte, error) + type RestorePointCollectionsClient struct + func NewRestorePointCollectionsClient(subscriptionID string) RestorePointCollectionsClient + func NewRestorePointCollectionsClientWithBaseURI(baseURI string, subscriptionID string) RestorePointCollectionsClient + func (client RestorePointCollectionsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, ...) (result RestorePointCollection, err error) + func (client RestorePointCollectionsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error) + func (client RestorePointCollectionsClient) CreateOrUpdateResponder(resp *http.Response) (result RestorePointCollection, err error) + func (client RestorePointCollectionsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client RestorePointCollectionsClient) Delete(ctx context.Context, resourceGroupName string, ...) (result RestorePointCollectionsDeleteFuture, err error) + func (client RestorePointCollectionsClient) DeletePreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error) + func (client RestorePointCollectionsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client RestorePointCollectionsClient) DeleteSender(req *http.Request) (future RestorePointCollectionsDeleteFuture, err error) + func (client RestorePointCollectionsClient) Get(ctx context.Context, resourceGroupName string, ...) (result RestorePointCollection, err error) + func (client RestorePointCollectionsClient) GetPreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error) + func (client RestorePointCollectionsClient) GetResponder(resp *http.Response) (result RestorePointCollection, err error) + func (client RestorePointCollectionsClient) GetSender(req *http.Request) (*http.Response, error) + func (client RestorePointCollectionsClient) List(ctx context.Context, resourceGroupName string) (result RestorePointCollectionListResultPage, err error) + func (client RestorePointCollectionsClient) ListAll(ctx context.Context) (result RestorePointCollectionListResultPage, err error) + func (client RestorePointCollectionsClient) ListAllComplete(ctx context.Context) (result RestorePointCollectionListResultIterator, err error) + func (client RestorePointCollectionsClient) ListAllPreparer(ctx context.Context) (*http.Request, error) + func (client RestorePointCollectionsClient) ListAllResponder(resp *http.Response) (result RestorePointCollectionListResult, err error) + func (client RestorePointCollectionsClient) ListAllSender(req *http.Request) (*http.Response, error) + func (client RestorePointCollectionsClient) ListComplete(ctx context.Context, resourceGroupName string) (result RestorePointCollectionListResultIterator, err error) + func (client RestorePointCollectionsClient) ListPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client RestorePointCollectionsClient) ListResponder(resp *http.Response) (result RestorePointCollectionListResult, err error) + func (client RestorePointCollectionsClient) ListSender(req *http.Request) (*http.Response, error) + func (client RestorePointCollectionsClient) Update(ctx context.Context, resourceGroupName string, ...) (result RestorePointCollection, err error) + func (client RestorePointCollectionsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error) + func (client RestorePointCollectionsClient) UpdateResponder(resp *http.Response) (result RestorePointCollection, err error) + func (client RestorePointCollectionsClient) UpdateSender(req *http.Request) (*http.Response, error) + type RestorePointCollectionsDeleteFuture struct + Result func(RestorePointCollectionsClient) (autorest.Response, error) + func (future *RestorePointCollectionsDeleteFuture) UnmarshalJSON(body []byte) error + type RestorePointExpandOptions string + const RestorePointExpandOptionsInstanceView + func PossibleRestorePointExpandOptionsValues() []RestorePointExpandOptions + type RestorePointInstanceView struct + DiskRestorePoints *[]DiskRestorePointInstanceView + Statuses *[]InstanceViewStatus + type RestorePointProperties struct + ConsistencyMode ConsistencyModeTypes + ExcludeDisks *[]APIEntityReference + InstanceView *RestorePointInstanceView + ProvisioningState *string + SourceMetadata *RestorePointSourceMetadata + SourceRestorePoint *APIEntityReference + TimeCreated *date.Time + func (rpp RestorePointProperties) MarshalJSON() ([]byte, error) + type RestorePointSourceMetadata struct + DiagnosticsProfile *DiagnosticsProfile + HardwareProfile *HardwareProfile + LicenseType *string + Location *string + OsProfile *OSProfile + SecurityProfile *SecurityProfile + StorageProfile *RestorePointSourceVMStorageProfile + VMID *string + type RestorePointSourceVMDataDisk struct + Caching CachingTypes + DiskRestorePoint *APIEntityReference + DiskSizeGB *int32 + Lun *int32 + ManagedDisk *ManagedDiskParameters + Name *string + type RestorePointSourceVMOSDisk struct + Caching CachingTypes + DiskRestorePoint *APIEntityReference + DiskSizeGB *int32 + EncryptionSettings *DiskEncryptionSettings + ManagedDisk *ManagedDiskParameters + Name *string + OsType OperatingSystemType + type RestorePointSourceVMStorageProfile struct + DataDisks *[]RestorePointSourceVMDataDisk + OsDisk *RestorePointSourceVMOSDisk + type RestorePointsClient struct + func NewRestorePointsClient(subscriptionID string) RestorePointsClient + func NewRestorePointsClientWithBaseURI(baseURI string, subscriptionID string) RestorePointsClient + func (client RestorePointsClient) Create(ctx context.Context, resourceGroupName string, ...) (result RestorePointsCreateFuture, err error) + func (client RestorePointsClient) CreatePreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error) + func (client RestorePointsClient) CreateResponder(resp *http.Response) (result RestorePoint, err error) + func (client RestorePointsClient) CreateSender(req *http.Request) (future RestorePointsCreateFuture, err error) + func (client RestorePointsClient) Delete(ctx context.Context, resourceGroupName string, ...) (result RestorePointsDeleteFuture, err error) + func (client RestorePointsClient) DeletePreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error) + func (client RestorePointsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client RestorePointsClient) DeleteSender(req *http.Request) (future RestorePointsDeleteFuture, err error) + func (client RestorePointsClient) Get(ctx context.Context, resourceGroupName string, ...) (result RestorePoint, err error) + func (client RestorePointsClient) GetPreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error) + func (client RestorePointsClient) GetResponder(resp *http.Response) (result RestorePoint, err error) + func (client RestorePointsClient) GetSender(req *http.Request) (*http.Response, error) + type RestorePointsCreateFuture struct + Result func(RestorePointsClient) (RestorePoint, error) + func (future *RestorePointsCreateFuture) UnmarshalJSON(body []byte) error + type RestorePointsDeleteFuture struct + Result func(RestorePointsClient) (autorest.Response, error) + func (future *RestorePointsDeleteFuture) UnmarshalJSON(body []byte) error + type RetrieveBootDiagnosticsDataResult struct + ConsoleScreenshotBlobURI *string + SerialConsoleLogBlobURI *string + func (rbddr RetrieveBootDiagnosticsDataResult) MarshalJSON() ([]byte, error) + type RoleInstance struct + ID *string + Location *string + Name *string + Properties *RoleInstanceProperties + Sku *InstanceSku + Tags map[string]*string + Type *string + func (ri RoleInstance) MarshalJSON() ([]byte, error) + type RoleInstanceInstanceView struct + PlatformFaultDomain *int32 + PlatformUpdateDomain *int32 + PrivateID *string + Statuses *[]ResourceInstanceViewStatus + func (riiv RoleInstanceInstanceView) MarshalJSON() ([]byte, error) + type RoleInstanceListResult struct + NextLink *string + Value *[]RoleInstance + func (rilr RoleInstanceListResult) IsEmpty() bool + type RoleInstanceListResultIterator struct + func NewRoleInstanceListResultIterator(page RoleInstanceListResultPage) RoleInstanceListResultIterator + func (iter *RoleInstanceListResultIterator) Next() error + func (iter *RoleInstanceListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter RoleInstanceListResultIterator) NotDone() bool + func (iter RoleInstanceListResultIterator) Response() RoleInstanceListResult + func (iter RoleInstanceListResultIterator) Value() RoleInstance + type RoleInstanceListResultPage struct + func NewRoleInstanceListResultPage(cur RoleInstanceListResult, ...) RoleInstanceListResultPage + func (page *RoleInstanceListResultPage) Next() error + func (page *RoleInstanceListResultPage) NextWithContext(ctx context.Context) (err error) + func (page RoleInstanceListResultPage) NotDone() bool + func (page RoleInstanceListResultPage) Response() RoleInstanceListResult + func (page RoleInstanceListResultPage) Values() []RoleInstance + type RoleInstanceNetworkProfile struct + NetworkInterfaces *[]SubResource + func (rinp RoleInstanceNetworkProfile) MarshalJSON() ([]byte, error) + type RoleInstanceProperties struct + InstanceView *RoleInstanceInstanceView + NetworkProfile *RoleInstanceNetworkProfile + type RoleInstances struct + RoleInstances *[]string + type RollbackStatusInfo struct + FailedRolledbackInstanceCount *int32 + RollbackError *APIError + SuccessfullyRolledbackInstanceCount *int32 + func (rsi RollbackStatusInfo) MarshalJSON() ([]byte, error) + type RollingUpgradeActionType string + const RollingUpgradeActionTypeCancel + const RollingUpgradeActionTypeStart + func PossibleRollingUpgradeActionTypeValues() []RollingUpgradeActionType + type RollingUpgradePolicy struct + EnableCrossZoneUpgrade *bool + MaxBatchInstancePercent *int32 + MaxUnhealthyInstancePercent *int32 + MaxUnhealthyUpgradedInstancePercent *int32 + PauseTimeBetweenBatches *string + PrioritizeUnhealthyInstances *bool + 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 + ForceDeletion *bool + Rules *[]VirtualMachineScaleSetScaleInRules + type ScheduledEventsProfile struct + TerminateNotificationProfile *TerminateNotificationProfile + type SecurityEncryptionTypes string + const SecurityEncryptionTypesDiskWithVMGuestState + const SecurityEncryptionTypesVMGuestStateOnly + func PossibleSecurityEncryptionTypesValues() []SecurityEncryptionTypes + type SecurityProfile struct + EncryptionAtHost *bool + SecurityType SecurityTypes + UefiSettings *UefiSettings + type SecurityTypes string + const SecurityTypesConfidentialVM + const SecurityTypesTrustedLaunch + func PossibleSecurityTypesValues() []SecurityTypes + type SelectPermissions string + const SelectPermissionsPermissions + func PossibleSelectPermissionsValues() []SelectPermissions + type SettingNames string + const SettingNamesAutoLogon + const SettingNamesFirstLogonCommands + func PossibleSettingNamesValues() []SettingNames + type ShareInfoElement struct + VMURI *string + func (sie ShareInfoElement) MarshalJSON() ([]byte, error) + type SharedGalleriesClient struct + func NewSharedGalleriesClient(subscriptionID string) SharedGalleriesClient + func NewSharedGalleriesClientWithBaseURI(baseURI string, subscriptionID string) SharedGalleriesClient + func (client SharedGalleriesClient) Get(ctx context.Context, location string, galleryUniqueName string) (result SharedGallery, err error) + func (client SharedGalleriesClient) GetPreparer(ctx context.Context, location string, galleryUniqueName string) (*http.Request, error) + func (client SharedGalleriesClient) GetResponder(resp *http.Response) (result SharedGallery, err error) + func (client SharedGalleriesClient) GetSender(req *http.Request) (*http.Response, error) + func (client SharedGalleriesClient) List(ctx context.Context, location string, sharedTo SharedToValues) (result SharedGalleryListPage, err error) + func (client SharedGalleriesClient) ListComplete(ctx context.Context, location string, sharedTo SharedToValues) (result SharedGalleryListIterator, err error) + func (client SharedGalleriesClient) ListPreparer(ctx context.Context, location string, sharedTo SharedToValues) (*http.Request, error) + func (client SharedGalleriesClient) ListResponder(resp *http.Response) (result SharedGalleryList, err error) + func (client SharedGalleriesClient) ListSender(req *http.Request) (*http.Response, error) + type SharedGallery struct + Location *string + Name *string + func (sg *SharedGallery) UnmarshalJSON(body []byte) error + func (sg SharedGallery) MarshalJSON() ([]byte, error) + type SharedGalleryIdentifier struct + UniqueID *string + type SharedGalleryImage struct + Location *string + Name *string + func (sgi *SharedGalleryImage) UnmarshalJSON(body []byte) error + func (sgi SharedGalleryImage) MarshalJSON() ([]byte, error) + type SharedGalleryImageList struct + NextLink *string + Value *[]SharedGalleryImage + func (sgil SharedGalleryImageList) IsEmpty() bool + type SharedGalleryImageListIterator struct + func NewSharedGalleryImageListIterator(page SharedGalleryImageListPage) SharedGalleryImageListIterator + func (iter *SharedGalleryImageListIterator) Next() error + func (iter *SharedGalleryImageListIterator) NextWithContext(ctx context.Context) (err error) + func (iter SharedGalleryImageListIterator) NotDone() bool + func (iter SharedGalleryImageListIterator) Response() SharedGalleryImageList + func (iter SharedGalleryImageListIterator) Value() SharedGalleryImage + type SharedGalleryImageListPage struct + func NewSharedGalleryImageListPage(cur SharedGalleryImageList, ...) SharedGalleryImageListPage + func (page *SharedGalleryImageListPage) Next() error + func (page *SharedGalleryImageListPage) NextWithContext(ctx context.Context) (err error) + func (page SharedGalleryImageListPage) NotDone() bool + func (page SharedGalleryImageListPage) Response() SharedGalleryImageList + func (page SharedGalleryImageListPage) Values() []SharedGalleryImage + type SharedGalleryImageProperties struct + Disallowed *Disallowed + EndOfLifeDate *date.Time + Features *[]GalleryImageFeature + HyperVGeneration HyperVGeneration + Identifier *GalleryImageIdentifier + OsState OperatingSystemStateTypes + OsType OperatingSystemTypes + PurchasePlan *ImagePurchasePlan + Recommended *RecommendedMachineConfiguration + type SharedGalleryImageVersion struct + Location *string + Name *string + func (sgiv *SharedGalleryImageVersion) UnmarshalJSON(body []byte) error + func (sgiv SharedGalleryImageVersion) MarshalJSON() ([]byte, error) + type SharedGalleryImageVersionList struct + NextLink *string + Value *[]SharedGalleryImageVersion + func (sgivl SharedGalleryImageVersionList) IsEmpty() bool + type SharedGalleryImageVersionListIterator struct + func NewSharedGalleryImageVersionListIterator(page SharedGalleryImageVersionListPage) SharedGalleryImageVersionListIterator + func (iter *SharedGalleryImageVersionListIterator) Next() error + func (iter *SharedGalleryImageVersionListIterator) NextWithContext(ctx context.Context) (err error) + func (iter SharedGalleryImageVersionListIterator) NotDone() bool + func (iter SharedGalleryImageVersionListIterator) Response() SharedGalleryImageVersionList + func (iter SharedGalleryImageVersionListIterator) Value() SharedGalleryImageVersion + type SharedGalleryImageVersionListPage struct + func NewSharedGalleryImageVersionListPage(cur SharedGalleryImageVersionList, ...) SharedGalleryImageVersionListPage + func (page *SharedGalleryImageVersionListPage) Next() error + func (page *SharedGalleryImageVersionListPage) NextWithContext(ctx context.Context) (err error) + func (page SharedGalleryImageVersionListPage) NotDone() bool + func (page SharedGalleryImageVersionListPage) Response() SharedGalleryImageVersionList + func (page SharedGalleryImageVersionListPage) Values() []SharedGalleryImageVersion + type SharedGalleryImageVersionProperties struct + EndOfLifeDate *date.Time + PublishedDate *date.Time + type SharedGalleryImageVersionsClient struct + func NewSharedGalleryImageVersionsClient(subscriptionID string) SharedGalleryImageVersionsClient + func NewSharedGalleryImageVersionsClientWithBaseURI(baseURI string, subscriptionID string) SharedGalleryImageVersionsClient + func (client SharedGalleryImageVersionsClient) Get(ctx context.Context, location string, galleryUniqueName string, ...) (result SharedGalleryImageVersion, err error) + func (client SharedGalleryImageVersionsClient) GetPreparer(ctx context.Context, location string, galleryUniqueName string, ...) (*http.Request, error) + func (client SharedGalleryImageVersionsClient) GetResponder(resp *http.Response) (result SharedGalleryImageVersion, err error) + func (client SharedGalleryImageVersionsClient) GetSender(req *http.Request) (*http.Response, error) + func (client SharedGalleryImageVersionsClient) List(ctx context.Context, location string, galleryUniqueName string, ...) (result SharedGalleryImageVersionListPage, err error) + func (client SharedGalleryImageVersionsClient) ListComplete(ctx context.Context, location string, galleryUniqueName string, ...) (result SharedGalleryImageVersionListIterator, err error) + func (client SharedGalleryImageVersionsClient) ListPreparer(ctx context.Context, location string, galleryUniqueName string, ...) (*http.Request, error) + func (client SharedGalleryImageVersionsClient) ListResponder(resp *http.Response) (result SharedGalleryImageVersionList, err error) + func (client SharedGalleryImageVersionsClient) ListSender(req *http.Request) (*http.Response, error) + type SharedGalleryImagesClient struct + func NewSharedGalleryImagesClient(subscriptionID string) SharedGalleryImagesClient + func NewSharedGalleryImagesClientWithBaseURI(baseURI string, subscriptionID string) SharedGalleryImagesClient + func (client SharedGalleryImagesClient) Get(ctx context.Context, location string, galleryUniqueName string, ...) (result SharedGalleryImage, err error) + func (client SharedGalleryImagesClient) GetPreparer(ctx context.Context, location string, galleryUniqueName string, ...) (*http.Request, error) + func (client SharedGalleryImagesClient) GetResponder(resp *http.Response) (result SharedGalleryImage, err error) + func (client SharedGalleryImagesClient) GetSender(req *http.Request) (*http.Response, error) + func (client SharedGalleryImagesClient) List(ctx context.Context, location string, galleryUniqueName string, ...) (result SharedGalleryImageListPage, err error) + func (client SharedGalleryImagesClient) ListComplete(ctx context.Context, location string, galleryUniqueName string, ...) (result SharedGalleryImageListIterator, err error) + func (client SharedGalleryImagesClient) ListPreparer(ctx context.Context, location string, galleryUniqueName string, ...) (*http.Request, error) + func (client SharedGalleryImagesClient) ListResponder(resp *http.Response) (result SharedGalleryImageList, err error) + func (client SharedGalleryImagesClient) ListSender(req *http.Request) (*http.Response, error) + type SharedGalleryList struct + NextLink *string + Value *[]SharedGallery + func (sgl SharedGalleryList) IsEmpty() bool + type SharedGalleryListIterator struct + func NewSharedGalleryListIterator(page SharedGalleryListPage) SharedGalleryListIterator + func (iter *SharedGalleryListIterator) Next() error + func (iter *SharedGalleryListIterator) NextWithContext(ctx context.Context) (err error) + func (iter SharedGalleryListIterator) NotDone() bool + func (iter SharedGalleryListIterator) Response() SharedGalleryList + func (iter SharedGalleryListIterator) Value() SharedGallery + type SharedGalleryListPage struct + func NewSharedGalleryListPage(cur SharedGalleryList, ...) SharedGalleryListPage + func (page *SharedGalleryListPage) Next() error + func (page *SharedGalleryListPage) NextWithContext(ctx context.Context) (err error) + func (page SharedGalleryListPage) NotDone() bool + func (page SharedGalleryListPage) Response() SharedGalleryList + func (page SharedGalleryListPage) Values() []SharedGallery + type SharedToValues string + const SharedToValuesTenant + func PossibleSharedToValuesValues() []SharedToValues + type SharingProfile struct + CommunityGalleryInfo interface{} + Groups *[]SharingProfileGroup + Permissions GallerySharingPermissionTypes + func (sp SharingProfile) MarshalJSON() ([]byte, error) + type SharingProfileGroup struct + Ids *[]string + Type SharingProfileGroupTypes + type SharingProfileGroupTypes string + const SharingProfileGroupTypesAADTenants + const SharingProfileGroupTypesCommunity + const SharingProfileGroupTypesSubscriptions + func PossibleSharingProfileGroupTypesValues() []SharingProfileGroupTypes + type SharingState string + const SharingStateFailed + const SharingStateInProgress + const SharingStateSucceeded + const SharingStateUnknown + func PossibleSharingStateValues() []SharingState + type SharingStatus struct + AggregatedState SharingState + Summary *[]RegionalSharingStatus + type SharingUpdate struct + Groups *[]SharingProfileGroup + OperationType SharingUpdateOperationTypes + type SharingUpdateOperationTypes string + const SharingUpdateOperationTypesAdd + const SharingUpdateOperationTypesEnableCommunity + const SharingUpdateOperationTypesRemove + const SharingUpdateOperationTypesReset + func PossibleSharingUpdateOperationTypesValues() []SharingUpdateOperationTypes + type Sku struct + Capacity *int64 + Name *string + Tier *string + type Snapshot struct + ExtendedLocation *ExtendedLocation + 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 + CompletionPercent *float64 + CreationData *CreationData + DataAccessAuthMode DataAccessAuthMode + DiskAccessID *string + DiskSizeBytes *int64 + DiskSizeGB *int32 + DiskState DiskState + Encryption *Encryption + EncryptionSettingsCollection *EncryptionSettingsCollection + HyperVGeneration HyperVGeneration + Incremental *bool + NetworkAccessPolicy NetworkAccessPolicy + OsType OperatingSystemTypes + ProvisioningState *string + PublicNetworkAccess PublicNetworkAccess + PurchasePlan *PurchasePlan + SecurityProfile *DiskSecurityProfile + SupportedCapabilities *SupportedCapabilities + SupportsHibernation *bool + 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 + DataAccessAuthMode DataAccessAuthMode + DiskAccessID *string + DiskSizeGB *int32 + Encryption *Encryption + EncryptionSettingsCollection *EncryptionSettingsCollection + NetworkAccessPolicy NetworkAccessPolicy + OsType OperatingSystemTypes + PublicNetworkAccess PublicNetworkAccess + SupportedCapabilities *SupportedCapabilities + SupportsHibernation *bool + 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 SoftDeletePolicy struct + IsSoftDeleteEnabled *bool + type SourceVault struct + ID *string + type SpotRestorePolicy struct + Enabled *bool + RestoreTimeout *string + type StatusCodeCount struct + Code *string + Count *int32 + func (scc StatusCodeCount) MarshalJSON() ([]byte, error) + type StatusLevelTypes string + const StatusLevelTypesError + const StatusLevelTypesInfo + const StatusLevelTypesWarning + func PossibleStatusLevelTypesValues() []StatusLevelTypes + type StorageAccountType string + const StorageAccountTypePremiumLRS + const StorageAccountTypeStandardLRS + const StorageAccountTypeStandardZRS + func PossibleStorageAccountTypeValues() []StorageAccountType + type StorageAccountTypes string + const StorageAccountTypesPremiumLRS + const StorageAccountTypesPremiumZRS + const StorageAccountTypesStandardLRS + const StorageAccountTypesStandardSSDLRS + const StorageAccountTypesStandardSSDZRS + 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 SupportedCapabilities struct + AcceleratedNetwork *bool + Architecture Architecture + 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 + GroupByClientApplicationID *bool + GroupByOperationName *bool + GroupByResourceName *bool + GroupByThrottlePolicy *bool + GroupByUserAgent *bool + ToTime *date.Time + type UefiSettings struct + SecureBootEnabled *bool + VTpmEnabled *bool + type UpdateDomain struct + ID *string + Name *string + func (ud UpdateDomain) MarshalJSON() ([]byte, error) + type UpdateDomainListResult struct + NextLink *string + Value *[]UpdateDomain + func (udlr UpdateDomainListResult) IsEmpty() bool + type UpdateDomainListResultIterator struct + func NewUpdateDomainListResultIterator(page UpdateDomainListResultPage) UpdateDomainListResultIterator + func (iter *UpdateDomainListResultIterator) Next() error + func (iter *UpdateDomainListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter UpdateDomainListResultIterator) NotDone() bool + func (iter UpdateDomainListResultIterator) Response() UpdateDomainListResult + func (iter UpdateDomainListResultIterator) Value() UpdateDomain + type UpdateDomainListResultPage struct + func NewUpdateDomainListResultPage(cur UpdateDomainListResult, ...) UpdateDomainListResultPage + func (page *UpdateDomainListResultPage) Next() error + func (page *UpdateDomainListResultPage) NextWithContext(ctx context.Context) (err error) + func (page UpdateDomainListResultPage) NotDone() bool + func (page UpdateDomainListResultPage) Response() UpdateDomainListResult + func (page UpdateDomainListResultPage) Values() []UpdateDomain + 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 UserArtifactManage struct + Install *string + Remove *string + Update *string + type UserArtifactSource struct + DefaultConfigurationLink *string + MediaLink *string + type VMDiskSecurityProfile struct + DiskEncryptionSet *DiskEncryptionSetParameters + SecurityEncryptionType SecurityEncryptionTypes + type VMDiskTypes string + const VMDiskTypesNone + const VMDiskTypesUnmanaged + func PossibleVMDiskTypesValues() []VMDiskTypes + type VMGalleryApplication struct + ConfigurationReference *string + Order *int32 + PackageReferenceID *string + Tags *string + type VMGuestPatchClassificationLinux string + const VMGuestPatchClassificationLinuxCritical + const VMGuestPatchClassificationLinuxOther + const VMGuestPatchClassificationLinuxSecurity + func PossibleVMGuestPatchClassificationLinuxValues() []VMGuestPatchClassificationLinux + type VMGuestPatchClassificationWindows string + const VMGuestPatchClassificationWindowsCritical + const VMGuestPatchClassificationWindowsDefinition + const VMGuestPatchClassificationWindowsFeaturePack + const VMGuestPatchClassificationWindowsSecurity + const VMGuestPatchClassificationWindowsServicePack + const VMGuestPatchClassificationWindowsTools + const VMGuestPatchClassificationWindowsUpdateRollUp + const VMGuestPatchClassificationWindowsUpdates + func PossibleVMGuestPatchClassificationWindowsValues() []VMGuestPatchClassificationWindows + type VMGuestPatchRebootBehavior string + const VMGuestPatchRebootBehaviorAlwaysRequiresReboot + const VMGuestPatchRebootBehaviorCanRequestReboot + const VMGuestPatchRebootBehaviorNeverReboots + const VMGuestPatchRebootBehaviorUnknown + func PossibleVMGuestPatchRebootBehaviorValues() []VMGuestPatchRebootBehavior + type VMGuestPatchRebootSetting string + const VMGuestPatchRebootSettingAlways + const VMGuestPatchRebootSettingIfRequired + const VMGuestPatchRebootSettingNever + func PossibleVMGuestPatchRebootSettingValues() []VMGuestPatchRebootSetting + type VMGuestPatchRebootStatus string + const VMGuestPatchRebootStatusCompleted + const VMGuestPatchRebootStatusFailed + const VMGuestPatchRebootStatusNotNeeded + const VMGuestPatchRebootStatusRequired + const VMGuestPatchRebootStatusStarted + const VMGuestPatchRebootStatusUnknown + func PossibleVMGuestPatchRebootStatusValues() []VMGuestPatchRebootStatus + type VMScaleSetConvertToSinglePlacementGroupInput struct + ActivePlacementGroupID *string + type VMSizeProperties struct + VCPUsAvailable *int32 + VCPUsPerCore *int32 + type VaultCertificate struct + CertificateStore *string + CertificateURL *string + type VaultSecretGroup struct + SourceVault *SubResource + VaultCertificates *[]VaultCertificate + type VirtualHardDisk struct + URI *string + type VirtualMachine struct + ExtendedLocation *ExtendedLocation + 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 + AvailablePatches *[]VirtualMachineSoftwarePatchProperties + CriticalAndSecurityPatchCount *int32 + Error *APIError + OtherPatchCount *int32 + 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 VirtualMachineEvictionPolicyTypesDeallocate + const VirtualMachineEvictionPolicyTypesDelete + 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{} + ProtectedSettingsFromKeyVault interface{} + ProvisioningState *string + Publisher *string + Settings interface{} + SuppressFailures *bool + 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{} + ProtectedSettingsFromKeyVault interface{} + Publisher *string + Settings interface{} + SuppressFailures *bool + 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 VirtualMachineIPTag struct + IPTagType *string + Tag *string + 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 + ExtendedLocation *ExtendedLocation + ID *string + Location *string + Name *string + Tags map[string]*string + func (vmi *VirtualMachineImage) UnmarshalJSON(body []byte) error + func (vmi VirtualMachineImage) MarshalJSON() ([]byte, error) + type VirtualMachineImageFeature struct + Name *string + Value *string + type VirtualMachineImageProperties struct + Architecture ArchitectureTypes + AutomaticOSUpgradeProperties *AutomaticOSUpgradeProperties + DataDiskImages *[]DataDiskImage + Disallowed *DisallowedConfiguration + Features *[]VirtualMachineImageFeature + HyperVGeneration HyperVGenerationTypes + OsDiskImage *OSDiskImage + Plan *PurchasePlan + type VirtualMachineImageResource struct + ExtendedLocation *ExtendedLocation + 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 VirtualMachineImagesEdgeZoneClient struct + func NewVirtualMachineImagesEdgeZoneClient(subscriptionID string) VirtualMachineImagesEdgeZoneClient + func NewVirtualMachineImagesEdgeZoneClientWithBaseURI(baseURI string, subscriptionID string) VirtualMachineImagesEdgeZoneClient + func (client VirtualMachineImagesEdgeZoneClient) Get(ctx context.Context, location string, edgeZone string, publisherName string, ...) (result VirtualMachineImage, err error) + func (client VirtualMachineImagesEdgeZoneClient) GetPreparer(ctx context.Context, location string, edgeZone string, publisherName string, ...) (*http.Request, error) + func (client VirtualMachineImagesEdgeZoneClient) GetResponder(resp *http.Response) (result VirtualMachineImage, err error) + func (client VirtualMachineImagesEdgeZoneClient) GetSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineImagesEdgeZoneClient) List(ctx context.Context, location string, edgeZone string, publisherName string, ...) (result ListVirtualMachineImageResource, err error) + func (client VirtualMachineImagesEdgeZoneClient) ListOffers(ctx context.Context, location string, edgeZone string, publisherName string) (result ListVirtualMachineImageResource, err error) + func (client VirtualMachineImagesEdgeZoneClient) ListOffersPreparer(ctx context.Context, location string, edgeZone string, publisherName string) (*http.Request, error) + func (client VirtualMachineImagesEdgeZoneClient) ListOffersResponder(resp *http.Response) (result ListVirtualMachineImageResource, err error) + func (client VirtualMachineImagesEdgeZoneClient) ListOffersSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineImagesEdgeZoneClient) ListPreparer(ctx context.Context, location string, edgeZone string, publisherName string, ...) (*http.Request, error) + func (client VirtualMachineImagesEdgeZoneClient) ListPublishers(ctx context.Context, location string, edgeZone string) (result ListVirtualMachineImageResource, err error) + func (client VirtualMachineImagesEdgeZoneClient) ListPublishersPreparer(ctx context.Context, location string, edgeZone string) (*http.Request, error) + func (client VirtualMachineImagesEdgeZoneClient) ListPublishersResponder(resp *http.Response) (result ListVirtualMachineImageResource, err error) + func (client VirtualMachineImagesEdgeZoneClient) ListPublishersSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineImagesEdgeZoneClient) ListResponder(resp *http.Response) (result ListVirtualMachineImageResource, err error) + func (client VirtualMachineImagesEdgeZoneClient) ListSender(req *http.Request) (*http.Response, error) + func (client VirtualMachineImagesEdgeZoneClient) ListSkus(ctx context.Context, location string, edgeZone string, publisherName string, ...) (result ListVirtualMachineImageResource, err error) + func (client VirtualMachineImagesEdgeZoneClient) ListSkusPreparer(ctx context.Context, location string, edgeZone string, publisherName string, ...) (*http.Request, error) + func (client VirtualMachineImagesEdgeZoneClient) ListSkusResponder(resp *http.Response) (result ListVirtualMachineImageResource, err error) + func (client VirtualMachineImagesEdgeZoneClient) ListSkusSender(req *http.Request) (*http.Response, error) + type VirtualMachineInstallPatchesParameters struct + LinuxParameters *LinuxParameters + MaximumDuration *string + RebootSetting VMGuestPatchRebootSetting + WindowsParameters *WindowsParameters + type VirtualMachineInstallPatchesResult struct + Error *APIError + ExcludedPatchCount *int32 + FailedPatchCount *int32 + InstallationActivityID *string + InstalledPatchCount *int32 + MaintenanceWindowExceeded *bool + NotSelectedPatchCount *int32 + Patches *[]PatchInstallationDetail + PendingPatchCount *int32 + RebootStatus VMGuestPatchRebootStatus + StartDateTime *date.Time + Status PatchOperationStatus + func (vmipr VirtualMachineInstallPatchesResult) MarshalJSON() ([]byte, 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 VirtualMachineNetworkInterfaceConfiguration struct + Name *string + func (vmnic *VirtualMachineNetworkInterfaceConfiguration) UnmarshalJSON(body []byte) error + func (vmnic VirtualMachineNetworkInterfaceConfiguration) MarshalJSON() ([]byte, error) + type VirtualMachineNetworkInterfaceConfigurationProperties struct + DNSSettings *VirtualMachineNetworkInterfaceDNSSettingsConfiguration + DeleteOption DeleteOptions + DscpConfiguration *SubResource + EnableAcceleratedNetworking *bool + EnableFpga *bool + EnableIPForwarding *bool + IPConfigurations *[]VirtualMachineNetworkInterfaceIPConfiguration + NetworkSecurityGroup *SubResource + Primary *bool + type VirtualMachineNetworkInterfaceDNSSettingsConfiguration struct + DNSServers *[]string + type VirtualMachineNetworkInterfaceIPConfiguration struct + Name *string + func (vmniic *VirtualMachineNetworkInterfaceIPConfiguration) UnmarshalJSON(body []byte) error + func (vmniic VirtualMachineNetworkInterfaceIPConfiguration) MarshalJSON() ([]byte, error) + type VirtualMachineNetworkInterfaceIPConfigurationProperties struct + ApplicationGatewayBackendAddressPools *[]SubResource + ApplicationSecurityGroups *[]SubResource + LoadBalancerBackendAddressPools *[]SubResource + Primary *bool + PrivateIPAddressVersion IPVersions + PublicIPAddressConfiguration *VirtualMachinePublicIPAddressConfiguration + Subnet *SubResource + type VirtualMachinePatchStatus struct + AvailablePatchSummary *AvailablePatchSummary + ConfigurationStatuses *[]InstanceViewStatus + LastPatchInstallationSummary *LastPatchInstallationSummary + func (vmps VirtualMachinePatchStatus) MarshalJSON() ([]byte, error) + type VirtualMachinePriorityTypes string + const VirtualMachinePriorityTypesLow + const VirtualMachinePriorityTypesRegular + const VirtualMachinePriorityTypesSpot + func PossibleVirtualMachinePriorityTypesValues() []VirtualMachinePriorityTypes + type VirtualMachineProperties struct + AdditionalCapabilities *AdditionalCapabilities + ApplicationProfile *ApplicationProfile + AvailabilitySet *SubResource + BillingProfile *BillingProfile + CapacityReservation *CapacityReservationProfile + DiagnosticsProfile *DiagnosticsProfile + EvictionPolicy VirtualMachineEvictionPolicyTypes + ExtensionsTimeBudget *string + HardwareProfile *HardwareProfile + Host *SubResource + HostGroup *SubResource + InstanceView *VirtualMachineInstanceView + LicenseType *string + NetworkProfile *NetworkProfile + OsProfile *OSProfile + PlatformFaultDomain *int32 + Priority VirtualMachinePriorityTypes + ProvisioningState *string + ProximityPlacementGroup *SubResource + ScheduledEventsProfile *ScheduledEventsProfile + SecurityProfile *SecurityProfile + StorageProfile *StorageProfile + TimeCreated *date.Time + UserData *string + VMID *string + VirtualMachineScaleSet *SubResource + func (vmp VirtualMachineProperties) MarshalJSON() ([]byte, error) + type VirtualMachinePublicIPAddressConfiguration struct + Name *string + Sku *PublicIPAddressSku + func (vmpiac *VirtualMachinePublicIPAddressConfiguration) UnmarshalJSON(body []byte) error + func (vmpiac VirtualMachinePublicIPAddressConfiguration) MarshalJSON() ([]byte, error) + type VirtualMachinePublicIPAddressConfigurationProperties struct + DNSSettings *VirtualMachinePublicIPAddressDNSSettingsConfiguration + DeleteOption DeleteOptions + IPTags *[]VirtualMachineIPTag + IdleTimeoutInMinutes *int32 + PublicIPAddressVersion IPVersions + PublicIPAllocationMethod PublicIPAllocationMethod + PublicIPPrefix *SubResource + type VirtualMachinePublicIPAddressDNSSettingsConfiguration struct + DomainNameLabel *string + 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 + ExtendedLocation *ExtendedLocation + 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{} + ProtectedSettingsFromKeyVault interface{} + ProvisionAfterExtensions *[]string + ProvisioningState *string + Publisher *string + Settings interface{} + SuppressFailures *bool + 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 VirtualMachineScaleSetHardwareProfile struct + VMSizeProperties *VMSizeProperties + 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 + SecurityProfile *VMDiskSecurityProfile + 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 + DeleteOption DeleteOptions + EnableAcceleratedNetworking *bool + EnableFpga *bool + EnableIPForwarding *bool + IPConfigurations *[]VirtualMachineScaleSetIPConfiguration + NetworkSecurityGroup *SubResource + Primary *bool + type VirtualMachineScaleSetNetworkProfile struct + HealthProbe *APIEntityReference + NetworkAPIVersion NetworkAPIVersion + 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 + AllowExtensionOperations *bool + ComputerNamePrefix *string + CustomData *string + LinuxConfiguration *LinuxConfiguration + Secrets *[]VaultSecretGroup + WindowsConfiguration *WindowsConfiguration + type VirtualMachineScaleSetProperties struct + AdditionalCapabilities *AdditionalCapabilities + AutomaticRepairsPolicy *AutomaticRepairsPolicy + DoNotRunExtensionsOnOverprovisionedVMs *bool + HostGroup *SubResource + OrchestrationMode OrchestrationMode + Overprovision *bool + PlatformFaultDomainCount *int32 + ProvisioningState *string + ProximityPlacementGroup *SubResource + ScaleInPolicy *ScaleInPolicy + SinglePlacementGroup *bool + SpotRestorePolicy *SpotRestorePolicy + TimeCreated *date.Time + UniqueID *string + UpgradePolicy *UpgradePolicy + VirtualMachineProfile *VirtualMachineScaleSetVMProfile + ZoneBalance *bool + func (vmssp VirtualMachineScaleSetProperties) MarshalJSON() ([]byte, error) + type VirtualMachineScaleSetPublicIPAddressConfiguration struct + Name *string + Sku *PublicIPAddressSku + func (vmsspiac *VirtualMachineScaleSetPublicIPAddressConfiguration) UnmarshalJSON(body []byte) error + func (vmsspiac VirtualMachineScaleSetPublicIPAddressConfiguration) MarshalJSON() ([]byte, error) + type VirtualMachineScaleSetPublicIPAddressConfigurationDNSSettings struct + DomainNameLabel *string + type VirtualMachineScaleSetPublicIPAddressConfigurationProperties struct + DNSSettings *VirtualMachineScaleSetPublicIPAddressConfigurationDNSSettings + DeleteOption DeleteOptions + 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 VirtualMachineScaleSetScaleInRulesDefault + const VirtualMachineScaleSetScaleInRulesNewestVM + const VirtualMachineScaleSetScaleInRulesOldestVM + 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 + DeleteOption DeleteOptions + EnableAcceleratedNetworking *bool + EnableFpga *bool + EnableIPForwarding *bool + IPConfigurations *[]VirtualMachineScaleSetUpdateIPConfiguration + NetworkSecurityGroup *SubResource + Primary *bool + type VirtualMachineScaleSetUpdateNetworkProfile struct + HealthProbe *APIEntityReference + NetworkAPIVersion NetworkAPIVersion + 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 + DeleteOption DeleteOptions + IdleTimeoutInMinutes *int32 + PublicIPPrefix *SubResource + 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 + UserData *string + 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 + ApplicationProfile *ApplicationProfile + BillingProfile *BillingProfile + CapacityReservation *CapacityReservationProfile + DiagnosticsProfile *DiagnosticsProfile + EvictionPolicy VirtualMachineEvictionPolicyTypes + ExtensionProfile *VirtualMachineScaleSetExtensionProfile + HardwareProfile *VirtualMachineScaleSetHardwareProfile + LicenseType *string + NetworkProfile *VirtualMachineScaleSetNetworkProfile + OsProfile *VirtualMachineScaleSetOSProfile + Priority VirtualMachinePriorityTypes + ScheduledEventsProfile *ScheduledEventsProfile + SecurityProfile *SecurityProfile + StorageProfile *VirtualMachineScaleSetStorageProfile + UserData *string + 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 + UserData *string + 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) ListByLocation(ctx context.Context, location string) (result VirtualMachineScaleSetListResultPage, err error) + func (client VirtualMachineScaleSetsClient) ListByLocationComplete(ctx context.Context, location string) (result VirtualMachineScaleSetListResultIterator, err error) + func (client VirtualMachineScaleSetsClient) ListByLocationPreparer(ctx context.Context, location string) (*http.Request, error) + func (client VirtualMachineScaleSetsClient) ListByLocationResponder(resp *http.Response) (result VirtualMachineScaleSetListResult, err error) + func (client VirtualMachineScaleSetsClient) ListByLocationSender(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 VMGuestPatchRebootBehavior + 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, hibernate *bool) (result VirtualMachinesDeallocateFuture, err error) + func (client VirtualMachinesClient) DeallocatePreparer(ctx context.Context, resourceGroupName string, VMName string, hibernate *bool) (*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) InstallPatches(ctx context.Context, resourceGroupName string, VMName string, ...) (result VirtualMachinesInstallPatchesFuture, err error) + func (client VirtualMachinesClient) InstallPatchesPreparer(ctx context.Context, resourceGroupName string, VMName string, ...) (*http.Request, error) + func (client VirtualMachinesClient) InstallPatchesResponder(resp *http.Response) (result VirtualMachineInstallPatchesResult, err error) + func (client VirtualMachinesClient) InstallPatchesSender(req *http.Request) (future VirtualMachinesInstallPatchesFuture, err 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, filter string) (result VirtualMachineListResultPage, err error) + func (client VirtualMachinesClient) ListAll(ctx context.Context, statusOnly string, filter string) (result VirtualMachineListResultPage, err error) + func (client VirtualMachinesClient) ListAllComplete(ctx context.Context, statusOnly string, filter string) (result VirtualMachineListResultIterator, err error) + func (client VirtualMachinesClient) ListAllPreparer(ctx context.Context, statusOnly string, filter 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, filter string) (result VirtualMachineListResultIterator, err error) + func (client VirtualMachinesClient) ListPreparer(ctx context.Context, resourceGroupName string, filter 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 VirtualMachinesInstallPatchesFuture struct + Result func(VirtualMachinesClient) (VirtualMachineInstallPatchesResult, error) + func (future *VirtualMachinesInstallPatchesFuture) 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 + type WindowsParameters struct + ClassificationsToInclude *[]VMGuestPatchClassificationWindows + ExcludeKbsRequiringReboot *bool + KbNumbersToExclude *[]string + KbNumbersToInclude *[]string + MaxPatchPublishDate *date.Time + type WindowsPatchAssessmentMode string + const WindowsPatchAssessmentModeAutomaticByPlatform + const WindowsPatchAssessmentModeImageDefault + func PossibleWindowsPatchAssessmentModeValues() []WindowsPatchAssessmentMode + type WindowsVMGuestPatchMode string + const WindowsVMGuestPatchModeAutomaticByOS + const WindowsVMGuestPatchModeAutomaticByPlatform + const WindowsVMGuestPatchModeManual + func PossibleWindowsVMGuestPatchModeValues() []WindowsVMGuestPatchMode