Uses of Class
com.azure.resourcemanager.compute.fluent.models.UpdateDomainInner
Packages that use UpdateDomainInner
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 UpdateDomainInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return UpdateDomainInnerModifier and TypeMethodDescriptionCloudServicesUpdateDomainsClient.getUpdateDomain(String resourceGroupName, String cloudServiceName, int updateDomain) Gets the specified update domain of a cloud service.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type UpdateDomainInnerModifier and TypeMethodDescriptionCloudServicesUpdateDomainsClient.getUpdateDomainAsync(String resourceGroupName, String cloudServiceName, int updateDomain) Gets the specified update domain of a cloud service.com.azure.core.http.rest.Response<UpdateDomainInner> CloudServicesUpdateDomainsClient.getUpdateDomainWithResponse(String resourceGroupName, String cloudServiceName, int updateDomain, com.azure.core.util.Context context) Gets the specified update domain of a cloud service.Mono<com.azure.core.http.rest.Response<UpdateDomainInner>> CloudServicesUpdateDomainsClient.getUpdateDomainWithResponseAsync(String resourceGroupName, String cloudServiceName, int updateDomain) Gets the specified update domain of a cloud service.com.azure.core.http.rest.PagedIterable<UpdateDomainInner> CloudServicesUpdateDomainsClient.listUpdateDomains(String resourceGroupName, String cloudServiceName) Gets a list of all update domains in a cloud service.com.azure.core.http.rest.PagedIterable<UpdateDomainInner> CloudServicesUpdateDomainsClient.listUpdateDomains(String resourceGroupName, String cloudServiceName, com.azure.core.util.Context context) Gets a list of all update domains in a cloud service.com.azure.core.http.rest.PagedFlux<UpdateDomainInner> CloudServicesUpdateDomainsClient.listUpdateDomainsAsync(String resourceGroupName, String cloudServiceName) Gets a list of all update domains in a cloud service.Methods in com.azure.resourcemanager.compute.fluent with parameters of type UpdateDomainInnerModifier and TypeMethodDescriptionCloudServicesUpdateDomainsClient.beginWalkUpdateDomain(String resourceGroupName, String cloudServiceName, int updateDomain, UpdateDomainInner parameters, com.azure.core.util.Context context) Updates the role instances in the specified update domain.CloudServicesUpdateDomainsClient.beginWalkUpdateDomainAsync(String resourceGroupName, String cloudServiceName, int updateDomain, UpdateDomainInner parameters) Updates the role instances in the specified update domain.voidCloudServicesUpdateDomainsClient.walkUpdateDomain(String resourceGroupName, String cloudServiceName, int updateDomain, UpdateDomainInner parameters, com.azure.core.util.Context context) Updates the role instances in the specified update domain.CloudServicesUpdateDomainsClient.walkUpdateDomainAsync(String resourceGroupName, String cloudServiceName, int updateDomain, UpdateDomainInner parameters) Updates the role instances in the specified update domain.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> CloudServicesUpdateDomainsClient.walkUpdateDomainWithResponseAsync(String resourceGroupName, String cloudServiceName, int updateDomain, UpdateDomainInner parameters) Updates the role instances in the specified update domain. -
Uses of UpdateDomainInner in com.azure.resourcemanager.compute.fluent.models
Classes in com.azure.resourcemanager.compute.fluent.models that implement interfaces with type arguments of type UpdateDomainInnerModifier and TypeClassDescriptionfinal classDefines an update domain for the cloud service.Methods in com.azure.resourcemanager.compute.fluent.models that return UpdateDomainInnerModifier and TypeMethodDescriptionstatic UpdateDomainInnerUpdateDomainInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UpdateDomainInner from the JsonReader. -
Uses of UpdateDomainInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type UpdateDomainInnerModifier and TypeMethodDescriptionUpdateDomainListResult.value()Get the value property: The list of resources.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type UpdateDomainInnerModifier and TypeMethodDescriptionUpdateDomainListResult.withValue(List<UpdateDomainInner> value) Set the value property: The list of resources.