Uses of Class
com.azure.resourcemanager.compute.fluent.models.UpdateDomainInner
-
Packages that use UpdateDomainInner Package Description com.azure.resourcemanager.compute.fluent Package containing the service clients for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 UpdateDomainInner Modifier and Type Method Description UpdateDomainInnerCloudServicesUpdateDomainsClient. 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 UpdateDomainInner Modifier and Type Method Description Mono<UpdateDomainInner>CloudServicesUpdateDomainsClient. 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 UpdateDomainInner Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void>CloudServicesUpdateDomainsClient. beginWalkUpdateDomain(String resourceGroupName, String cloudServiceName, int updateDomain, UpdateDomainInner parameters)Updates the role instances in the specified update domain.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void>CloudServicesUpdateDomainsClient. beginWalkUpdateDomain(String resourceGroupName, String cloudServiceName, int updateDomain, UpdateDomainInner parameters, com.azure.core.util.Context context)Updates the role instances in the specified update domain.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void>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)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.Mono<Void>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.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type UpdateDomainInner Modifier and Type Method Description List<UpdateDomainInner>UpdateDomainListResult. value()Get the value property: The value property.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type UpdateDomainInner Modifier and Type Method Description UpdateDomainListResultUpdateDomainListResult. withValue(List<UpdateDomainInner> value)Set the value property: The value property.
-