Uses of Class
com.azure.resourcemanager.compute.fluent.models.RoleInstanceViewInner
-
Packages that use RoleInstanceViewInner 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 RoleInstanceViewInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return RoleInstanceViewInner Modifier and Type Method Description RoleInstanceViewInnerCloudServiceRoleInstancesClient. 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 RoleInstanceViewInner Modifier and Type Method Description Mono<RoleInstanceViewInner>CloudServiceRoleInstancesClient. 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
Methods in com.azure.resourcemanager.compute.fluent.models that return RoleInstanceViewInner Modifier and Type Method Description RoleInstanceViewInnerRoleInstancePropertiesInner. instanceView()Get the instanceView property: The instance view of the role instance.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type RoleInstanceViewInner Modifier and Type Method Description RoleInstancePropertiesInnerRoleInstancePropertiesInner. withInstanceView(RoleInstanceViewInner instanceView)Set the instanceView property: The instance view of the role instance.
-