Uses of Class
com.azure.resourcemanager.compute.fluent.models.CloudServiceRoleInner
Packages that use CloudServiceRoleInner
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 CloudServiceRoleInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return CloudServiceRoleInnerModifier and TypeMethodDescriptionGets a role from a cloud service.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type CloudServiceRoleInnerModifier and TypeMethodDescriptionCloudServiceRolesClient.getAsync(String roleName, String resourceGroupName, String cloudServiceName) Gets a role from a cloud service.com.azure.core.http.rest.Response<CloudServiceRoleInner>CloudServiceRolesClient.getWithResponse(String roleName, String resourceGroupName, String cloudServiceName, com.azure.core.util.Context context) Gets a role from a cloud service.Mono<com.azure.core.http.rest.Response<CloudServiceRoleInner>>CloudServiceRolesClient.getWithResponseAsync(String roleName, String resourceGroupName, String cloudServiceName) Gets a role from a cloud service.com.azure.core.http.rest.PagedIterable<CloudServiceRoleInner>Gets a list of all roles in a cloud service.com.azure.core.http.rest.PagedIterable<CloudServiceRoleInner>CloudServiceRolesClient.list(String resourceGroupName, String cloudServiceName, com.azure.core.util.Context context) Gets a list of all roles in a cloud service.com.azure.core.http.rest.PagedFlux<CloudServiceRoleInner>Gets a list of all roles in a cloud service. -
Uses of CloudServiceRoleInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return CloudServiceRoleInnerModifier and TypeMethodDescriptionCloudServiceRoleInner.withProperties(CloudServiceRoleProperties properties) Set the properties property: The cloud service role properties.CloudServiceRoleInner.withSku(CloudServiceRoleSku sku) Set the sku property: Describes the cloud service role sku. -
Uses of CloudServiceRoleInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type CloudServiceRoleInnerModifier and TypeMethodDescriptionCloudServiceRoleListResult.value()Get the value property: The list of resources.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type CloudServiceRoleInnerModifier and TypeMethodDescriptionCloudServiceRoleListResult.withValue(List<CloudServiceRoleInner> value) Set the value property: The list of resources.