846 строки
74 KiB
YAML
846 строки
74 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient"
|
|
name: "DeploymentOperationsClient"
|
|
nameWithType: "DeploymentOperationsClient"
|
|
summary: "An instance of this class provides access to all the operations defined in Deployment<wbr>Operations<wbr>Client."
|
|
syntax: "public interface **DeploymentOperationsClient**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.get(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.get(String resourceGroupName, String deploymentName, String operationId)"
|
|
name: "get(String resourceGroupName, String deploymentName, String operationId)"
|
|
nameWithType: "DeploymentOperationsClient.get(String resourceGroupName, String deploymentName, String operationId)"
|
|
summary: "Gets a deployments operation."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The ID of the operation to get."
|
|
name: "operationId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract DeploymentOperationInner get(String resourceGroupName, String deploymentName, String operationId)"
|
|
desc: "Gets a deployments operation."
|
|
returns:
|
|
description: "a deployments operation."
|
|
type: "<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAsync(String resourceGroupName, String deploymentName, String operationId)"
|
|
name: "getAsync(String resourceGroupName, String deploymentName, String operationId)"
|
|
nameWithType: "DeploymentOperationsClient.getAsync(String resourceGroupName, String deploymentName, String operationId)"
|
|
summary: "Gets a deployments operation."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The ID of the operation to get."
|
|
name: "operationId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<DeploymentOperationInner> getAsync(String resourceGroupName, String deploymentName, String operationId)"
|
|
desc: "Gets a deployments operation."
|
|
returns:
|
|
description: "a deployments operation on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAtManagementGroupScope(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAtManagementGroupScope(String groupId, String deploymentName, String operationId)"
|
|
name: "getAtManagementGroupScope(String groupId, String deploymentName, String operationId)"
|
|
nameWithType: "DeploymentOperationsClient.getAtManagementGroupScope(String groupId, String deploymentName, String operationId)"
|
|
summary: "Gets a deployments operation."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The management group ID."
|
|
name: "groupId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The ID of the operation to get."
|
|
name: "operationId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract DeploymentOperationInner getAtManagementGroupScope(String groupId, String deploymentName, String operationId)"
|
|
desc: "Gets a deployments operation."
|
|
returns:
|
|
description: "a deployments operation."
|
|
type: "<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAtManagementGroupScopeAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAtManagementGroupScopeAsync(String groupId, String deploymentName, String operationId)"
|
|
name: "getAtManagementGroupScopeAsync(String groupId, String deploymentName, String operationId)"
|
|
nameWithType: "DeploymentOperationsClient.getAtManagementGroupScopeAsync(String groupId, String deploymentName, String operationId)"
|
|
summary: "Gets a deployments operation."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The management group ID."
|
|
name: "groupId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The ID of the operation to get."
|
|
name: "operationId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<DeploymentOperationInner> getAtManagementGroupScopeAsync(String groupId, String deploymentName, String operationId)"
|
|
desc: "Gets a deployments operation."
|
|
returns:
|
|
description: "a deployments operation on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAtManagementGroupScopeWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAtManagementGroupScopeWithResponse(String groupId, String deploymentName, String operationId, Context context)"
|
|
name: "getAtManagementGroupScopeWithResponse(String groupId, String deploymentName, String operationId, Context context)"
|
|
nameWithType: "DeploymentOperationsClient.getAtManagementGroupScopeWithResponse(String groupId, String deploymentName, String operationId, Context context)"
|
|
summary: "Gets a deployments operation."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The management group ID."
|
|
name: "groupId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The ID of the operation to get."
|
|
name: "operationId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<DeploymentOperationInner> getAtManagementGroupScopeWithResponse(String groupId, String deploymentName, String operationId, Context context)"
|
|
desc: "Gets a deployments operation."
|
|
returns:
|
|
description: "a deployments operation along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAtManagementGroupScopeWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAtManagementGroupScopeWithResponseAsync(String groupId, String deploymentName, String operationId)"
|
|
name: "getAtManagementGroupScopeWithResponseAsync(String groupId, String deploymentName, String operationId)"
|
|
nameWithType: "DeploymentOperationsClient.getAtManagementGroupScopeWithResponseAsync(String groupId, String deploymentName, String operationId)"
|
|
summary: "Gets a deployments operation."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The management group ID."
|
|
name: "groupId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The ID of the operation to get."
|
|
name: "operationId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Response<DeploymentOperationInner>> getAtManagementGroupScopeWithResponseAsync(String groupId, String deploymentName, String operationId)"
|
|
desc: "Gets a deployments operation."
|
|
returns:
|
|
description: "a deployments operation along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAtScope(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAtScope(String scope, String deploymentName, String operationId)"
|
|
name: "getAtScope(String scope, String deploymentName, String operationId)"
|
|
nameWithType: "DeploymentOperationsClient.getAtScope(String scope, String deploymentName, String operationId)"
|
|
summary: "Gets a deployments operation."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The resource scope."
|
|
name: "scope"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The ID of the operation to get."
|
|
name: "operationId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract DeploymentOperationInner getAtScope(String scope, String deploymentName, String operationId)"
|
|
desc: "Gets a deployments operation."
|
|
returns:
|
|
description: "a deployments operation."
|
|
type: "<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAtScopeAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAtScopeAsync(String scope, String deploymentName, String operationId)"
|
|
name: "getAtScopeAsync(String scope, String deploymentName, String operationId)"
|
|
nameWithType: "DeploymentOperationsClient.getAtScopeAsync(String scope, String deploymentName, String operationId)"
|
|
summary: "Gets a deployments operation."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The resource scope."
|
|
name: "scope"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The ID of the operation to get."
|
|
name: "operationId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<DeploymentOperationInner> getAtScopeAsync(String scope, String deploymentName, String operationId)"
|
|
desc: "Gets a deployments operation."
|
|
returns:
|
|
description: "a deployments operation on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAtScopeWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAtScopeWithResponse(String scope, String deploymentName, String operationId, Context context)"
|
|
name: "getAtScopeWithResponse(String scope, String deploymentName, String operationId, Context context)"
|
|
nameWithType: "DeploymentOperationsClient.getAtScopeWithResponse(String scope, String deploymentName, String operationId, Context context)"
|
|
summary: "Gets a deployments operation."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The resource scope."
|
|
name: "scope"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The ID of the operation to get."
|
|
name: "operationId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<DeploymentOperationInner> getAtScopeWithResponse(String scope, String deploymentName, String operationId, Context context)"
|
|
desc: "Gets a deployments operation."
|
|
returns:
|
|
description: "a deployments operation along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAtScopeWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAtScopeWithResponseAsync(String scope, String deploymentName, String operationId)"
|
|
name: "getAtScopeWithResponseAsync(String scope, String deploymentName, String operationId)"
|
|
nameWithType: "DeploymentOperationsClient.getAtScopeWithResponseAsync(String scope, String deploymentName, String operationId)"
|
|
summary: "Gets a deployments operation."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The resource scope."
|
|
name: "scope"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The ID of the operation to get."
|
|
name: "operationId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Response<DeploymentOperationInner>> getAtScopeWithResponseAsync(String scope, String deploymentName, String operationId)"
|
|
desc: "Gets a deployments operation."
|
|
returns:
|
|
description: "a deployments operation along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAtSubscriptionScope(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAtSubscriptionScope(String deploymentName, String operationId)"
|
|
name: "getAtSubscriptionScope(String deploymentName, String operationId)"
|
|
nameWithType: "DeploymentOperationsClient.getAtSubscriptionScope(String deploymentName, String operationId)"
|
|
summary: "Gets a deployments operation."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The ID of the operation to get."
|
|
name: "operationId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract DeploymentOperationInner getAtSubscriptionScope(String deploymentName, String operationId)"
|
|
desc: "Gets a deployments operation."
|
|
returns:
|
|
description: "a deployments operation."
|
|
type: "<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAtSubscriptionScopeAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAtSubscriptionScopeAsync(String deploymentName, String operationId)"
|
|
name: "getAtSubscriptionScopeAsync(String deploymentName, String operationId)"
|
|
nameWithType: "DeploymentOperationsClient.getAtSubscriptionScopeAsync(String deploymentName, String operationId)"
|
|
summary: "Gets a deployments operation."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The ID of the operation to get."
|
|
name: "operationId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<DeploymentOperationInner> getAtSubscriptionScopeAsync(String deploymentName, String operationId)"
|
|
desc: "Gets a deployments operation."
|
|
returns:
|
|
description: "a deployments operation on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAtSubscriptionScopeWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAtSubscriptionScopeWithResponse(String deploymentName, String operationId, Context context)"
|
|
name: "getAtSubscriptionScopeWithResponse(String deploymentName, String operationId, Context context)"
|
|
nameWithType: "DeploymentOperationsClient.getAtSubscriptionScopeWithResponse(String deploymentName, String operationId, Context context)"
|
|
summary: "Gets a deployments operation."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The ID of the operation to get."
|
|
name: "operationId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<DeploymentOperationInner> getAtSubscriptionScopeWithResponse(String deploymentName, String operationId, Context context)"
|
|
desc: "Gets a deployments operation."
|
|
returns:
|
|
description: "a deployments operation along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAtSubscriptionScopeWithResponseAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAtSubscriptionScopeWithResponseAsync(String deploymentName, String operationId)"
|
|
name: "getAtSubscriptionScopeWithResponseAsync(String deploymentName, String operationId)"
|
|
nameWithType: "DeploymentOperationsClient.getAtSubscriptionScopeWithResponseAsync(String deploymentName, String operationId)"
|
|
summary: "Gets a deployments operation."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The ID of the operation to get."
|
|
name: "operationId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Response<DeploymentOperationInner>> getAtSubscriptionScopeWithResponseAsync(String deploymentName, String operationId)"
|
|
desc: "Gets a deployments operation."
|
|
returns:
|
|
description: "a deployments operation along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAtTenantScope(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAtTenantScope(String deploymentName, String operationId)"
|
|
name: "getAtTenantScope(String deploymentName, String operationId)"
|
|
nameWithType: "DeploymentOperationsClient.getAtTenantScope(String deploymentName, String operationId)"
|
|
summary: "Gets a deployments operation."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The ID of the operation to get."
|
|
name: "operationId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract DeploymentOperationInner getAtTenantScope(String deploymentName, String operationId)"
|
|
desc: "Gets a deployments operation."
|
|
returns:
|
|
description: "a deployments operation."
|
|
type: "<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAtTenantScopeAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAtTenantScopeAsync(String deploymentName, String operationId)"
|
|
name: "getAtTenantScopeAsync(String deploymentName, String operationId)"
|
|
nameWithType: "DeploymentOperationsClient.getAtTenantScopeAsync(String deploymentName, String operationId)"
|
|
summary: "Gets a deployments operation."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The ID of the operation to get."
|
|
name: "operationId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<DeploymentOperationInner> getAtTenantScopeAsync(String deploymentName, String operationId)"
|
|
desc: "Gets a deployments operation."
|
|
returns:
|
|
description: "a deployments operation on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAtTenantScopeWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAtTenantScopeWithResponse(String deploymentName, String operationId, Context context)"
|
|
name: "getAtTenantScopeWithResponse(String deploymentName, String operationId, Context context)"
|
|
nameWithType: "DeploymentOperationsClient.getAtTenantScopeWithResponse(String deploymentName, String operationId, Context context)"
|
|
summary: "Gets a deployments operation."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The ID of the operation to get."
|
|
name: "operationId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<DeploymentOperationInner> getAtTenantScopeWithResponse(String deploymentName, String operationId, Context context)"
|
|
desc: "Gets a deployments operation."
|
|
returns:
|
|
description: "a deployments operation along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAtTenantScopeWithResponseAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getAtTenantScopeWithResponseAsync(String deploymentName, String operationId)"
|
|
name: "getAtTenantScopeWithResponseAsync(String deploymentName, String operationId)"
|
|
nameWithType: "DeploymentOperationsClient.getAtTenantScopeWithResponseAsync(String deploymentName, String operationId)"
|
|
summary: "Gets a deployments operation."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The ID of the operation to get."
|
|
name: "operationId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Response<DeploymentOperationInner>> getAtTenantScopeWithResponseAsync(String deploymentName, String operationId)"
|
|
desc: "Gets a deployments operation."
|
|
returns:
|
|
description: "a deployments operation along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getWithResponse(String resourceGroupName, String deploymentName, String operationId, Context context)"
|
|
name: "getWithResponse(String resourceGroupName, String deploymentName, String operationId, Context context)"
|
|
nameWithType: "DeploymentOperationsClient.getWithResponse(String resourceGroupName, String deploymentName, String operationId, Context context)"
|
|
summary: "Gets a deployments operation."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The ID of the operation to get."
|
|
name: "operationId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<DeploymentOperationInner> getWithResponse(String resourceGroupName, String deploymentName, String operationId, Context context)"
|
|
desc: "Gets a deployments operation."
|
|
returns:
|
|
description: "a deployments operation along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.getWithResponseAsync(String resourceGroupName, String deploymentName, String operationId)"
|
|
name: "getWithResponseAsync(String resourceGroupName, String deploymentName, String operationId)"
|
|
nameWithType: "DeploymentOperationsClient.getWithResponseAsync(String resourceGroupName, String deploymentName, String operationId)"
|
|
summary: "Gets a deployments operation."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The ID of the operation to get."
|
|
name: "operationId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Response<DeploymentOperationInner>> getWithResponseAsync(String resourceGroupName, String deploymentName, String operationId)"
|
|
desc: "Gets a deployments operation."
|
|
returns:
|
|
description: "a deployments operation along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listAtManagementGroupScope(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listAtManagementGroupScope(String groupId, String deploymentName)"
|
|
name: "listAtManagementGroupScope(String groupId, String deploymentName)"
|
|
nameWithType: "DeploymentOperationsClient.listAtManagementGroupScope(String groupId, String deploymentName)"
|
|
summary: "Gets all deployments operations for a deployment."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The management group ID."
|
|
name: "groupId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<DeploymentOperationInner> listAtManagementGroupScope(String groupId, String deploymentName)"
|
|
desc: "Gets all deployments operations for a deployment."
|
|
returns:
|
|
description: "all deployments operations for a deployment as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listAtManagementGroupScope(java.lang.String,java.lang.String,java.lang.Integer,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listAtManagementGroupScope(String groupId, String deploymentName, Integer top, Context context)"
|
|
name: "listAtManagementGroupScope(String groupId, String deploymentName, Integer top, Context context)"
|
|
nameWithType: "DeploymentOperationsClient.listAtManagementGroupScope(String groupId, String deploymentName, Integer top, Context context)"
|
|
summary: "Gets all deployments operations for a deployment."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The management group ID."
|
|
name: "groupId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The number of results to return."
|
|
name: "top"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<DeploymentOperationInner> listAtManagementGroupScope(String groupId, String deploymentName, Integer top, Context context)"
|
|
desc: "Gets all deployments operations for a deployment."
|
|
returns:
|
|
description: "all deployments operations for a deployment as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listAtManagementGroupScopeAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listAtManagementGroupScopeAsync(String groupId, String deploymentName)"
|
|
name: "listAtManagementGroupScopeAsync(String groupId, String deploymentName)"
|
|
nameWithType: "DeploymentOperationsClient.listAtManagementGroupScopeAsync(String groupId, String deploymentName)"
|
|
summary: "Gets all deployments operations for a deployment."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The management group ID."
|
|
name: "groupId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedFlux<DeploymentOperationInner> listAtManagementGroupScopeAsync(String groupId, String deploymentName)"
|
|
desc: "Gets all deployments operations for a deployment."
|
|
returns:
|
|
description: "all deployments operations for a deployment as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listAtManagementGroupScopeAsync(java.lang.String,java.lang.String,java.lang.Integer)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listAtManagementGroupScopeAsync(String groupId, String deploymentName, Integer top)"
|
|
name: "listAtManagementGroupScopeAsync(String groupId, String deploymentName, Integer top)"
|
|
nameWithType: "DeploymentOperationsClient.listAtManagementGroupScopeAsync(String groupId, String deploymentName, Integer top)"
|
|
summary: "Gets all deployments operations for a deployment."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The management group ID."
|
|
name: "groupId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The number of results to return."
|
|
name: "top"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
syntax: "public abstract PagedFlux<DeploymentOperationInner> listAtManagementGroupScopeAsync(String groupId, String deploymentName, Integer top)"
|
|
desc: "Gets all deployments operations for a deployment."
|
|
returns:
|
|
description: "all deployments operations for a deployment as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listAtScope(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listAtScope(String scope, String deploymentName)"
|
|
name: "listAtScope(String scope, String deploymentName)"
|
|
nameWithType: "DeploymentOperationsClient.listAtScope(String scope, String deploymentName)"
|
|
summary: "Gets all deployments operations for a deployment."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The resource scope."
|
|
name: "scope"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<DeploymentOperationInner> listAtScope(String scope, String deploymentName)"
|
|
desc: "Gets all deployments operations for a deployment."
|
|
returns:
|
|
description: "all deployments operations for a deployment as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listAtScope(java.lang.String,java.lang.String,java.lang.Integer,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listAtScope(String scope, String deploymentName, Integer top, Context context)"
|
|
name: "listAtScope(String scope, String deploymentName, Integer top, Context context)"
|
|
nameWithType: "DeploymentOperationsClient.listAtScope(String scope, String deploymentName, Integer top, Context context)"
|
|
summary: "Gets all deployments operations for a deployment."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The resource scope."
|
|
name: "scope"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The number of results to return."
|
|
name: "top"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<DeploymentOperationInner> listAtScope(String scope, String deploymentName, Integer top, Context context)"
|
|
desc: "Gets all deployments operations for a deployment."
|
|
returns:
|
|
description: "all deployments operations for a deployment as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listAtScopeAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listAtScopeAsync(String scope, String deploymentName)"
|
|
name: "listAtScopeAsync(String scope, String deploymentName)"
|
|
nameWithType: "DeploymentOperationsClient.listAtScopeAsync(String scope, String deploymentName)"
|
|
summary: "Gets all deployments operations for a deployment."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The resource scope."
|
|
name: "scope"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedFlux<DeploymentOperationInner> listAtScopeAsync(String scope, String deploymentName)"
|
|
desc: "Gets all deployments operations for a deployment."
|
|
returns:
|
|
description: "all deployments operations for a deployment as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listAtScopeAsync(java.lang.String,java.lang.String,java.lang.Integer)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listAtScopeAsync(String scope, String deploymentName, Integer top)"
|
|
name: "listAtScopeAsync(String scope, String deploymentName, Integer top)"
|
|
nameWithType: "DeploymentOperationsClient.listAtScopeAsync(String scope, String deploymentName, Integer top)"
|
|
summary: "Gets all deployments operations for a deployment."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The resource scope."
|
|
name: "scope"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The number of results to return."
|
|
name: "top"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
syntax: "public abstract PagedFlux<DeploymentOperationInner> listAtScopeAsync(String scope, String deploymentName, Integer top)"
|
|
desc: "Gets all deployments operations for a deployment."
|
|
returns:
|
|
description: "all deployments operations for a deployment as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listAtSubscriptionScope(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listAtSubscriptionScope(String deploymentName)"
|
|
name: "listAtSubscriptionScope(String deploymentName)"
|
|
nameWithType: "DeploymentOperationsClient.listAtSubscriptionScope(String deploymentName)"
|
|
summary: "Gets all deployments operations for a deployment."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<DeploymentOperationInner> listAtSubscriptionScope(String deploymentName)"
|
|
desc: "Gets all deployments operations for a deployment."
|
|
returns:
|
|
description: "all deployments operations for a deployment as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listAtSubscriptionScope(java.lang.String,java.lang.Integer,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listAtSubscriptionScope(String deploymentName, Integer top, Context context)"
|
|
name: "listAtSubscriptionScope(String deploymentName, Integer top, Context context)"
|
|
nameWithType: "DeploymentOperationsClient.listAtSubscriptionScope(String deploymentName, Integer top, Context context)"
|
|
summary: "Gets all deployments operations for a deployment."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The number of results to return."
|
|
name: "top"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<DeploymentOperationInner> listAtSubscriptionScope(String deploymentName, Integer top, Context context)"
|
|
desc: "Gets all deployments operations for a deployment."
|
|
returns:
|
|
description: "all deployments operations for a deployment as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listAtSubscriptionScopeAsync(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listAtSubscriptionScopeAsync(String deploymentName)"
|
|
name: "listAtSubscriptionScopeAsync(String deploymentName)"
|
|
nameWithType: "DeploymentOperationsClient.listAtSubscriptionScopeAsync(String deploymentName)"
|
|
summary: "Gets all deployments operations for a deployment."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedFlux<DeploymentOperationInner> listAtSubscriptionScopeAsync(String deploymentName)"
|
|
desc: "Gets all deployments operations for a deployment."
|
|
returns:
|
|
description: "all deployments operations for a deployment as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listAtSubscriptionScopeAsync(java.lang.String,java.lang.Integer)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listAtSubscriptionScopeAsync(String deploymentName, Integer top)"
|
|
name: "listAtSubscriptionScopeAsync(String deploymentName, Integer top)"
|
|
nameWithType: "DeploymentOperationsClient.listAtSubscriptionScopeAsync(String deploymentName, Integer top)"
|
|
summary: "Gets all deployments operations for a deployment."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The number of results to return."
|
|
name: "top"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
syntax: "public abstract PagedFlux<DeploymentOperationInner> listAtSubscriptionScopeAsync(String deploymentName, Integer top)"
|
|
desc: "Gets all deployments operations for a deployment."
|
|
returns:
|
|
description: "all deployments operations for a deployment as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listAtTenantScope(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listAtTenantScope(String deploymentName)"
|
|
name: "listAtTenantScope(String deploymentName)"
|
|
nameWithType: "DeploymentOperationsClient.listAtTenantScope(String deploymentName)"
|
|
summary: "Gets all deployments operations for a deployment."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<DeploymentOperationInner> listAtTenantScope(String deploymentName)"
|
|
desc: "Gets all deployments operations for a deployment."
|
|
returns:
|
|
description: "all deployments operations for a deployment as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listAtTenantScope(java.lang.String,java.lang.Integer,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listAtTenantScope(String deploymentName, Integer top, Context context)"
|
|
name: "listAtTenantScope(String deploymentName, Integer top, Context context)"
|
|
nameWithType: "DeploymentOperationsClient.listAtTenantScope(String deploymentName, Integer top, Context context)"
|
|
summary: "Gets all deployments operations for a deployment."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The number of results to return."
|
|
name: "top"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<DeploymentOperationInner> listAtTenantScope(String deploymentName, Integer top, Context context)"
|
|
desc: "Gets all deployments operations for a deployment."
|
|
returns:
|
|
description: "all deployments operations for a deployment as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listAtTenantScopeAsync(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listAtTenantScopeAsync(String deploymentName)"
|
|
name: "listAtTenantScopeAsync(String deploymentName)"
|
|
nameWithType: "DeploymentOperationsClient.listAtTenantScopeAsync(String deploymentName)"
|
|
summary: "Gets all deployments operations for a deployment."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedFlux<DeploymentOperationInner> listAtTenantScopeAsync(String deploymentName)"
|
|
desc: "Gets all deployments operations for a deployment."
|
|
returns:
|
|
description: "all deployments operations for a deployment as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listAtTenantScopeAsync(java.lang.String,java.lang.Integer)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listAtTenantScopeAsync(String deploymentName, Integer top)"
|
|
name: "listAtTenantScopeAsync(String deploymentName, Integer top)"
|
|
nameWithType: "DeploymentOperationsClient.listAtTenantScopeAsync(String deploymentName, Integer top)"
|
|
summary: "Gets all deployments operations for a deployment."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The number of results to return."
|
|
name: "top"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
syntax: "public abstract PagedFlux<DeploymentOperationInner> listAtTenantScopeAsync(String deploymentName, Integer top)"
|
|
desc: "Gets all deployments operations for a deployment."
|
|
returns:
|
|
description: "all deployments operations for a deployment as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listByResourceGroup(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listByResourceGroup(String resourceGroupName, String deploymentName)"
|
|
name: "listByResourceGroup(String resourceGroupName, String deploymentName)"
|
|
nameWithType: "DeploymentOperationsClient.listByResourceGroup(String resourceGroupName, String deploymentName)"
|
|
summary: "Gets all deployments operations for a deployment."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<DeploymentOperationInner> listByResourceGroup(String resourceGroupName, String deploymentName)"
|
|
desc: "Gets all deployments operations for a deployment."
|
|
returns:
|
|
description: "all deployments operations for a deployment as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listByResourceGroup(java.lang.String,java.lang.String,java.lang.Integer,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listByResourceGroup(String resourceGroupName, String deploymentName, Integer top, Context context)"
|
|
name: "listByResourceGroup(String resourceGroupName, String deploymentName, Integer top, Context context)"
|
|
nameWithType: "DeploymentOperationsClient.listByResourceGroup(String resourceGroupName, String deploymentName, Integer top, Context context)"
|
|
summary: "Gets all deployments operations for a deployment."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The number of results to return."
|
|
name: "top"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<DeploymentOperationInner> listByResourceGroup(String resourceGroupName, String deploymentName, Integer top, Context context)"
|
|
desc: "Gets all deployments operations for a deployment."
|
|
returns:
|
|
description: "all deployments operations for a deployment as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listByResourceGroupAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listByResourceGroupAsync(String resourceGroupName, String deploymentName)"
|
|
name: "listByResourceGroupAsync(String resourceGroupName, String deploymentName)"
|
|
nameWithType: "DeploymentOperationsClient.listByResourceGroupAsync(String resourceGroupName, String deploymentName)"
|
|
summary: "Gets all deployments operations for a deployment."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedFlux<DeploymentOperationInner> listByResourceGroupAsync(String resourceGroupName, String deploymentName)"
|
|
desc: "Gets all deployments operations for a deployment."
|
|
returns:
|
|
description: "all deployments operations for a deployment as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listByResourceGroupAsync(java.lang.String,java.lang.String,java.lang.Integer)"
|
|
fullName: "com.azure.resourcemanager.resources.fluent.DeploymentOperationsClient.listByResourceGroupAsync(String resourceGroupName, String deploymentName, Integer top)"
|
|
name: "listByResourceGroupAsync(String resourceGroupName, String deploymentName, Integer top)"
|
|
nameWithType: "DeploymentOperationsClient.listByResourceGroupAsync(String resourceGroupName, String deploymentName, Integer top)"
|
|
summary: "Gets all deployments operations for a deployment."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The number of results to return."
|
|
name: "top"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
syntax: "public abstract PagedFlux<DeploymentOperationInner> listByResourceGroupAsync(String resourceGroupName, String deploymentName, Integer top)"
|
|
desc: "Gets all deployments operations for a deployment."
|
|
returns:
|
|
description: "all deployments operations for a deployment as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner?alt=com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "An instance of this class provides access to all the operations defined in DeploymentOperationsClient."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.resources.fluent"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-resources:2.44.0
|