Uses of Class
com.azure.resourcemanager.compute.fluent.models.CloudServiceInstanceViewInner
-
Packages that use CloudServiceInstanceViewInner 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 CloudServiceInstanceViewInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return CloudServiceInstanceViewInner Modifier and Type Method Description CloudServiceInstanceViewInnerCloudServicesClient. getInstanceView(String resourceGroupName, String cloudServiceName)Gets the status of a cloud service.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type CloudServiceInstanceViewInner Modifier and Type Method Description Mono<CloudServiceInstanceViewInner>CloudServicesClient. getInstanceViewAsync(String resourceGroupName, String cloudServiceName)Gets the status of a cloud service.com.azure.core.http.rest.Response<CloudServiceInstanceViewInner>CloudServicesClient. getInstanceViewWithResponse(String resourceGroupName, String cloudServiceName, com.azure.core.util.Context context)Gets the status of a cloud service.Mono<com.azure.core.http.rest.Response<CloudServiceInstanceViewInner>>CloudServicesClient. getInstanceViewWithResponseAsync(String resourceGroupName, String cloudServiceName)Gets the status of a cloud service. -
Uses of CloudServiceInstanceViewInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return CloudServiceInstanceViewInner Modifier and Type Method Description CloudServiceInstanceViewInnerCloudServiceInstanceViewInner. withRoleInstance(InstanceViewStatusesSummary roleInstance)Set the roleInstance property: Instance view statuses.
-