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:
getAtManagementGroupScope
public abstract DeploymentOperationInner getAtManagementGroupScope(String groupId, String deploymentName, String operationId)
Gets a deployments operation.
Parameters:
Returns:
getAtManagementGroupScopeWithResponse
public abstract Response<DeploymentOperationInner> getAtManagementGroupScopeWithResponse(String groupId, String deploymentName, String operationId, Context context)
Gets a deployments operation.
Parameters:
Returns:
getAtScope
public abstract DeploymentOperationInner getAtScope(String scope, String deploymentName, String operationId)
Gets a deployments operation.
Parameters:
Returns:
getAtScopeWithResponse
public abstract Response<DeploymentOperationInner> getAtScopeWithResponse(String scope, String deploymentName, String operationId, Context context)
Gets a deployments operation.
Parameters:
Returns:
getAtSubscriptionScope
public abstract DeploymentOperationInner getAtSubscriptionScope(String deploymentName, String operationId)
Gets a deployments operation.
Parameters:
Returns:
getAtSubscriptionScopeWithResponse
public abstract Response<DeploymentOperationInner> getAtSubscriptionScopeWithResponse(String deploymentName, String operationId, Context context)
Gets a deployments operation.
Parameters:
Returns:
getAtTenantScope
public abstract DeploymentOperationInner getAtTenantScope(String deploymentName, String operationId)
Gets a deployments operation.
Parameters:
Returns:
getAtTenantScopeWithResponse
public abstract Response<DeploymentOperationInner> getAtTenantScopeWithResponse(String deploymentName, String operationId, Context context)
Gets a deployments operation.
Parameters:
Returns:
getWithResponse
public abstract Response<DeploymentOperationInner> getWithResponse(String resourceGroupName, String deploymentName, String operationId, Context context)
Gets a deployments operation.
Parameters:
Returns:
listAtManagementGroupScope
public abstract PagedIterable<DeploymentOperationInner> listAtManagementGroupScope(String groupId, String deploymentName)
Gets all deployments operations for a deployment.
Parameters:
Returns:
listAtManagementGroupScope
public abstract PagedIterable<DeploymentOperationInner> listAtManagementGroupScope(String groupId, String deploymentName, Integer top, Context context)
Gets all deployments operations for a deployment.
Parameters:
Returns:
listAtScope
public abstract PagedIterable<DeploymentOperationInner> listAtScope(String scope, String deploymentName)
Gets all deployments operations for a deployment.
Parameters:
Returns:
listAtScope
public abstract PagedIterable<DeploymentOperationInner> listAtScope(String scope, String deploymentName, Integer top, Context context)
Gets all deployments operations for a deployment.
Parameters:
Returns:
listAtSubscriptionScope
public abstract PagedIterable<DeploymentOperationInner> listAtSubscriptionScope(String deploymentName)
Gets all deployments operations for a deployment.
Parameters:
Returns:
listAtSubscriptionScope
public abstract PagedIterable<DeploymentOperationInner> listAtSubscriptionScope(String deploymentName, Integer top, Context context)
Gets all deployments operations for a deployment.
Parameters:
Returns:
listAtTenantScope
public abstract PagedIterable<DeploymentOperationInner> listAtTenantScope(String deploymentName)
Gets all deployments operations for a deployment.
Parameters:
Returns:
listAtTenantScope
public abstract PagedIterable<DeploymentOperationInner> listAtTenantScope(String deploymentName, Integer top, Context context)
Gets all deployments operations for a deployment.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<DeploymentOperationInner> listByResourceGroup(String resourceGroupName, String deploymentName)
Gets all deployments operations for a deployment.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<DeploymentOperationInner> listByResourceGroup(String resourceGroupName, String deploymentName, Integer top, Context context)
Gets all deployments operations for a deployment.
Parameters:
Returns: