Uses of Class
com.azure.resourcemanager.compute.fluent.models.RoleInstanceInner
Packages that use RoleInstanceInner
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of RoleInstanceInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return RoleInstanceInnerModifier and TypeMethodDescriptionCloudServiceRoleInstancesClient.get(String roleInstanceName, String resourceGroupName, String cloudServiceName) Gets a role instance from a cloud service.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type RoleInstanceInnerModifier and TypeMethodDescriptionCloudServiceRoleInstancesClient.getAsync(String roleInstanceName, String resourceGroupName, String cloudServiceName) Gets a role instance from a cloud service.CloudServiceRoleInstancesClient.getAsync(String roleInstanceName, String resourceGroupName, String cloudServiceName, InstanceViewTypes expand) Gets a role instance from a cloud service.com.azure.core.http.rest.Response<RoleInstanceInner>CloudServiceRoleInstancesClient.getWithResponse(String roleInstanceName, String resourceGroupName, String cloudServiceName, InstanceViewTypes expand, com.azure.core.util.Context context) Gets a role instance from a cloud service.Mono<com.azure.core.http.rest.Response<RoleInstanceInner>>CloudServiceRoleInstancesClient.getWithResponseAsync(String roleInstanceName, String resourceGroupName, String cloudServiceName, InstanceViewTypes expand) Gets a role instance from a cloud service.com.azure.core.http.rest.PagedIterable<RoleInstanceInner>Gets the list of all role instances in a cloud service.com.azure.core.http.rest.PagedIterable<RoleInstanceInner>CloudServiceRoleInstancesClient.list(String resourceGroupName, String cloudServiceName, InstanceViewTypes expand, com.azure.core.util.Context context) Gets the list of all role instances in a cloud service.com.azure.core.http.rest.PagedFlux<RoleInstanceInner>Gets the list of all role instances in a cloud service.com.azure.core.http.rest.PagedFlux<RoleInstanceInner>CloudServiceRoleInstancesClient.listAsync(String resourceGroupName, String cloudServiceName, InstanceViewTypes expand) Gets the list of all role instances in a cloud service. -
Uses of RoleInstanceInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return RoleInstanceInnerModifier and TypeMethodDescriptionRoleInstanceInner.withProperties(RoleInstancePropertiesInner properties) Set the properties property: Role instance properties.RoleInstanceInner.withSku(InstanceSku sku) Set the sku property: The role instance SKU. -
Uses of RoleInstanceInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type RoleInstanceInnerModifier and TypeMethodDescriptionRoleInstanceListResult.value()Get the value property: The list of resources.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type RoleInstanceInnerModifier and TypeMethodDescriptionRoleInstanceListResult.withValue(List<RoleInstanceInner> value) Set the value property: The list of resources.