Uses of Class
com.azure.resourcemanager.compute.fluent.models.CloudServiceRoleInner
-
Packages that use CloudServiceRoleInner 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 CloudServiceRoleInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return CloudServiceRoleInner Modifier and Type Method Description CloudServiceRoleInnerCloudServiceRolesClient. get(String roleName, String resourceGroupName, String cloudServiceName)Gets a role from a cloud service.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type CloudServiceRoleInner Modifier and Type Method Description Mono<CloudServiceRoleInner>CloudServiceRolesClient. 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>CloudServiceRolesClient. list(String resourceGroupName, String cloudServiceName)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>CloudServiceRolesClient. listAsync(String resourceGroupName, String cloudServiceName)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 CloudServiceRoleInner Modifier and Type Method Description CloudServiceRoleInnerCloudServiceRoleInner. withProperties(CloudServiceRoleProperties properties)Set the properties property: The properties property.CloudServiceRoleInnerCloudServiceRoleInner. 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 CloudServiceRoleInner Modifier and Type Method Description List<CloudServiceRoleInner>CloudServiceRoleListResult. value()Get the value property: The value property.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type CloudServiceRoleInner Modifier and Type Method Description CloudServiceRoleListResultCloudServiceRoleListResult. withValue(List<CloudServiceRoleInner> value)Set the value property: The value property.
-