xml/Microsoft.Azure.Management.ResourceManager.Fluent/DeploymentsOperationsExtensions.xml (2,954 lines of code) (raw):
<Type Name="DeploymentsOperationsExtensions" FullName="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions">
<TypeSignature Language="C#" Value="public static class DeploymentsOperationsExtensions" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit DeploymentsOperationsExtensions extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions" />
<TypeSignature Language="VB.NET" Value="Public Module DeploymentsOperationsExtensions" />
<TypeSignature Language="F#" Value="type DeploymentsOperationsExtensions = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.69</AssemblyVersion>
<AssemblyVersion>1.0.0.70</AssemblyVersion>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Extension methods for DeploymentsOperations.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="BeginCreateOrUpdateAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner> BeginCreateOrUpdateAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, parameters As DeploymentInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtendedInner)" />
<MemberSignature Language="F#" Value="static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginCreateOrUpdateAsync (operations, resourceGroupName, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group to deploy the resources to. The name is case
insensitive. The resource group must already exist.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Additional parameters supplied to the operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Deploys resources to a resource group.
</summary>
<returns>To be added.</returns>
<remarks>
You can provide the template and parameters directly in the request or link
to JSON files.
</remarks>
</Docs>
</Member>
<Member MemberName="BeginCreateOrUpdateAtManagementGroupScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner> BeginCreateOrUpdateAtManagementGroupScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string groupId, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner> BeginCreateOrUpdateAtManagementGroupScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string groupId, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginCreateOrUpdateAtManagementGroupScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginCreateOrUpdateAtManagementGroupScopeAsync (operations As IDeploymentsOperations, groupId As String, deploymentName As String, parameters As ScopedDeployment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtendedInner)" />
<MemberSignature Language="F#" Value="static member BeginCreateOrUpdateAtManagementGroupScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginCreateOrUpdateAtManagementGroupScopeAsync (operations, groupId, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="groupId" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="groupId">
The management group ID.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Additional parameters supplied to the operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Deploys resources at management group scope.
</summary>
<returns>To be added.</returns>
<remarks>
You can provide the template and parameters directly in the request or link
to JSON files.
</remarks>
</Docs>
</Member>
<Member MemberName="BeginCreateOrUpdateAtScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner> BeginCreateOrUpdateAtScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string scope, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner> BeginCreateOrUpdateAtScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string scope, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginCreateOrUpdateAtScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginCreateOrUpdateAtScopeAsync (operations As IDeploymentsOperations, scope As String, deploymentName As String, parameters As DeploymentInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtendedInner)" />
<MemberSignature Language="F#" Value="static member BeginCreateOrUpdateAtScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginCreateOrUpdateAtScopeAsync (operations, scope, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="scope" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="scope">
The resource scope.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Additional parameters supplied to the operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Deploys resources at a given scope.
</summary>
<returns>To be added.</returns>
<remarks>
You can provide the template and parameters directly in the request or link
to JSON files.
</remarks>
</Docs>
</Member>
<Member MemberName="BeginCreateOrUpdateAtSubscriptionScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner> BeginCreateOrUpdateAtSubscriptionScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner> BeginCreateOrUpdateAtSubscriptionScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginCreateOrUpdateAtSubscriptionScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginCreateOrUpdateAtSubscriptionScopeAsync (operations As IDeploymentsOperations, deploymentName As String, parameters As DeploymentInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtendedInner)" />
<MemberSignature Language="F#" Value="static member BeginCreateOrUpdateAtSubscriptionScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginCreateOrUpdateAtSubscriptionScopeAsync (operations, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Additional parameters supplied to the operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Deploys resources at subscription scope.
</summary>
<returns>To be added.</returns>
<remarks>
You can provide the template and parameters directly in the request or link
to JSON files.
</remarks>
</Docs>
</Member>
<Member MemberName="BeginCreateOrUpdateAtTenantScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner> BeginCreateOrUpdateAtTenantScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner> BeginCreateOrUpdateAtTenantScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginCreateOrUpdateAtTenantScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginCreateOrUpdateAtTenantScopeAsync (operations As IDeploymentsOperations, deploymentName As String, parameters As ScopedDeployment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtendedInner)" />
<MemberSignature Language="F#" Value="static member BeginCreateOrUpdateAtTenantScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginCreateOrUpdateAtTenantScopeAsync (operations, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Additional parameters supplied to the operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Deploys resources at tenant scope.
</summary>
<returns>To be added.</returns>
<remarks>
You can provide the template and parameters directly in the request or link
to JSON files.
</remarks>
</Docs>
</Member>
<Member MemberName="BeginDeleteAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task BeginDeleteAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task BeginDeleteAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginDeleteAsync (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" />
<MemberSignature Language="F#" Value="static member BeginDeleteAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginDeleteAsync (operations, resourceGroupName, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group with the deployment to delete. The name is
case insensitive.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Deletes a deployment from the deployment history.
</summary>
<returns>To be added.</returns>
<remarks>
A template deployment that is currently running cannot be deleted. Deleting
a template deployment removes the associated deployment operations.
Deleting a template deployment does not affect the state of the resource
group. This is an asynchronous operation that returns a status of 202 until
the template deployment is successfully deleted. The Location response
header contains the URI that is used to obtain the status of the process.
While the process is running, a call to the URI in the Location header
returns a status of 202. When the process finishes, the URI in the Location
header returns a status of 204 on success. If the asynchronous request
failed, the URI in the Location header returns an error-level status code.
</remarks>
</Docs>
</Member>
<Member MemberName="BeginDeleteAtManagementGroupScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task BeginDeleteAtManagementGroupScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string groupId, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task BeginDeleteAtManagementGroupScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string groupId, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginDeleteAtManagementGroupScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginDeleteAtManagementGroupScopeAsync (operations As IDeploymentsOperations, groupId As String, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" />
<MemberSignature Language="F#" Value="static member BeginDeleteAtManagementGroupScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginDeleteAtManagementGroupScopeAsync (operations, groupId, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="groupId" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="groupId">
The management group ID.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Deletes a deployment from the deployment history.
</summary>
<returns>To be added.</returns>
<remarks>
A template deployment that is currently running cannot be deleted. Deleting
a template deployment removes the associated deployment operations. This is
an asynchronous operation that returns a status of 202 until the template
deployment is successfully deleted. The Location response header contains
the URI that is used to obtain the status of the process. While the process
is running, a call to the URI in the Location header returns a status of
202. When the process finishes, the URI in the Location header returns a
status of 204 on success. If the asynchronous request failed, the URI in
the Location header returns an error-level status code.
</remarks>
</Docs>
</Member>
<Member MemberName="BeginDeleteAtScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task BeginDeleteAtScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string scope, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task BeginDeleteAtScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string scope, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginDeleteAtScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginDeleteAtScopeAsync (operations As IDeploymentsOperations, scope As String, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" />
<MemberSignature Language="F#" Value="static member BeginDeleteAtScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginDeleteAtScopeAsync (operations, scope, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="scope" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="scope">
The resource scope.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Deletes a deployment from the deployment history.
</summary>
<returns>To be added.</returns>
<remarks>
A template deployment that is currently running cannot be deleted. Deleting
a template deployment removes the associated deployment operations. This is
an asynchronous operation that returns a status of 202 until the template
deployment is successfully deleted. The Location response header contains
the URI that is used to obtain the status of the process. While the process
is running, a call to the URI in the Location header returns a status of
202. When the process finishes, the URI in the Location header returns a
status of 204 on success. If the asynchronous request failed, the URI in
the Location header returns an error-level status code.
</remarks>
</Docs>
</Member>
<Member MemberName="BeginDeleteAtSubscriptionScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task BeginDeleteAtSubscriptionScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task BeginDeleteAtSubscriptionScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginDeleteAtSubscriptionScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginDeleteAtSubscriptionScopeAsync (operations As IDeploymentsOperations, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" />
<MemberSignature Language="F#" Value="static member BeginDeleteAtSubscriptionScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginDeleteAtSubscriptionScopeAsync (operations, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Deletes a deployment from the deployment history.
</summary>
<returns>To be added.</returns>
<remarks>
A template deployment that is currently running cannot be deleted. Deleting
a template deployment removes the associated deployment operations. This is
an asynchronous operation that returns a status of 202 until the template
deployment is successfully deleted. The Location response header contains
the URI that is used to obtain the status of the process. While the process
is running, a call to the URI in the Location header returns a status of
202. When the process finishes, the URI in the Location header returns a
status of 204 on success. If the asynchronous request failed, the URI in
the Location header returns an error-level status code.
</remarks>
</Docs>
</Member>
<Member MemberName="BeginDeleteAtTenantScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task BeginDeleteAtTenantScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task BeginDeleteAtTenantScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginDeleteAtTenantScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginDeleteAtTenantScopeAsync (operations As IDeploymentsOperations, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" />
<MemberSignature Language="F#" Value="static member BeginDeleteAtTenantScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginDeleteAtTenantScopeAsync (operations, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Deletes a deployment from the deployment history.
</summary>
<returns>To be added.</returns>
<remarks>
A template deployment that is currently running cannot be deleted. Deleting
a template deployment removes the associated deployment operations. This is
an asynchronous operation that returns a status of 202 until the template
deployment is successfully deleted. The Location response header contains
the URI that is used to obtain the status of the process. While the process
is running, a call to the URI in the Location header returns a status of
202. When the process finishes, the URI in the Location header returns a
status of 204 on success. If the asynchronous request failed, the URI in
the Location header returns an error-level status code.
</remarks>
</Docs>
</Member>
<Member MemberName="BeginValidateAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner> BeginValidateAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner> BeginValidateAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginValidateAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginValidateAsync (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, parameters As DeploymentInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentValidateResultInner)" />
<MemberSignature Language="F#" Value="static member BeginValidateAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginValidateAsync (operations, resourceGroupName, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group the template will be deployed to. The name
is case insensitive.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Parameters to validate.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Validates whether the specified template is syntactically correct and will
be accepted by Azure Resource Manager..
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginValidateAtManagementGroupScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner> BeginValidateAtManagementGroupScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string groupId, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner> BeginValidateAtManagementGroupScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string groupId, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginValidateAtManagementGroupScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginValidateAtManagementGroupScopeAsync (operations As IDeploymentsOperations, groupId As String, deploymentName As String, parameters As ScopedDeployment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentValidateResultInner)" />
<MemberSignature Language="F#" Value="static member BeginValidateAtManagementGroupScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginValidateAtManagementGroupScopeAsync (operations, groupId, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="groupId" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="groupId">
The management group ID.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Parameters to validate.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Validates whether the specified template is syntactically correct and will
be accepted by Azure Resource Manager..
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginValidateAtScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner> BeginValidateAtScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string scope, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner> BeginValidateAtScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string scope, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginValidateAtScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginValidateAtScopeAsync (operations As IDeploymentsOperations, scope As String, deploymentName As String, parameters As DeploymentInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentValidateResultInner)" />
<MemberSignature Language="F#" Value="static member BeginValidateAtScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginValidateAtScopeAsync (operations, scope, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="scope" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="scope">
The resource scope.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Parameters to validate.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Validates whether the specified template is syntactically correct and will
be accepted by Azure Resource Manager..
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginValidateAtSubscriptionScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner> BeginValidateAtSubscriptionScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner> BeginValidateAtSubscriptionScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginValidateAtSubscriptionScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginValidateAtSubscriptionScopeAsync (operations As IDeploymentsOperations, deploymentName As String, parameters As DeploymentInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentValidateResultInner)" />
<MemberSignature Language="F#" Value="static member BeginValidateAtSubscriptionScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginValidateAtSubscriptionScopeAsync (operations, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Parameters to validate.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Validates whether the specified template is syntactically correct and will
be accepted by Azure Resource Manager..
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginValidateAtTenantScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner> BeginValidateAtTenantScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner> BeginValidateAtTenantScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginValidateAtTenantScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginValidateAtTenantScopeAsync (operations As IDeploymentsOperations, deploymentName As String, parameters As ScopedDeployment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentValidateResultInner)" />
<MemberSignature Language="F#" Value="static member BeginValidateAtTenantScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginValidateAtTenantScopeAsync (operations, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Parameters to validate.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Validates whether the specified template is syntactically correct and will
be accepted by Azure Resource Manager..
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginWhatIfAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner> BeginWhatIfAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner> BeginWhatIfAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginWhatIfAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginWhatIfAsync (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, parameters As DeploymentWhatIf, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WhatIfOperationResultInner)" />
<MemberSignature Language="F#" Value="static member BeginWhatIfAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginWhatIfAsync (operations, resourceGroupName, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group the template will be deployed to. The name
is case insensitive.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Parameters to validate.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Returns changes that will be made by the deployment if executed at the
scope of the resource group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginWhatIfAtManagementGroupScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner> BeginWhatIfAtManagementGroupScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string groupId, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner> BeginWhatIfAtManagementGroupScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string groupId, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginWhatIfAtManagementGroupScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginWhatIfAtManagementGroupScopeAsync (operations As IDeploymentsOperations, groupId As String, deploymentName As String, parameters As ScopedDeploymentWhatIf, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WhatIfOperationResultInner)" />
<MemberSignature Language="F#" Value="static member BeginWhatIfAtManagementGroupScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginWhatIfAtManagementGroupScopeAsync (operations, groupId, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="groupId" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="groupId">
The management group ID.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Parameters to validate.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Returns changes that will be made by the deployment if executed at the
scope of the management group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginWhatIfAtSubscriptionScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner> BeginWhatIfAtSubscriptionScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner> BeginWhatIfAtSubscriptionScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginWhatIfAtSubscriptionScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginWhatIfAtSubscriptionScopeAsync (operations As IDeploymentsOperations, deploymentName As String, parameters As DeploymentWhatIf, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WhatIfOperationResultInner)" />
<MemberSignature Language="F#" Value="static member BeginWhatIfAtSubscriptionScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginWhatIfAtSubscriptionScopeAsync (operations, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Parameters to What If.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Returns changes that will be made by the deployment if executed at the
scope of the subscription.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginWhatIfAtTenantScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner> BeginWhatIfAtTenantScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner> BeginWhatIfAtTenantScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginWhatIfAtTenantScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginWhatIfAtTenantScopeAsync (operations As IDeploymentsOperations, deploymentName As String, parameters As ScopedDeploymentWhatIf, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WhatIfOperationResultInner)" />
<MemberSignature Language="F#" Value="static member BeginWhatIfAtTenantScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.BeginWhatIfAtTenantScopeAsync (operations, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Parameters to validate.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Returns changes that will be made by the deployment if executed at the
scope of the tenant group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CalculateTemplateHashAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.TemplateHashResultInner> CalculateTemplateHashAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, object template, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.TemplateHashResultInner> CalculateTemplateHashAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, object template, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.CalculateTemplateHashAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.Object,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CalculateTemplateHashAsync (operations As IDeploymentsOperations, template As Object, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TemplateHashResultInner)" />
<MemberSignature Language="F#" Value="static member CalculateTemplateHashAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.TemplateHashResultInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.CalculateTemplateHashAsync (operations, template, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.TemplateHashResultInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="template" Type="System.Object" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="template">
The template provided to calculate hash.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Calculate the hash of the given template.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CancelAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task CancelAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task CancelAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.CancelAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CancelAsync (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" />
<MemberSignature Language="F#" Value="static member CancelAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.CancelAsync (operations, resourceGroupName, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group. The name is case insensitive.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Cancels a currently running template deployment.
</summary>
<returns>To be added.</returns>
<remarks>
You can cancel a deployment only if the provisioningState is Accepted or
Running. After the deployment is canceled, the provisioningState is set to
Canceled. Canceling a template deployment stops the currently running
template deployment and leaves the resource group partially deployed.
</remarks>
</Docs>
</Member>
<Member MemberName="CancelAtManagementGroupScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task CancelAtManagementGroupScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string groupId, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task CancelAtManagementGroupScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string groupId, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.CancelAtManagementGroupScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CancelAtManagementGroupScopeAsync (operations As IDeploymentsOperations, groupId As String, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" />
<MemberSignature Language="F#" Value="static member CancelAtManagementGroupScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.CancelAtManagementGroupScopeAsync (operations, groupId, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="groupId" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="groupId">
The management group ID.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Cancels a currently running template deployment.
</summary>
<returns>To be added.</returns>
<remarks>
You can cancel a deployment only if the provisioningState is Accepted or
Running. After the deployment is canceled, the provisioningState is set to
Canceled. Canceling a template deployment stops the currently running
template deployment and leaves the resources partially deployed.
</remarks>
</Docs>
</Member>
<Member MemberName="CancelAtScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task CancelAtScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string scope, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task CancelAtScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string scope, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.CancelAtScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CancelAtScopeAsync (operations As IDeploymentsOperations, scope As String, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" />
<MemberSignature Language="F#" Value="static member CancelAtScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.CancelAtScopeAsync (operations, scope, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="scope" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="scope">
The resource scope.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Cancels a currently running template deployment.
</summary>
<returns>To be added.</returns>
<remarks>
You can cancel a deployment only if the provisioningState is Accepted or
Running. After the deployment is canceled, the provisioningState is set to
Canceled. Canceling a template deployment stops the currently running
template deployment and leaves the resources partially deployed.
</remarks>
</Docs>
</Member>
<Member MemberName="CancelAtSubscriptionScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task CancelAtSubscriptionScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task CancelAtSubscriptionScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.CancelAtSubscriptionScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CancelAtSubscriptionScopeAsync (operations As IDeploymentsOperations, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" />
<MemberSignature Language="F#" Value="static member CancelAtSubscriptionScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.CancelAtSubscriptionScopeAsync (operations, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Cancels a currently running template deployment.
</summary>
<returns>To be added.</returns>
<remarks>
You can cancel a deployment only if the provisioningState is Accepted or
Running. After the deployment is canceled, the provisioningState is set to
Canceled. Canceling a template deployment stops the currently running
template deployment and leaves the resources partially deployed.
</remarks>
</Docs>
</Member>
<Member MemberName="CancelAtTenantScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task CancelAtTenantScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task CancelAtTenantScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.CancelAtTenantScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CancelAtTenantScopeAsync (operations As IDeploymentsOperations, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" />
<MemberSignature Language="F#" Value="static member CancelAtTenantScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.CancelAtTenantScopeAsync (operations, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Cancels a currently running template deployment.
</summary>
<returns>To be added.</returns>
<remarks>
You can cancel a deployment only if the provisioningState is Accepted or
Running. After the deployment is canceled, the provisioningState is set to
Canceled. Canceling a template deployment stops the currently running
template deployment and leaves the resources partially deployed.
</remarks>
</Docs>
</Member>
<Member MemberName="CheckExistenceAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<bool> CheckExistenceAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<bool> CheckExistenceAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.CheckExistenceAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CheckExistenceAsync (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Boolean)" />
<MemberSignature Language="F#" Value="static member CheckExistenceAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.CheckExistenceAsync (operations, resourceGroupName, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<System.Boolean></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group with the deployment to check. The name is
case insensitive.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Checks whether the deployment exists.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CheckExistenceAtManagementGroupScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<bool> CheckExistenceAtManagementGroupScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string groupId, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<bool> CheckExistenceAtManagementGroupScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string groupId, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.CheckExistenceAtManagementGroupScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CheckExistenceAtManagementGroupScopeAsync (operations As IDeploymentsOperations, groupId As String, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Boolean)" />
<MemberSignature Language="F#" Value="static member CheckExistenceAtManagementGroupScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.CheckExistenceAtManagementGroupScopeAsync (operations, groupId, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<System.Boolean></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="groupId" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="groupId">
The management group ID.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Checks whether the deployment exists.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CheckExistenceAtScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<bool> CheckExistenceAtScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string scope, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<bool> CheckExistenceAtScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string scope, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.CheckExistenceAtScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CheckExistenceAtScopeAsync (operations As IDeploymentsOperations, scope As String, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Boolean)" />
<MemberSignature Language="F#" Value="static member CheckExistenceAtScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.CheckExistenceAtScopeAsync (operations, scope, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<System.Boolean></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="scope" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="scope">
The resource scope.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Checks whether the deployment exists.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CheckExistenceAtSubscriptionScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<bool> CheckExistenceAtSubscriptionScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<bool> CheckExistenceAtSubscriptionScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.CheckExistenceAtSubscriptionScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CheckExistenceAtSubscriptionScopeAsync (operations As IDeploymentsOperations, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Boolean)" />
<MemberSignature Language="F#" Value="static member CheckExistenceAtSubscriptionScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.CheckExistenceAtSubscriptionScopeAsync (operations, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<System.Boolean></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Checks whether the deployment exists.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CheckExistenceAtTenantScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<bool> CheckExistenceAtTenantScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<bool> CheckExistenceAtTenantScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.CheckExistenceAtTenantScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CheckExistenceAtTenantScopeAsync (operations As IDeploymentsOperations, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Boolean)" />
<MemberSignature Language="F#" Value="static member CheckExistenceAtTenantScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.CheckExistenceAtTenantScopeAsync (operations, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<System.Boolean></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Checks whether the deployment exists.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateOrUpdateAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner> CreateOrUpdateAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner> CreateOrUpdateAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CreateOrUpdateAsync (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, parameters As DeploymentInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtendedInner)" />
<MemberSignature Language="F#" Value="static member CreateOrUpdateAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.CreateOrUpdateAsync (operations, resourceGroupName, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group to deploy the resources to. The name is case
insensitive. The resource group must already exist.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Additional parameters supplied to the operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Deploys resources to a resource group.
</summary>
<returns>To be added.</returns>
<remarks>
You can provide the template and parameters directly in the request or link
to JSON files.
</remarks>
</Docs>
</Member>
<Member MemberName="CreateOrUpdateAtManagementGroupScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner> CreateOrUpdateAtManagementGroupScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string groupId, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner> CreateOrUpdateAtManagementGroupScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string groupId, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.CreateOrUpdateAtManagementGroupScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CreateOrUpdateAtManagementGroupScopeAsync (operations As IDeploymentsOperations, groupId As String, deploymentName As String, parameters As ScopedDeployment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtendedInner)" />
<MemberSignature Language="F#" Value="static member CreateOrUpdateAtManagementGroupScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.CreateOrUpdateAtManagementGroupScopeAsync (operations, groupId, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="groupId" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="groupId">
The management group ID.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Additional parameters supplied to the operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Deploys resources at management group scope.
</summary>
<returns>To be added.</returns>
<remarks>
You can provide the template and parameters directly in the request or link
to JSON files.
</remarks>
</Docs>
</Member>
<Member MemberName="CreateOrUpdateAtScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner> CreateOrUpdateAtScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string scope, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner> CreateOrUpdateAtScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string scope, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.CreateOrUpdateAtScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CreateOrUpdateAtScopeAsync (operations As IDeploymentsOperations, scope As String, deploymentName As String, parameters As DeploymentInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtendedInner)" />
<MemberSignature Language="F#" Value="static member CreateOrUpdateAtScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.CreateOrUpdateAtScopeAsync (operations, scope, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="scope" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="scope">
The resource scope.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Additional parameters supplied to the operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Deploys resources at a given scope.
</summary>
<returns>To be added.</returns>
<remarks>
You can provide the template and parameters directly in the request or link
to JSON files.
</remarks>
</Docs>
</Member>
<Member MemberName="CreateOrUpdateAtSubscriptionScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner> CreateOrUpdateAtSubscriptionScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner> CreateOrUpdateAtSubscriptionScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.CreateOrUpdateAtSubscriptionScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CreateOrUpdateAtSubscriptionScopeAsync (operations As IDeploymentsOperations, deploymentName As String, parameters As DeploymentInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtendedInner)" />
<MemberSignature Language="F#" Value="static member CreateOrUpdateAtSubscriptionScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.CreateOrUpdateAtSubscriptionScopeAsync (operations, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Additional parameters supplied to the operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Deploys resources at subscription scope.
</summary>
<returns>To be added.</returns>
<remarks>
You can provide the template and parameters directly in the request or link
to JSON files.
</remarks>
</Docs>
</Member>
<Member MemberName="CreateOrUpdateAtTenantScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner> CreateOrUpdateAtTenantScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner> CreateOrUpdateAtTenantScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.CreateOrUpdateAtTenantScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CreateOrUpdateAtTenantScopeAsync (operations As IDeploymentsOperations, deploymentName As String, parameters As ScopedDeployment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtendedInner)" />
<MemberSignature Language="F#" Value="static member CreateOrUpdateAtTenantScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.CreateOrUpdateAtTenantScopeAsync (operations, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Additional parameters supplied to the operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Deploys resources at tenant scope.
</summary>
<returns>To be added.</returns>
<remarks>
You can provide the template and parameters directly in the request or link
to JSON files.
</remarks>
</Docs>
</Member>
<Member MemberName="DeleteAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task DeleteAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function DeleteAsync (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" />
<MemberSignature Language="F#" Value="static member DeleteAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.DeleteAsync (operations, resourceGroupName, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group with the deployment to delete. The name is
case insensitive.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Deletes a deployment from the deployment history.
</summary>
<returns>To be added.</returns>
<remarks>
A template deployment that is currently running cannot be deleted. Deleting
a template deployment removes the associated deployment operations.
Deleting a template deployment does not affect the state of the resource
group. This is an asynchronous operation that returns a status of 202 until
the template deployment is successfully deleted. The Location response
header contains the URI that is used to obtain the status of the process.
While the process is running, a call to the URI in the Location header
returns a status of 202. When the process finishes, the URI in the Location
header returns a status of 204 on success. If the asynchronous request
failed, the URI in the Location header returns an error-level status code.
</remarks>
</Docs>
</Member>
<Member MemberName="DeleteAtManagementGroupScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task DeleteAtManagementGroupScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string groupId, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task DeleteAtManagementGroupScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string groupId, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.DeleteAtManagementGroupScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function DeleteAtManagementGroupScopeAsync (operations As IDeploymentsOperations, groupId As String, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" />
<MemberSignature Language="F#" Value="static member DeleteAtManagementGroupScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.DeleteAtManagementGroupScopeAsync (operations, groupId, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="groupId" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="groupId">
The management group ID.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Deletes a deployment from the deployment history.
</summary>
<returns>To be added.</returns>
<remarks>
A template deployment that is currently running cannot be deleted. Deleting
a template deployment removes the associated deployment operations. This is
an asynchronous operation that returns a status of 202 until the template
deployment is successfully deleted. The Location response header contains
the URI that is used to obtain the status of the process. While the process
is running, a call to the URI in the Location header returns a status of
202. When the process finishes, the URI in the Location header returns a
status of 204 on success. If the asynchronous request failed, the URI in
the Location header returns an error-level status code.
</remarks>
</Docs>
</Member>
<Member MemberName="DeleteAtScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task DeleteAtScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string scope, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task DeleteAtScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string scope, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.DeleteAtScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function DeleteAtScopeAsync (operations As IDeploymentsOperations, scope As String, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" />
<MemberSignature Language="F#" Value="static member DeleteAtScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.DeleteAtScopeAsync (operations, scope, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="scope" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="scope">
The resource scope.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Deletes a deployment from the deployment history.
</summary>
<returns>To be added.</returns>
<remarks>
A template deployment that is currently running cannot be deleted. Deleting
a template deployment removes the associated deployment operations. This is
an asynchronous operation that returns a status of 202 until the template
deployment is successfully deleted. The Location response header contains
the URI that is used to obtain the status of the process. While the process
is running, a call to the URI in the Location header returns a status of
202. When the process finishes, the URI in the Location header returns a
status of 204 on success. If the asynchronous request failed, the URI in
the Location header returns an error-level status code.
</remarks>
</Docs>
</Member>
<Member MemberName="DeleteAtSubscriptionScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task DeleteAtSubscriptionScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task DeleteAtSubscriptionScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.DeleteAtSubscriptionScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function DeleteAtSubscriptionScopeAsync (operations As IDeploymentsOperations, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" />
<MemberSignature Language="F#" Value="static member DeleteAtSubscriptionScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.DeleteAtSubscriptionScopeAsync (operations, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Deletes a deployment from the deployment history.
</summary>
<returns>To be added.</returns>
<remarks>
A template deployment that is currently running cannot be deleted. Deleting
a template deployment removes the associated deployment operations. This is
an asynchronous operation that returns a status of 202 until the template
deployment is successfully deleted. The Location response header contains
the URI that is used to obtain the status of the process. While the process
is running, a call to the URI in the Location header returns a status of
202. When the process finishes, the URI in the Location header returns a
status of 204 on success. If the asynchronous request failed, the URI in
the Location header returns an error-level status code.
</remarks>
</Docs>
</Member>
<Member MemberName="DeleteAtTenantScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task DeleteAtTenantScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task DeleteAtTenantScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.DeleteAtTenantScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function DeleteAtTenantScopeAsync (operations As IDeploymentsOperations, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" />
<MemberSignature Language="F#" Value="static member DeleteAtTenantScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.DeleteAtTenantScopeAsync (operations, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Deletes a deployment from the deployment history.
</summary>
<returns>To be added.</returns>
<remarks>
A template deployment that is currently running cannot be deleted. Deleting
a template deployment removes the associated deployment operations. This is
an asynchronous operation that returns a status of 202 until the template
deployment is successfully deleted. The Location response header contains
the URI that is used to obtain the status of the process. While the process
is running, a call to the URI in the Location header returns a status of
202. When the process finishes, the URI in the Location header returns a
status of 204 on success. If the asynchronous request failed, the URI in
the Location header returns an error-level status code.
</remarks>
</Docs>
</Member>
<Member MemberName="ExportTemplateAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner> ExportTemplateAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner> ExportTemplateAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ExportTemplateAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ExportTemplateAsync (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExportResultInner)" />
<MemberSignature Language="F#" Value="static member ExportTemplateAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ExportTemplateAsync (operations, resourceGroupName, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group. The name is case insensitive.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Exports the template used for specified deployment.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ExportTemplateAtManagementGroupScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner> ExportTemplateAtManagementGroupScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string groupId, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner> ExportTemplateAtManagementGroupScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string groupId, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ExportTemplateAtManagementGroupScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ExportTemplateAtManagementGroupScopeAsync (operations As IDeploymentsOperations, groupId As String, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExportResultInner)" />
<MemberSignature Language="F#" Value="static member ExportTemplateAtManagementGroupScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ExportTemplateAtManagementGroupScopeAsync (operations, groupId, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="groupId" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="groupId">
The management group ID.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Exports the template used for specified deployment.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ExportTemplateAtScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner> ExportTemplateAtScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string scope, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner> ExportTemplateAtScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string scope, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ExportTemplateAtScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ExportTemplateAtScopeAsync (operations As IDeploymentsOperations, scope As String, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExportResultInner)" />
<MemberSignature Language="F#" Value="static member ExportTemplateAtScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ExportTemplateAtScopeAsync (operations, scope, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="scope" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="scope">
The resource scope.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Exports the template used for specified deployment.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ExportTemplateAtSubscriptionScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner> ExportTemplateAtSubscriptionScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner> ExportTemplateAtSubscriptionScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ExportTemplateAtSubscriptionScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ExportTemplateAtSubscriptionScopeAsync (operations As IDeploymentsOperations, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExportResultInner)" />
<MemberSignature Language="F#" Value="static member ExportTemplateAtSubscriptionScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ExportTemplateAtSubscriptionScopeAsync (operations, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Exports the template used for specified deployment.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ExportTemplateAtTenantScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner> ExportTemplateAtTenantScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner> ExportTemplateAtTenantScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ExportTemplateAtTenantScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ExportTemplateAtTenantScopeAsync (operations As IDeploymentsOperations, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExportResultInner)" />
<MemberSignature Language="F#" Value="static member ExportTemplateAtTenantScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ExportTemplateAtTenantScopeAsync (operations, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Exports the template used for specified deployment.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner> GetAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner> GetAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.GetAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAsync (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtendedInner)" />
<MemberSignature Language="F#" Value="static member GetAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.GetAsync (operations, resourceGroupName, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group. The name is case insensitive.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets a deployment.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetAtManagementGroupScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner> GetAtManagementGroupScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string groupId, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner> GetAtManagementGroupScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string groupId, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.GetAtManagementGroupScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAtManagementGroupScopeAsync (operations As IDeploymentsOperations, groupId As String, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtendedInner)" />
<MemberSignature Language="F#" Value="static member GetAtManagementGroupScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.GetAtManagementGroupScopeAsync (operations, groupId, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="groupId" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="groupId">
The management group ID.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets a deployment.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetAtScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner> GetAtScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string scope, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner> GetAtScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string scope, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.GetAtScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAtScopeAsync (operations As IDeploymentsOperations, scope As String, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtendedInner)" />
<MemberSignature Language="F#" Value="static member GetAtScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.GetAtScopeAsync (operations, scope, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="scope" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="scope">
The resource scope.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets a deployment.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetAtSubscriptionScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner> GetAtSubscriptionScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner> GetAtSubscriptionScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.GetAtSubscriptionScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAtSubscriptionScopeAsync (operations As IDeploymentsOperations, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtendedInner)" />
<MemberSignature Language="F#" Value="static member GetAtSubscriptionScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.GetAtSubscriptionScopeAsync (operations, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets a deployment.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetAtTenantScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner> GetAtTenantScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner> GetAtTenantScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.GetAtTenantScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAtTenantScopeAsync (operations As IDeploymentsOperations, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtendedInner)" />
<MemberSignature Language="F#" Value="static member GetAtTenantScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.GetAtTenantScopeAsync (operations, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets a deployment.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListAtManagementGroupScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> ListAtManagementGroupScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string groupId, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> ListAtManagementGroupScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string groupId, class Microsoft.Rest.Azure.OData.ODataQuery`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter> odataQuery, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ListAtManagementGroupScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListAtManagementGroupScopeAsync (operations As IDeploymentsOperations, groupId As String, Optional odataQuery As ODataQuery(Of DeploymentExtendedFilter) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeploymentExtendedInner))" />
<MemberSignature Language="F#" Value="static member ListAtManagementGroupScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ListAtManagementGroupScopeAsync (operations, groupId, odataQuery, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="groupId" Type="System.String" />
<Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="groupId">
The management group ID.
</param>
<param name="odataQuery">
OData parameters to apply to the operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Get all the deployments for a management group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListAtManagementGroupScopeNextAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> ListAtManagementGroupScopeNextAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> ListAtManagementGroupScopeNextAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ListAtManagementGroupScopeNextAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListAtManagementGroupScopeNextAsync (operations As IDeploymentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeploymentExtendedInner))" />
<MemberSignature Language="F#" Value="static member ListAtManagementGroupScopeNextAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ListAtManagementGroupScopeNextAsync (operations, nextPageLink, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="nextPageLink">
The NextLink from the previous successful call to List operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Get all the deployments for a management group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListAtScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> ListAtScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string scope, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> ListAtScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string scope, class Microsoft.Rest.Azure.OData.ODataQuery`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter> odataQuery, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ListAtScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListAtScopeAsync (operations As IDeploymentsOperations, scope As String, Optional odataQuery As ODataQuery(Of DeploymentExtendedFilter) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeploymentExtendedInner))" />
<MemberSignature Language="F#" Value="static member ListAtScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ListAtScopeAsync (operations, scope, odataQuery, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="scope" Type="System.String" />
<Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="scope">
The resource scope.
</param>
<param name="odataQuery">
OData parameters to apply to the operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Get all the deployments at the given scope.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListAtScopeNextAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> ListAtScopeNextAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> ListAtScopeNextAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ListAtScopeNextAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListAtScopeNextAsync (operations As IDeploymentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeploymentExtendedInner))" />
<MemberSignature Language="F#" Value="static member ListAtScopeNextAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ListAtScopeNextAsync (operations, nextPageLink, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="nextPageLink">
The NextLink from the previous successful call to List operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Get all the deployments at the given scope.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListAtSubscriptionScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> ListAtSubscriptionScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> ListAtSubscriptionScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, class Microsoft.Rest.Azure.OData.ODataQuery`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter> odataQuery, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ListAtSubscriptionScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListAtSubscriptionScopeAsync (operations As IDeploymentsOperations, Optional odataQuery As ODataQuery(Of DeploymentExtendedFilter) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeploymentExtendedInner))" />
<MemberSignature Language="F#" Value="static member ListAtSubscriptionScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ListAtSubscriptionScopeAsync (operations, odataQuery, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="odataQuery">
OData parameters to apply to the operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Get all the deployments for a subscription.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListAtSubscriptionScopeNextAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> ListAtSubscriptionScopeNextAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> ListAtSubscriptionScopeNextAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ListAtSubscriptionScopeNextAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListAtSubscriptionScopeNextAsync (operations As IDeploymentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeploymentExtendedInner))" />
<MemberSignature Language="F#" Value="static member ListAtSubscriptionScopeNextAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ListAtSubscriptionScopeNextAsync (operations, nextPageLink, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="nextPageLink">
The NextLink from the previous successful call to List operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Get all the deployments for a subscription.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListAtTenantScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> ListAtTenantScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> ListAtTenantScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, class Microsoft.Rest.Azure.OData.ODataQuery`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter> odataQuery, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ListAtTenantScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListAtTenantScopeAsync (operations As IDeploymentsOperations, Optional odataQuery As ODataQuery(Of DeploymentExtendedFilter) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeploymentExtendedInner))" />
<MemberSignature Language="F#" Value="static member ListAtTenantScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ListAtTenantScopeAsync (operations, odataQuery, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="odataQuery">
OData parameters to apply to the operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Get all the deployments at the tenant scope.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListAtTenantScopeNextAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> ListAtTenantScopeNextAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> ListAtTenantScopeNextAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ListAtTenantScopeNextAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListAtTenantScopeNextAsync (operations As IDeploymentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeploymentExtendedInner))" />
<MemberSignature Language="F#" Value="static member ListAtTenantScopeNextAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ListAtTenantScopeNextAsync (operations, nextPageLink, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="nextPageLink">
The NextLink from the previous successful call to List operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Get all the deployments at the tenant scope.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListByResourceGroupAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> ListByResourceGroupAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string resourceGroupName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> ListByResourceGroupAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string resourceGroupName, class Microsoft.Rest.Azure.OData.ODataQuery`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter> odataQuery, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ListByResourceGroupAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListByResourceGroupAsync (operations As IDeploymentsOperations, resourceGroupName As String, Optional odataQuery As ODataQuery(Of DeploymentExtendedFilter) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeploymentExtendedInner))" />
<MemberSignature Language="F#" Value="static member ListByResourceGroupAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ListByResourceGroupAsync (operations, resourceGroupName, odataQuery, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group with the deployments to get. The name is
case insensitive.
</param>
<param name="odataQuery">
OData parameters to apply to the operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Get all the deployments for a resource group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListByResourceGroupNextAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> ListByResourceGroupNextAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> ListByResourceGroupNextAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ListByResourceGroupNextAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListByResourceGroupNextAsync (operations As IDeploymentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeploymentExtendedInner))" />
<MemberSignature Language="F#" Value="static member ListByResourceGroupNextAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ListByResourceGroupNextAsync (operations, nextPageLink, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="nextPageLink">
The NextLink from the previous successful call to List operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Get all the deployments for a resource group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ValidateAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner> ValidateAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner> ValidateAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ValidateAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ValidateAsync (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, parameters As DeploymentInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentValidateResultInner)" />
<MemberSignature Language="F#" Value="static member ValidateAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ValidateAsync (operations, resourceGroupName, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group the template will be deployed to. The name
is case insensitive.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Parameters to validate.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Validates whether the specified template is syntactically correct and will
be accepted by Azure Resource Manager..
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ValidateAtManagementGroupScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner> ValidateAtManagementGroupScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string groupId, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner> ValidateAtManagementGroupScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string groupId, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ValidateAtManagementGroupScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ValidateAtManagementGroupScopeAsync (operations As IDeploymentsOperations, groupId As String, deploymentName As String, parameters As ScopedDeployment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentValidateResultInner)" />
<MemberSignature Language="F#" Value="static member ValidateAtManagementGroupScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ValidateAtManagementGroupScopeAsync (operations, groupId, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="groupId" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="groupId">
The management group ID.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Parameters to validate.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Validates whether the specified template is syntactically correct and will
be accepted by Azure Resource Manager..
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ValidateAtScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner> ValidateAtScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string scope, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner> ValidateAtScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string scope, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ValidateAtScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ValidateAtScopeAsync (operations As IDeploymentsOperations, scope As String, deploymentName As String, parameters As DeploymentInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentValidateResultInner)" />
<MemberSignature Language="F#" Value="static member ValidateAtScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ValidateAtScopeAsync (operations, scope, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="scope" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="scope">
The resource scope.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Parameters to validate.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Validates whether the specified template is syntactically correct and will
be accepted by Azure Resource Manager..
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ValidateAtSubscriptionScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner> ValidateAtSubscriptionScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner> ValidateAtSubscriptionScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ValidateAtSubscriptionScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ValidateAtSubscriptionScopeAsync (operations As IDeploymentsOperations, deploymentName As String, parameters As DeploymentInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentValidateResultInner)" />
<MemberSignature Language="F#" Value="static member ValidateAtSubscriptionScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ValidateAtSubscriptionScopeAsync (operations, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Parameters to validate.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Validates whether the specified template is syntactically correct and will
be accepted by Azure Resource Manager..
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ValidateAtTenantScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner> ValidateAtTenantScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner> ValidateAtTenantScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ValidateAtTenantScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ValidateAtTenantScopeAsync (operations As IDeploymentsOperations, deploymentName As String, parameters As ScopedDeployment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentValidateResultInner)" />
<MemberSignature Language="F#" Value="static member ValidateAtTenantScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.ValidateAtTenantScopeAsync (operations, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Parameters to validate.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Validates whether the specified template is syntactically correct and will
be accepted by Azure Resource Manager..
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="WhatIfAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner> WhatIfAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner> WhatIfAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.WhatIfAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function WhatIfAsync (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, parameters As DeploymentWhatIf, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WhatIfOperationResultInner)" />
<MemberSignature Language="F#" Value="static member WhatIfAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.WhatIfAsync (operations, resourceGroupName, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group the template will be deployed to. The name
is case insensitive.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Parameters to validate.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Returns changes that will be made by the deployment if executed at the
scope of the resource group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="WhatIfAtManagementGroupScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner> WhatIfAtManagementGroupScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string groupId, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner> WhatIfAtManagementGroupScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string groupId, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.WhatIfAtManagementGroupScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function WhatIfAtManagementGroupScopeAsync (operations As IDeploymentsOperations, groupId As String, deploymentName As String, parameters As ScopedDeploymentWhatIf, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WhatIfOperationResultInner)" />
<MemberSignature Language="F#" Value="static member WhatIfAtManagementGroupScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.WhatIfAtManagementGroupScopeAsync (operations, groupId, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="groupId" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="groupId">
The management group ID.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Parameters to validate.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Returns changes that will be made by the deployment if executed at the
scope of the management group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="WhatIfAtSubscriptionScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner> WhatIfAtSubscriptionScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner> WhatIfAtSubscriptionScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.WhatIfAtSubscriptionScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function WhatIfAtSubscriptionScopeAsync (operations As IDeploymentsOperations, deploymentName As String, parameters As DeploymentWhatIf, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WhatIfOperationResultInner)" />
<MemberSignature Language="F#" Value="static member WhatIfAtSubscriptionScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.WhatIfAtSubscriptionScopeAsync (operations, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Parameters to What If.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Returns changes that will be made by the deployment if executed at the
scope of the subscription.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="WhatIfAtTenantScopeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner> WhatIfAtTenantScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner> WhatIfAtTenantScopeAsync(class Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.WhatIfAtTenantScopeAsync(Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function WhatIfAtTenantScopeAsync (operations As IDeploymentsOperations, deploymentName As String, parameters As ScopedDeploymentWhatIf, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WhatIfOperationResultInner)" />
<MemberSignature Language="F#" Value="static member WhatIfAtTenantScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner>" Usage="Microsoft.Azure.Management.ResourceManager.Fluent.DeploymentsOperationsExtensions.WhatIfAtTenantScopeAsync (operations, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" RefType="this" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Parameters to validate.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Returns changes that will be made by the deployment if executed at the
scope of the tenant group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>