Uses of Class
com.azure.resourcemanager.compute.fluent.models.RollingUpgradeStatusInfoInner
-
Packages that use RollingUpgradeStatusInfoInner Package Description com.azure.resourcemanager.compute.fluent Package containing the service clients for ComputeManagementClient.com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient. -
-
Uses of RollingUpgradeStatusInfoInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return RollingUpgradeStatusInfoInner Modifier and Type Method Description RollingUpgradeStatusInfoInnerVirtualMachineScaleSetRollingUpgradesClient. getLatest(String resourceGroupName, String vmScaleSetName)Gets the status of the latest virtual machine scale set rolling upgrade.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type RollingUpgradeStatusInfoInner Modifier and Type Method Description Mono<RollingUpgradeStatusInfoInner>VirtualMachineScaleSetRollingUpgradesClient. getLatestAsync(String resourceGroupName, String vmScaleSetName)Gets the status of the latest virtual machine scale set rolling upgrade.com.azure.core.http.rest.Response<RollingUpgradeStatusInfoInner>VirtualMachineScaleSetRollingUpgradesClient. getLatestWithResponse(String resourceGroupName, String vmScaleSetName, com.azure.core.util.Context context)Gets the status of the latest virtual machine scale set rolling upgrade.Mono<com.azure.core.http.rest.Response<RollingUpgradeStatusInfoInner>>VirtualMachineScaleSetRollingUpgradesClient. getLatestWithResponseAsync(String resourceGroupName, String vmScaleSetName)Gets the status of the latest virtual machine scale set rolling upgrade. -
Uses of RollingUpgradeStatusInfoInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return RollingUpgradeStatusInfoInner Modifier and Type Method Description RollingUpgradeStatusInfoInnerRollingUpgradeStatusInfoInner. withLocation(String location)RollingUpgradeStatusInfoInnerRollingUpgradeStatusInfoInner. withTags(Map<String,String> tags)
-