![JAR search and dependency download from the Maven repository](/logo.png)
com.azure.resourcemanager.compute.fluent.CloudServicesUpdateDomainsClient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-resourcemanager-compute Show documentation
Show all versions of azure-resourcemanager-compute Show documentation
This package contains Microsoft Azure Compute Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.compute.fluent;
import com.azure.core.annotation.ReturnType;
import com.azure.core.annotation.ServiceMethod;
import com.azure.core.http.rest.PagedFlux;
import com.azure.core.http.rest.PagedIterable;
import com.azure.core.http.rest.Response;
import com.azure.core.management.polling.PollResult;
import com.azure.core.util.Context;
import com.azure.core.util.polling.PollerFlux;
import com.azure.core.util.polling.SyncPoller;
import com.azure.resourcemanager.compute.fluent.models.UpdateDomainInner;
import java.nio.ByteBuffer;
import reactor.core.publisher.Flux;
import reactor.core.publisher.Mono;
/**
* An instance of this class provides access to all the operations defined in CloudServicesUpdateDomainsClient.
*/
public interface CloudServicesUpdateDomainsClient {
/**
* Updates the role instances in the specified update domain.
*
* @param resourceGroupName Name of the resource group.
* @param cloudServiceName Name of the cloud service.
* @param updateDomain Specifies an integer value that identifies the update domain. Update domains are identified
* with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on.
* @param parameters The update domain object.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono>> walkUpdateDomainWithResponseAsync(String resourceGroupName,
String cloudServiceName, int updateDomain, UpdateDomainInner parameters);
/**
* Updates the role instances in the specified update domain.
*
* @param resourceGroupName Name of the resource group.
* @param cloudServiceName Name of the cloud service.
* @param updateDomain Specifies an integer value that identifies the update domain. Update domains are identified
* with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on.
* @param parameters The update domain object.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link PollerFlux} for polling of long-running operation.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
PollerFlux, Void> beginWalkUpdateDomainAsync(String resourceGroupName, String cloudServiceName,
int updateDomain, UpdateDomainInner parameters);
/**
* Updates the role instances in the specified update domain.
*
* @param resourceGroupName Name of the resource group.
* @param cloudServiceName Name of the cloud service.
* @param updateDomain Specifies an integer value that identifies the update domain. Update domains are identified
* with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link PollerFlux} for polling of long-running operation.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
PollerFlux, Void> beginWalkUpdateDomainAsync(String resourceGroupName, String cloudServiceName,
int updateDomain);
/**
* Updates the role instances in the specified update domain.
*
* @param resourceGroupName Name of the resource group.
* @param cloudServiceName Name of the cloud service.
* @param updateDomain Specifies an integer value that identifies the update domain. Update domains are identified
* with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link SyncPoller} for polling of long-running operation.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller, Void> beginWalkUpdateDomain(String resourceGroupName, String cloudServiceName,
int updateDomain);
/**
* Updates the role instances in the specified update domain.
*
* @param resourceGroupName Name of the resource group.
* @param cloudServiceName Name of the cloud service.
* @param updateDomain Specifies an integer value that identifies the update domain. Update domains are identified
* with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on.
* @param parameters The update domain object.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link SyncPoller} for polling of long-running operation.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller, Void> beginWalkUpdateDomain(String resourceGroupName, String cloudServiceName,
int updateDomain, UpdateDomainInner parameters, Context context);
/**
* Updates the role instances in the specified update domain.
*
* @param resourceGroupName Name of the resource group.
* @param cloudServiceName Name of the cloud service.
* @param updateDomain Specifies an integer value that identifies the update domain. Update domains are identified
* with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on.
* @param parameters The update domain object.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return A {@link Mono} that completes when a successful response is received.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono walkUpdateDomainAsync(String resourceGroupName, String cloudServiceName, int updateDomain,
UpdateDomainInner parameters);
/**
* Updates the role instances in the specified update domain.
*
* @param resourceGroupName Name of the resource group.
* @param cloudServiceName Name of the cloud service.
* @param updateDomain Specifies an integer value that identifies the update domain. Update domains are identified
* with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return A {@link Mono} that completes when a successful response is received.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono walkUpdateDomainAsync(String resourceGroupName, String cloudServiceName, int updateDomain);
/**
* Updates the role instances in the specified update domain.
*
* @param resourceGroupName Name of the resource group.
* @param cloudServiceName Name of the cloud service.
* @param updateDomain Specifies an integer value that identifies the update domain. Update domains are identified
* with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
void walkUpdateDomain(String resourceGroupName, String cloudServiceName, int updateDomain);
/**
* Updates the role instances in the specified update domain.
*
* @param resourceGroupName Name of the resource group.
* @param cloudServiceName Name of the cloud service.
* @param updateDomain Specifies an integer value that identifies the update domain. Update domains are identified
* with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on.
* @param parameters The update domain object.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
void walkUpdateDomain(String resourceGroupName, String cloudServiceName, int updateDomain,
UpdateDomainInner parameters, Context context);
/**
* Gets the specified update domain of a cloud service. Use nextLink property in the response to get the next page
* of update domains. Do this till nextLink is null to fetch all the update domains.
*
* @param resourceGroupName Name of the resource group.
* @param cloudServiceName Name of the cloud service.
* @param updateDomain Specifies an integer value that identifies the update domain. Update domains are identified
* with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the specified update domain of a cloud service along with {@link Response} on successful completion of
* {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono> getUpdateDomainWithResponseAsync(String resourceGroupName,
String cloudServiceName, int updateDomain);
/**
* Gets the specified update domain of a cloud service. Use nextLink property in the response to get the next page
* of update domains. Do this till nextLink is null to fetch all the update domains.
*
* @param resourceGroupName Name of the resource group.
* @param cloudServiceName Name of the cloud service.
* @param updateDomain Specifies an integer value that identifies the update domain. Update domains are identified
* with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the specified update domain of a cloud service on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono getUpdateDomainAsync(String resourceGroupName, String cloudServiceName, int updateDomain);
/**
* Gets the specified update domain of a cloud service. Use nextLink property in the response to get the next page
* of update domains. Do this till nextLink is null to fetch all the update domains.
*
* @param resourceGroupName Name of the resource group.
* @param cloudServiceName Name of the cloud service.
* @param updateDomain Specifies an integer value that identifies the update domain. Update domains are identified
* with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the specified update domain of a cloud service along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Response getUpdateDomainWithResponse(String resourceGroupName, String cloudServiceName,
int updateDomain, Context context);
/**
* Gets the specified update domain of a cloud service. Use nextLink property in the response to get the next page
* of update domains. Do this till nextLink is null to fetch all the update domains.
*
* @param resourceGroupName Name of the resource group.
* @param cloudServiceName Name of the cloud service.
* @param updateDomain Specifies an integer value that identifies the update domain. Update domains are identified
* with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the specified update domain of a cloud service.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
UpdateDomainInner getUpdateDomain(String resourceGroupName, String cloudServiceName, int updateDomain);
/**
* Gets a list of all update domains in a cloud service.
*
* @param resourceGroupName Name of the resource group.
* @param cloudServiceName Name of the cloud service.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return a list of all update domains in a cloud service as paginated response with {@link PagedFlux}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedFlux listUpdateDomainsAsync(String resourceGroupName, String cloudServiceName);
/**
* Gets a list of all update domains in a cloud service.
*
* @param resourceGroupName Name of the resource group.
* @param cloudServiceName Name of the cloud service.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return a list of all update domains in a cloud service as paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable listUpdateDomains(String resourceGroupName, String cloudServiceName);
/**
* Gets a list of all update domains in a cloud service.
*
* @param resourceGroupName Name of the resource group.
* @param cloudServiceName Name of the cloud service.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return a list of all update domains in a cloud service as paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable listUpdateDomains(String resourceGroupName, String cloudServiceName,
Context context);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy