Uses of Class
com.azure.resourcemanager.compute.fluent.models.RecoveryWalkResponseInner
Packages that use RecoveryWalkResponseInner
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the inner data models 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.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. -
Uses of RecoveryWalkResponseInner in com.azure.resourcemanager.compute.fluent.models
Classes in com.azure.resourcemanager.compute.fluent.models that implement interfaces with type arguments of type RecoveryWalkResponseInnerModifier and TypeClassDescriptionfinal classResponse after calling a manual recovery walk.Methods in com.azure.resourcemanager.compute.fluent.models that return RecoveryWalkResponseInnerModifier and TypeMethodDescriptionstatic RecoveryWalkResponseInnerRecoveryWalkResponseInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RecoveryWalkResponseInner from the JsonReader.