Uses of Class
com.azure.resourcemanager.compute.fluent.models.RecoveryWalkResponseInner
Packages that use RecoveryWalkResponseInner
Package
Description
Package containing the service clients for ComputeManagementClient.
-
Uses of RecoveryWalkResponseInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return RecoveryWalkResponseInnerModifier and TypeMethodDescriptionVirtualMachineScaleSetsClient.forceRecoveryServiceFabricPlatformUpdateDomainWalk(String resourceGroupName, String vmScaleSetName, int platformUpdateDomain) Manual platform update domain walk to update virtual machines in a service fabric virtual machine scale set.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type RecoveryWalkResponseInnerModifier and TypeMethodDescriptionVirtualMachineScaleSetsClient.forceRecoveryServiceFabricPlatformUpdateDomainWalkAsync(String resourceGroupName, String vmScaleSetName, int platformUpdateDomain) Manual platform update domain walk to update virtual machines in a service fabric virtual machine scale set.VirtualMachineScaleSetsClient.forceRecoveryServiceFabricPlatformUpdateDomainWalkAsync(String resourceGroupName, String vmScaleSetName, int platformUpdateDomain, String zone, String placementGroupId) Manual platform update domain walk to update virtual machines in a service fabric virtual machine scale set.com.azure.core.http.rest.Response<RecoveryWalkResponseInner>VirtualMachineScaleSetsClient.forceRecoveryServiceFabricPlatformUpdateDomainWalkWithResponse(String resourceGroupName, String vmScaleSetName, int platformUpdateDomain, String zone, String placementGroupId, com.azure.core.util.Context context) Manual platform update domain walk to update virtual machines in a service fabric virtual machine scale set.Mono<com.azure.core.http.rest.Response<RecoveryWalkResponseInner>>VirtualMachineScaleSetsClient.forceRecoveryServiceFabricPlatformUpdateDomainWalkWithResponseAsync(String resourceGroupName, String vmScaleSetName, int platformUpdateDomain, String zone, String placementGroupId) Manual platform update domain walk to update virtual machines in a service fabric virtual machine scale set.