Uses of Class
com.azure.resourcemanager.compute.fluent.models.RoleInstanceViewInner
Packages that use RoleInstanceViewInner
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the inner data models for ComputeManagementClient.
-
Uses of RoleInstanceViewInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return RoleInstanceViewInnerModifier and TypeMethodDescriptionCloudServiceRoleInstancesClient.getInstanceView(String roleInstanceName, String resourceGroupName, String cloudServiceName) Retrieves information about the run-time state of a role instance in a cloud service.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type RoleInstanceViewInnerModifier and TypeMethodDescriptionCloudServiceRoleInstancesClient.getInstanceViewAsync(String roleInstanceName, String resourceGroupName, String cloudServiceName) Retrieves information about the run-time state of a role instance in a cloud service.com.azure.core.http.rest.Response<RoleInstanceViewInner> CloudServiceRoleInstancesClient.getInstanceViewWithResponse(String roleInstanceName, String resourceGroupName, String cloudServiceName, com.azure.core.util.Context context) Retrieves information about the run-time state of a role instance in a cloud service.Mono<com.azure.core.http.rest.Response<RoleInstanceViewInner>> CloudServiceRoleInstancesClient.getInstanceViewWithResponseAsync(String roleInstanceName, String resourceGroupName, String cloudServiceName) Retrieves information about the run-time state of a role instance in a cloud service. -
Uses of RoleInstanceViewInner in com.azure.resourcemanager.compute.fluent.models
Classes in com.azure.resourcemanager.compute.fluent.models that implement interfaces with type arguments of type RoleInstanceViewInnerModifier and TypeClassDescriptionfinal classThe instance view of the role instance.Methods in com.azure.resourcemanager.compute.fluent.models that return RoleInstanceViewInnerModifier and TypeMethodDescriptionstatic RoleInstanceViewInnerRoleInstanceViewInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RoleInstanceViewInner from the JsonReader.RoleInstancePropertiesInner.instanceView()Get the instanceView property: The instance view of the role instance.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type RoleInstanceViewInnerModifier and TypeMethodDescriptionRoleInstancePropertiesInner.withInstanceView(RoleInstanceViewInner instanceView) Set the instanceView property: The instance view of the role instance.