Uses of Class
com.azure.resourcemanager.compute.fluent.models.RoleInstanceInner
-
Packages that use RoleInstanceInner 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.com.azure.resourcemanager.compute.models 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 RoleInstanceInner Modifier and Type Method Description RoleInstanceInnerCloudServiceRoleInstancesClient. 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 RoleInstanceInner Modifier and Type Method Description Mono<RoleInstanceInner>CloudServiceRoleInstancesClient. getAsync(String roleInstanceName, String resourceGroupName, String cloudServiceName)Gets a role instance from a cloud service.Mono<RoleInstanceInner>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>CloudServiceRoleInstancesClient. list(String resourceGroupName, String cloudServiceName)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>CloudServiceRoleInstancesClient. listAsync(String resourceGroupName, String cloudServiceName)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 RoleInstanceInner Modifier and Type Method Description RoleInstanceInnerRoleInstanceInner. withProperties(RoleInstancePropertiesInner properties)Set the properties property: The properties property.RoleInstanceInnerRoleInstanceInner. withSku(InstanceSku sku)Set the sku property: The sku property. -
Uses of RoleInstanceInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type RoleInstanceInner Modifier and Type Method Description List<RoleInstanceInner>RoleInstanceListResult. value()Get the value property: The value property.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type RoleInstanceInner Modifier and Type Method Description RoleInstanceListResultRoleInstanceListResult. withValue(List<RoleInstanceInner> value)Set the value property: The value property.
-