DeploymentOperationsClient Interface
public interface DeploymentOperationsClient
An instance of this class provides access to all the operations defined in DeploymentOperationsClient.
Method Summary
Method Details
get
public abstract DeploymentOperationInner get(String resourceGroupName, String deploymentName, String operationId)
Gets a deployments operation.
Parameters:
Returns:
getAsync
public abstract Mono
Gets a deployments operation.
Parameters:
Returns:
getAtManagementGroupScope
public abstract DeploymentOperationInner getAtManagementGroupScope(String groupId, String deploymentName, String operationId)
Gets a deployments operation.
Parameters:
Returns:
getAtManagementGroupScopeAsync
public abstract Mono
Gets a deployments operation.
Parameters:
Returns:
getAtManagementGroupScopeWithResponse
public abstract Response
Gets a deployments operation.
Parameters:
Returns:
getAtManagementGroupScopeWithResponseAsync
public abstract Mono
Gets a deployments operation.
Parameters:
Returns:
getAtScope
public abstract DeploymentOperationInner getAtScope(String scope, String deploymentName, String operationId)
Gets a deployments operation.
Parameters:
Returns:
getAtScopeAsync
public abstract Mono
Gets a deployments operation.
Parameters:
Returns:
getAtScopeWithResponse
public abstract Response
Gets a deployments operation.
Parameters:
Returns:
getAtScopeWithResponseAsync
public abstract Mono
Gets a deployments operation.
Parameters:
Returns:
getAtSubscriptionScope
public abstract DeploymentOperationInner getAtSubscriptionScope(String deploymentName, String operationId)
Gets a deployments operation.
Parameters:
Returns:
getAtSubscriptionScopeAsync
public abstract Mono
Gets a deployments operation.
Parameters:
Returns:
getAtSubscriptionScopeWithResponse
public abstract Response
Gets a deployments operation.
Parameters:
Returns:
getAtSubscriptionScopeWithResponseAsync
public abstract Mono
Gets a deployments operation.
Parameters:
Returns:
getAtTenantScope
public abstract DeploymentOperationInner getAtTenantScope(String deploymentName, String operationId)
Gets a deployments operation.
Parameters:
Returns:
getAtTenantScopeAsync
public abstract Mono
Gets a deployments operation.
Parameters:
Returns:
getAtTenantScopeWithResponse
public abstract Response
Gets a deployments operation.
Parameters:
Returns:
getAtTenantScopeWithResponseAsync
public abstract Mono
Gets a deployments operation.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets a deployments operation.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets a deployments operation.
Parameters:
Returns:
listAtManagementGroupScope
public abstract PagedIterable
Gets all deployments operations for a deployment.
Parameters:
Returns:
listAtManagementGroupScope
public abstract PagedIterable
Gets all deployments operations for a deployment.
Parameters:
Returns:
listAtManagementGroupScopeAsync
public abstract PagedFlux
Gets all deployments operations for a deployment.
Parameters:
Returns:
listAtManagementGroupScopeAsync
public abstract PagedFlux
Gets all deployments operations for a deployment.
Parameters:
Returns:
listAtScope
public abstract PagedIterable
Gets all deployments operations for a deployment.
Parameters:
Returns:
listAtScope
public abstract PagedIterable
Gets all deployments operations for a deployment.
Parameters:
Returns:
listAtScopeAsync
public abstract PagedFlux
Gets all deployments operations for a deployment.
Parameters:
Returns:
listAtScopeAsync
public abstract PagedFlux
Gets all deployments operations for a deployment.
Parameters:
Returns:
listAtSubscriptionScope
public abstract PagedIterable
Gets all deployments operations for a deployment.
Parameters:
Returns:
listAtSubscriptionScope
public abstract PagedIterable
Gets all deployments operations for a deployment.
Parameters:
Returns:
listAtSubscriptionScopeAsync
public abstract PagedFlux
Gets all deployments operations for a deployment.
Parameters:
Returns:
listAtSubscriptionScopeAsync
public abstract PagedFlux
Gets all deployments operations for a deployment.
Parameters:
Returns:
listAtTenantScope
public abstract PagedIterable
Gets all deployments operations for a deployment.
Parameters:
Returns:
listAtTenantScope
public abstract PagedIterable
Gets all deployments operations for a deployment.
Parameters:
Returns:
listAtTenantScopeAsync
public abstract PagedFlux
Gets all deployments operations for a deployment.
Parameters:
Returns:
listAtTenantScopeAsync
public abstract PagedFlux
Gets all deployments operations for a deployment.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable
Gets all deployments operations for a deployment.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable
Gets all deployments operations for a deployment.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux
Gets all deployments operations for a deployment.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux
Gets all deployments operations for a deployment.
Parameters:
Returns:
Applies to
Azure SDK for Java