Uses of Class
com.azure.resourcemanager.compute.fluent.models.CloudServiceInner
Packages that use CloudServiceInner
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 CloudServiceInner in com.azure.resourcemanager.compute.fluent
Subinterfaces with type arguments of type CloudServiceInner in com.azure.resourcemanager.compute.fluentModifier and TypeInterfaceDescriptioninterfaceAn instance of this class provides access to all the operations defined in CloudServicesClient.interfaceAn instance of this class provides access to all the operations defined in CloudServicesClient.Methods in com.azure.resourcemanager.compute.fluent that return CloudServiceInnerModifier and TypeMethodDescriptionCloudServicesClient.createOrUpdate(String resourceGroupName, String cloudServiceName) Create or update a cloud service.CloudServicesClient.createOrUpdate(String resourceGroupName, String cloudServiceName, CloudServiceInner parameters, com.azure.core.util.Context context) Create or update a cloud service.CloudServicesClient.getByResourceGroup(String resourceGroupName, String cloudServiceName) Display information about a cloud service.Update a cloud service.CloudServicesClient.update(String resourceGroupName, String cloudServiceName, CloudServiceUpdate parameters, com.azure.core.util.Context context) Update a cloud service.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type CloudServiceInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CloudServiceInner>, CloudServiceInner> CloudServicesClient.beginCreateOrUpdate(String resourceGroupName, String cloudServiceName) Create or update a cloud service.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CloudServiceInner>, CloudServiceInner> CloudServicesClient.beginCreateOrUpdate(String resourceGroupName, String cloudServiceName) Create or update a cloud service.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CloudServiceInner>, CloudServiceInner> CloudServicesClient.beginCreateOrUpdate(String resourceGroupName, String cloudServiceName, CloudServiceInner parameters, com.azure.core.util.Context context) Create or update a cloud service.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CloudServiceInner>, CloudServiceInner> CloudServicesClient.beginCreateOrUpdate(String resourceGroupName, String cloudServiceName, CloudServiceInner parameters, com.azure.core.util.Context context) Create or update a cloud service.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CloudServiceInner>, CloudServiceInner> CloudServicesClient.beginCreateOrUpdateAsync(String resourceGroupName, String cloudServiceName) Create or update a cloud service.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CloudServiceInner>, CloudServiceInner> CloudServicesClient.beginCreateOrUpdateAsync(String resourceGroupName, String cloudServiceName) Create or update a cloud service.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CloudServiceInner>, CloudServiceInner> CloudServicesClient.beginCreateOrUpdateAsync(String resourceGroupName, String cloudServiceName, CloudServiceInner parameters) Create or update a cloud service.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CloudServiceInner>, CloudServiceInner> CloudServicesClient.beginCreateOrUpdateAsync(String resourceGroupName, String cloudServiceName, CloudServiceInner parameters) Create or update a cloud service.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CloudServiceInner>, CloudServiceInner> CloudServicesClient.beginUpdate(String resourceGroupName, String cloudServiceName) Update a cloud service.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CloudServiceInner>, CloudServiceInner> CloudServicesClient.beginUpdate(String resourceGroupName, String cloudServiceName) Update a cloud service.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CloudServiceInner>, CloudServiceInner> CloudServicesClient.beginUpdate(String resourceGroupName, String cloudServiceName, CloudServiceUpdate parameters, com.azure.core.util.Context context) Update a cloud service.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CloudServiceInner>, CloudServiceInner> CloudServicesClient.beginUpdate(String resourceGroupName, String cloudServiceName, CloudServiceUpdate parameters, com.azure.core.util.Context context) Update a cloud service.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CloudServiceInner>, CloudServiceInner> CloudServicesClient.beginUpdateAsync(String resourceGroupName, String cloudServiceName) Update a cloud service.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CloudServiceInner>, CloudServiceInner> CloudServicesClient.beginUpdateAsync(String resourceGroupName, String cloudServiceName) Update a cloud service.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CloudServiceInner>, CloudServiceInner> CloudServicesClient.beginUpdateAsync(String resourceGroupName, String cloudServiceName, CloudServiceUpdate parameters) Update a cloud service.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CloudServiceInner>, CloudServiceInner> CloudServicesClient.beginUpdateAsync(String resourceGroupName, String cloudServiceName, CloudServiceUpdate parameters) Update a cloud service.CloudServicesClient.createOrUpdateAsync(String resourceGroupName, String cloudServiceName) Create or update a cloud service.CloudServicesClient.createOrUpdateAsync(String resourceGroupName, String cloudServiceName, CloudServiceInner parameters) Create or update a cloud service.CloudServicesClient.getByResourceGroupAsync(String resourceGroupName, String cloudServiceName) Display information about a cloud service.com.azure.core.http.rest.Response<CloudServiceInner> CloudServicesClient.getByResourceGroupWithResponse(String resourceGroupName, String cloudServiceName, com.azure.core.util.Context context) Display information about a cloud service.Mono<com.azure.core.http.rest.Response<CloudServiceInner>> CloudServicesClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String cloudServiceName) Display information about a cloud service.com.azure.core.http.rest.PagedIterable<CloudServiceInner> CloudServicesClient.list()Gets a list of all cloud services in the subscription, regardless of the associated resource group.com.azure.core.http.rest.PagedIterable<CloudServiceInner> CloudServicesClient.list(com.azure.core.util.Context context) Gets a list of all cloud services in the subscription, regardless of the associated resource group.com.azure.core.http.rest.PagedFlux<CloudServiceInner> CloudServicesClient.listAsync()Gets a list of all cloud services in the subscription, regardless of the associated resource group.com.azure.core.http.rest.PagedIterable<CloudServiceInner> CloudServicesClient.listByResourceGroup(String resourceGroupName) Gets a list of all cloud services under a resource group.com.azure.core.http.rest.PagedIterable<CloudServiceInner> CloudServicesClient.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Gets a list of all cloud services under a resource group.com.azure.core.http.rest.PagedFlux<CloudServiceInner> CloudServicesClient.listByResourceGroupAsync(String resourceGroupName) Gets a list of all cloud services under a resource group.CloudServicesClient.updateAsync(String resourceGroupName, String cloudServiceName) Update a cloud service.CloudServicesClient.updateAsync(String resourceGroupName, String cloudServiceName, CloudServiceUpdate parameters) Update a cloud service.Methods in com.azure.resourcemanager.compute.fluent with parameters of type CloudServiceInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CloudServiceInner>, CloudServiceInner> CloudServicesClient.beginCreateOrUpdate(String resourceGroupName, String cloudServiceName, CloudServiceInner parameters, com.azure.core.util.Context context) Create or update a cloud service.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CloudServiceInner>, CloudServiceInner> CloudServicesClient.beginCreateOrUpdateAsync(String resourceGroupName, String cloudServiceName, CloudServiceInner parameters) Create or update a cloud service.CloudServicesClient.createOrUpdate(String resourceGroupName, String cloudServiceName, CloudServiceInner parameters, com.azure.core.util.Context context) Create or update a cloud service.CloudServicesClient.createOrUpdateAsync(String resourceGroupName, String cloudServiceName, CloudServiceInner parameters) Create or update a cloud service.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> CloudServicesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String cloudServiceName, CloudServiceInner parameters) Create or update a cloud service. -
Uses of CloudServiceInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return CloudServiceInnerModifier and TypeMethodDescriptionstatic CloudServiceInnerCloudServiceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CloudServiceInner from the JsonReader.CloudServiceInner.withLocation(String location) CloudServiceInner.withProperties(CloudServiceProperties properties) Set the properties property: Cloud service properties.Set the zones property: List of logical availability zone of the resource. -
Uses of CloudServiceInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type CloudServiceInnerModifier and TypeMethodDescriptionCloudServiceListResult.value()Get the value property: The list of resources.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type CloudServiceInnerModifier and TypeMethodDescriptionCloudServiceListResult.withValue(List<CloudServiceInner> value) Set the value property: The list of resources.