Uses of Class
com.azure.resourcemanager.compute.fluent.models.CloudServiceInstanceViewInner
Packages that use CloudServiceInstanceViewInner
Package
Description
Package containing the service clients for ComputeManagementClient.
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 CloudServiceInstanceViewInnerModifier and TypeMethodDescriptionCloudServicesClient.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 CloudServiceInstanceViewInnerModifier and TypeMethodDescriptionCloudServicesClient.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 CloudServiceInstanceViewInnerModifier and TypeMethodDescriptionCloudServiceInstanceViewInner.withRoleInstance(InstanceViewStatusesSummary roleInstance) Set the roleInstance property: Instance view statuses.