xml/Microsoft.Azure.Management.ResourceManager/DeploymentsOperationsExtensions.xml (5,593 lines of code) (raw):

<Type Name="DeploymentsOperationsExtensions" FullName="Microsoft.Azure.Management.ResourceManager.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.DeploymentsOperationsExtensions" /> <TypeSignature Language="VB.NET" Value="Public Module DeploymentsOperationsExtensions" /> <TypeSignature Language="F#" Value="type DeploymentsOperationsExtensions = class" /> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> <AssemblyVersion>3.17.1.0</AssemblyVersion> <AssemblyVersion>3.17.2.0</AssemblyVersion> <AssemblyVersion>3.17.3.0</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="BeginCreateOrUpdate"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended BeginCreateOrUpdate (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended BeginCreateOrUpdate(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateOrUpdate (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, parameters As Deployment) As DeploymentExtended" /> <MemberSignature Language="F#" Value="static member BeginCreateOrUpdate : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.Deployment -&gt; Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginCreateOrUpdate (operations, resourceGroupName, deploymentName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.Deployment" /> </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> <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="BeginCreateOrUpdateAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; BeginCreateOrUpdateAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateOrUpdateAsync (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, parameters As Deployment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtended)" /> <MemberSignature Language="F#" Value="static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.Deployment * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginCreateOrUpdateAsync (operations, resourceGroupName, deploymentName, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.Deployment" /> <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="BeginCreateOrUpdateAtManagementGroupScope"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended BeginCreateOrUpdateAtManagementGroupScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended BeginCreateOrUpdateAtManagementGroupScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginCreateOrUpdateAtManagementGroupScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateOrUpdateAtManagementGroupScope (operations As IDeploymentsOperations, groupId As String, deploymentName As String, parameters As ScopedDeployment) As DeploymentExtended" /> <MemberSignature Language="F#" Value="static member BeginCreateOrUpdateAtManagementGroupScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment -&gt; Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginCreateOrUpdateAtManagementGroupScope (operations, groupId, deploymentName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="groupId" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment" /> </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> <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="BeginCreateOrUpdateAtManagementGroupScopeAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; BeginCreateOrUpdateAtManagementGroupScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; BeginCreateOrUpdateAtManagementGroupScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginCreateOrUpdateAtManagementGroupScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateOrUpdateAtManagementGroupScopeAsync (operations As IDeploymentsOperations, groupId As String, deploymentName As String, parameters As ScopedDeployment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtended)" /> <MemberSignature Language="F#" Value="static member BeginCreateOrUpdateAtManagementGroupScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginCreateOrUpdateAtManagementGroupScopeAsync (operations, groupId, deploymentName, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="groupId" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.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="BeginCreateOrUpdateAtScope"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended BeginCreateOrUpdateAtScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended BeginCreateOrUpdateAtScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginCreateOrUpdateAtScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateOrUpdateAtScope (operations As IDeploymentsOperations, scope As String, deploymentName As String, parameters As Deployment) As DeploymentExtended" /> <MemberSignature Language="F#" Value="static member BeginCreateOrUpdateAtScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.Deployment -&gt; Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginCreateOrUpdateAtScope (operations, scope, deploymentName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="scope" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.Deployment" /> </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> <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="BeginCreateOrUpdateAtScopeAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; BeginCreateOrUpdateAtScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; BeginCreateOrUpdateAtScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginCreateOrUpdateAtScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateOrUpdateAtScopeAsync (operations As IDeploymentsOperations, scope As String, deploymentName As String, parameters As Deployment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtended)" /> <MemberSignature Language="F#" Value="static member BeginCreateOrUpdateAtScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.Deployment * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginCreateOrUpdateAtScopeAsync (operations, scope, deploymentName, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="scope" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.Deployment" /> <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="BeginCreateOrUpdateAtSubscriptionScope"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended BeginCreateOrUpdateAtSubscriptionScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended BeginCreateOrUpdateAtSubscriptionScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginCreateOrUpdateAtSubscriptionScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateOrUpdateAtSubscriptionScope (operations As IDeploymentsOperations, deploymentName As String, parameters As Deployment) As DeploymentExtended" /> <MemberSignature Language="F#" Value="static member BeginCreateOrUpdateAtSubscriptionScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.Deployment -&gt; Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginCreateOrUpdateAtSubscriptionScope (operations, deploymentName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.Deployment" /> </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> <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="BeginCreateOrUpdateAtSubscriptionScopeAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; BeginCreateOrUpdateAtSubscriptionScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; BeginCreateOrUpdateAtSubscriptionScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginCreateOrUpdateAtSubscriptionScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateOrUpdateAtSubscriptionScopeAsync (operations As IDeploymentsOperations, deploymentName As String, parameters As Deployment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtended)" /> <MemberSignature Language="F#" Value="static member BeginCreateOrUpdateAtSubscriptionScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.Deployment * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginCreateOrUpdateAtSubscriptionScopeAsync (operations, deploymentName, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.Deployment" /> <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="BeginCreateOrUpdateAtTenantScope"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended BeginCreateOrUpdateAtTenantScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended BeginCreateOrUpdateAtTenantScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginCreateOrUpdateAtTenantScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateOrUpdateAtTenantScope (operations As IDeploymentsOperations, deploymentName As String, parameters As ScopedDeployment) As DeploymentExtended" /> <MemberSignature Language="F#" Value="static member BeginCreateOrUpdateAtTenantScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment -&gt; Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginCreateOrUpdateAtTenantScope (operations, deploymentName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment" /> </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> <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="BeginCreateOrUpdateAtTenantScopeAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; BeginCreateOrUpdateAtTenantScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; BeginCreateOrUpdateAtTenantScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginCreateOrUpdateAtTenantScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateOrUpdateAtTenantScopeAsync (operations As IDeploymentsOperations, deploymentName As String, parameters As ScopedDeployment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtended)" /> <MemberSignature Language="F#" Value="static member BeginCreateOrUpdateAtTenantScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginCreateOrUpdateAtTenantScopeAsync (operations, deploymentName, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.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="BeginDelete"> <MemberSignature Language="C#" Value="public static void BeginDelete (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void BeginDelete(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginDelete(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub BeginDelete (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String)" /> <MemberSignature Language="F#" Value="static member BeginDelete : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string -&gt; unit" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginDelete (operations, resourceGroupName, deploymentName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> </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> <summary> Deletes a deployment from the deployment history. </summary> <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="BeginDeleteAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task BeginDeleteAsync (this Microsoft.Azure.Management.ResourceManager.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.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;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.IDeploymentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginDeleteAsync (operations, resourceGroupName, deploymentName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="BeginDeleteAtManagementGroupScope"> <MemberSignature Language="C#" Value="public static void BeginDeleteAtManagementGroupScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void BeginDeleteAtManagementGroupScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginDeleteAtManagementGroupScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub BeginDeleteAtManagementGroupScope (operations As IDeploymentsOperations, groupId As String, deploymentName As String)" /> <MemberSignature Language="F#" Value="static member BeginDeleteAtManagementGroupScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string -&gt; unit" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginDeleteAtManagementGroupScope (operations, groupId, deploymentName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="groupId" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> </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> <summary> Deletes a deployment from the deployment history. </summary> <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="BeginDeleteAtManagementGroupScopeAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task BeginDeleteAtManagementGroupScopeAsync (this Microsoft.Azure.Management.ResourceManager.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.IDeploymentsOperations operations, string groupId, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginDeleteAtManagementGroupScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;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.IDeploymentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginDeleteAtManagementGroupScopeAsync (operations, groupId, deploymentName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="BeginDeleteAtScope"> <MemberSignature Language="C#" Value="public static void BeginDeleteAtScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void BeginDeleteAtScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginDeleteAtScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub BeginDeleteAtScope (operations As IDeploymentsOperations, scope As String, deploymentName As String)" /> <MemberSignature Language="F#" Value="static member BeginDeleteAtScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string -&gt; unit" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginDeleteAtScope (operations, scope, deploymentName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="scope" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> </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> <summary> Deletes a deployment from the deployment history. </summary> <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.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.IDeploymentsOperations operations, string scope, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginDeleteAtScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;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.IDeploymentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginDeleteAtScopeAsync (operations, scope, deploymentName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="BeginDeleteAtSubscriptionScope"> <MemberSignature Language="C#" Value="public static void BeginDeleteAtSubscriptionScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void BeginDeleteAtSubscriptionScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginDeleteAtSubscriptionScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub BeginDeleteAtSubscriptionScope (operations As IDeploymentsOperations, deploymentName As String)" /> <MemberSignature Language="F#" Value="static member BeginDeleteAtSubscriptionScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string -&gt; unit" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginDeleteAtSubscriptionScope (operations, deploymentName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="deploymentName"> The name of the deployment. </param> <summary> Deletes a deployment from the deployment history. </summary> <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.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.IDeploymentsOperations operations, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginDeleteAtSubscriptionScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;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.IDeploymentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginDeleteAtSubscriptionScopeAsync (operations, deploymentName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="BeginDeleteAtTenantScope"> <MemberSignature Language="C#" Value="public static void BeginDeleteAtTenantScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void BeginDeleteAtTenantScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginDeleteAtTenantScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub BeginDeleteAtTenantScope (operations As IDeploymentsOperations, deploymentName As String)" /> <MemberSignature Language="F#" Value="static member BeginDeleteAtTenantScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string -&gt; unit" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginDeleteAtTenantScope (operations, deploymentName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="deploymentName"> The name of the deployment. </param> <summary> Deletes a deployment from the deployment history. </summary> <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.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.IDeploymentsOperations operations, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginDeleteAtTenantScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;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.IDeploymentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginDeleteAtTenantScopeAsync (operations, deploymentName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="BeginValidate"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult BeginValidate (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult BeginValidate(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginValidate(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginValidate (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, parameters As Deployment) As DeploymentValidateResult" /> <MemberSignature Language="F#" Value="static member BeginValidate : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.Deployment -&gt; Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginValidate (operations, resourceGroupName, deploymentName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.Deployment" /> </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> <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="BeginValidateAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt; BeginValidateAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt; BeginValidateAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginValidateAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginValidateAsync (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, parameters As Deployment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentValidateResult)" /> <MemberSignature Language="F#" Value="static member BeginValidateAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.Deployment * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginValidateAsync (operations, resourceGroupName, deploymentName, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.Deployment" /> <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="BeginValidateAtManagementGroupScope"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult BeginValidateAtManagementGroupScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult BeginValidateAtManagementGroupScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginValidateAtManagementGroupScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginValidateAtManagementGroupScope (operations As IDeploymentsOperations, groupId As String, deploymentName As String, parameters As ScopedDeployment) As DeploymentValidateResult" /> <MemberSignature Language="F#" Value="static member BeginValidateAtManagementGroupScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment -&gt; Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginValidateAtManagementGroupScope (operations, groupId, deploymentName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="groupId" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment" /> </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> <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&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt; BeginValidateAtManagementGroupScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt; BeginValidateAtManagementGroupScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginValidateAtManagementGroupScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginValidateAtManagementGroupScopeAsync (operations As IDeploymentsOperations, groupId As String, deploymentName As String, parameters As ScopedDeployment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentValidateResult)" /> <MemberSignature Language="F#" Value="static member BeginValidateAtManagementGroupScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginValidateAtManagementGroupScopeAsync (operations, groupId, deploymentName, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="groupId" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.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="BeginValidateAtScope"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult BeginValidateAtScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult BeginValidateAtScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginValidateAtScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginValidateAtScope (operations As IDeploymentsOperations, scope As String, deploymentName As String, parameters As Deployment) As DeploymentValidateResult" /> <MemberSignature Language="F#" Value="static member BeginValidateAtScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.Deployment -&gt; Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginValidateAtScope (operations, scope, deploymentName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="scope" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.Deployment" /> </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> <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&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt; BeginValidateAtScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt; BeginValidateAtScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginValidateAtScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginValidateAtScopeAsync (operations As IDeploymentsOperations, scope As String, deploymentName As String, parameters As Deployment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentValidateResult)" /> <MemberSignature Language="F#" Value="static member BeginValidateAtScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.Deployment * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginValidateAtScopeAsync (operations, scope, deploymentName, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="scope" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.Deployment" /> <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="BeginValidateAtSubscriptionScope"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult BeginValidateAtSubscriptionScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult BeginValidateAtSubscriptionScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginValidateAtSubscriptionScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginValidateAtSubscriptionScope (operations As IDeploymentsOperations, deploymentName As String, parameters As Deployment) As DeploymentValidateResult" /> <MemberSignature Language="F#" Value="static member BeginValidateAtSubscriptionScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.Deployment -&gt; Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginValidateAtSubscriptionScope (operations, deploymentName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.Deployment" /> </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> <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&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt; BeginValidateAtSubscriptionScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt; BeginValidateAtSubscriptionScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginValidateAtSubscriptionScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginValidateAtSubscriptionScopeAsync (operations As IDeploymentsOperations, deploymentName As String, parameters As Deployment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentValidateResult)" /> <MemberSignature Language="F#" Value="static member BeginValidateAtSubscriptionScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.Deployment * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginValidateAtSubscriptionScopeAsync (operations, deploymentName, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.Deployment" /> <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="BeginValidateAtTenantScope"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult BeginValidateAtTenantScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult BeginValidateAtTenantScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginValidateAtTenantScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginValidateAtTenantScope (operations As IDeploymentsOperations, deploymentName As String, parameters As ScopedDeployment) As DeploymentValidateResult" /> <MemberSignature Language="F#" Value="static member BeginValidateAtTenantScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment -&gt; Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginValidateAtTenantScope (operations, deploymentName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment" /> </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> <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&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt; BeginValidateAtTenantScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt; BeginValidateAtTenantScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginValidateAtTenantScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginValidateAtTenantScopeAsync (operations As IDeploymentsOperations, deploymentName As String, parameters As ScopedDeployment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentValidateResult)" /> <MemberSignature Language="F#" Value="static member BeginValidateAtTenantScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginValidateAtTenantScopeAsync (operations, deploymentName, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.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="BeginWhatIf"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult BeginWhatIf (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult BeginWhatIf(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginWhatIf(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginWhatIf (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, parameters As DeploymentWhatIf) As WhatIfOperationResult" /> <MemberSignature Language="F#" Value="static member BeginWhatIf : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf -&gt; Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginWhatIf (operations, resourceGroupName, deploymentName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf" /> </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> <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="BeginWhatIfAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult&gt; BeginWhatIfAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult&gt; BeginWhatIfAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginWhatIfAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginWhatIfAsync (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, parameters As DeploymentWhatIf, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WhatIfOperationResult)" /> <MemberSignature Language="F#" Value="static member BeginWhatIfAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginWhatIfAsync (operations, resourceGroupName, deploymentName, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.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="BeginWhatIfAtManagementGroupScope"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult BeginWhatIfAtManagementGroupScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult BeginWhatIfAtManagementGroupScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginWhatIfAtManagementGroupScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginWhatIfAtManagementGroupScope (operations As IDeploymentsOperations, groupId As String, deploymentName As String, parameters As ScopedDeploymentWhatIf) As WhatIfOperationResult" /> <MemberSignature Language="F#" Value="static member BeginWhatIfAtManagementGroupScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf -&gt; Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginWhatIfAtManagementGroupScope (operations, groupId, deploymentName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="groupId" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf" /> </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> <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="BeginWhatIfAtManagementGroupScopeAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult&gt; BeginWhatIfAtManagementGroupScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult&gt; BeginWhatIfAtManagementGroupScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginWhatIfAtManagementGroupScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginWhatIfAtManagementGroupScopeAsync (operations As IDeploymentsOperations, groupId As String, deploymentName As String, parameters As ScopedDeploymentWhatIf, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WhatIfOperationResult)" /> <MemberSignature Language="F#" Value="static member BeginWhatIfAtManagementGroupScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginWhatIfAtManagementGroupScopeAsync (operations, groupId, deploymentName, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="groupId" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.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="BeginWhatIfAtSubscriptionScope"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult BeginWhatIfAtSubscriptionScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult BeginWhatIfAtSubscriptionScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginWhatIfAtSubscriptionScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginWhatIfAtSubscriptionScope (operations As IDeploymentsOperations, deploymentName As String, parameters As DeploymentWhatIf) As WhatIfOperationResult" /> <MemberSignature Language="F#" Value="static member BeginWhatIfAtSubscriptionScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf -&gt; Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginWhatIfAtSubscriptionScope (operations, deploymentName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf" /> </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> <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="BeginWhatIfAtSubscriptionScopeAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult&gt; BeginWhatIfAtSubscriptionScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult&gt; BeginWhatIfAtSubscriptionScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginWhatIfAtSubscriptionScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginWhatIfAtSubscriptionScopeAsync (operations As IDeploymentsOperations, deploymentName As String, parameters As DeploymentWhatIf, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WhatIfOperationResult)" /> <MemberSignature Language="F#" Value="static member BeginWhatIfAtSubscriptionScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginWhatIfAtSubscriptionScopeAsync (operations, deploymentName, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.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="BeginWhatIfAtTenantScope"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult BeginWhatIfAtTenantScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult BeginWhatIfAtTenantScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginWhatIfAtTenantScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginWhatIfAtTenantScope (operations As IDeploymentsOperations, deploymentName As String, parameters As ScopedDeploymentWhatIf) As WhatIfOperationResult" /> <MemberSignature Language="F#" Value="static member BeginWhatIfAtTenantScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf -&gt; Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginWhatIfAtTenantScope (operations, deploymentName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf" /> </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> <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="BeginWhatIfAtTenantScopeAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult&gt; BeginWhatIfAtTenantScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult&gt; BeginWhatIfAtTenantScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginWhatIfAtTenantScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginWhatIfAtTenantScopeAsync (operations As IDeploymentsOperations, deploymentName As String, parameters As ScopedDeploymentWhatIf, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WhatIfOperationResult)" /> <MemberSignature Language="F#" Value="static member BeginWhatIfAtTenantScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginWhatIfAtTenantScopeAsync (operations, deploymentName, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.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="CalculateTemplateHash"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.TemplateHashResult CalculateTemplateHash (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, object template);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.TemplateHashResult CalculateTemplateHash(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, object template) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CalculateTemplateHash(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.Object)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CalculateTemplateHash (operations As IDeploymentsOperations, template As Object) As TemplateHashResult" /> <MemberSignature Language="F#" Value="static member CalculateTemplateHash : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * obj -&gt; Microsoft.Azure.Management.ResourceManager.Models.TemplateHashResult" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CalculateTemplateHash (operations, template)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.TemplateHashResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="template" Type="System.Object" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="template"> The template provided to calculate hash. </param> <summary> Calculate the hash of the given template. </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&lt;Microsoft.Azure.Management.ResourceManager.Models.TemplateHashResult&gt; CalculateTemplateHashAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, object template, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.TemplateHashResult&gt; CalculateTemplateHashAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, object template, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CalculateTemplateHashAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.Object,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CalculateTemplateHashAsync (operations As IDeploymentsOperations, template As Object, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TemplateHashResult)" /> <MemberSignature Language="F#" Value="static member CalculateTemplateHashAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * obj * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.TemplateHashResult&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CalculateTemplateHashAsync (operations, template, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.TemplateHashResult&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="Cancel"> <MemberSignature Language="C#" Value="public static void Cancel (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void Cancel(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.Cancel(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub Cancel (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String)" /> <MemberSignature Language="F#" Value="static member Cancel : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string -&gt; unit" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.Cancel (operations, resourceGroupName, deploymentName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> </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> <summary> Cancels a currently running template deployment. </summary> <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="CancelAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task CancelAsync (this Microsoft.Azure.Management.ResourceManager.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.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CancelAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;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.IDeploymentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CancelAsync (operations, resourceGroupName, deploymentName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="CancelAtManagementGroupScope"> <MemberSignature Language="C#" Value="public static void CancelAtManagementGroupScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void CancelAtManagementGroupScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CancelAtManagementGroupScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub CancelAtManagementGroupScope (operations As IDeploymentsOperations, groupId As String, deploymentName As String)" /> <MemberSignature Language="F#" Value="static member CancelAtManagementGroupScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string -&gt; unit" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CancelAtManagementGroupScope (operations, groupId, deploymentName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="groupId" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> </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> <summary> Cancels a currently running template deployment. </summary> <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="CancelAtManagementGroupScopeAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task CancelAtManagementGroupScopeAsync (this Microsoft.Azure.Management.ResourceManager.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.IDeploymentsOperations operations, string groupId, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CancelAtManagementGroupScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;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.IDeploymentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CancelAtManagementGroupScopeAsync (operations, groupId, deploymentName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="CancelAtScope"> <MemberSignature Language="C#" Value="public static void CancelAtScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void CancelAtScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CancelAtScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub CancelAtScope (operations As IDeploymentsOperations, scope As String, deploymentName As String)" /> <MemberSignature Language="F#" Value="static member CancelAtScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string -&gt; unit" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CancelAtScope (operations, scope, deploymentName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="scope" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> </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> <summary> Cancels a currently running template deployment. </summary> <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.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.IDeploymentsOperations operations, string scope, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CancelAtScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;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.IDeploymentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CancelAtScopeAsync (operations, scope, deploymentName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="CancelAtSubscriptionScope"> <MemberSignature Language="C#" Value="public static void CancelAtSubscriptionScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void CancelAtSubscriptionScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CancelAtSubscriptionScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub CancelAtSubscriptionScope (operations As IDeploymentsOperations, deploymentName As String)" /> <MemberSignature Language="F#" Value="static member CancelAtSubscriptionScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string -&gt; unit" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CancelAtSubscriptionScope (operations, deploymentName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="deploymentName"> The name of the deployment. </param> <summary> Cancels a currently running template deployment. </summary> <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.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.IDeploymentsOperations operations, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CancelAtSubscriptionScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;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.IDeploymentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CancelAtSubscriptionScopeAsync (operations, deploymentName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="CancelAtTenantScope"> <MemberSignature Language="C#" Value="public static void CancelAtTenantScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void CancelAtTenantScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CancelAtTenantScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub CancelAtTenantScope (operations As IDeploymentsOperations, deploymentName As String)" /> <MemberSignature Language="F#" Value="static member CancelAtTenantScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string -&gt; unit" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CancelAtTenantScope (operations, deploymentName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="deploymentName"> The name of the deployment. </param> <summary> Cancels a currently running template deployment. </summary> <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.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.IDeploymentsOperations operations, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CancelAtTenantScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;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.IDeploymentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CancelAtTenantScopeAsync (operations, deploymentName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="CheckExistence"> <MemberSignature Language="C#" Value="public static bool CheckExistence (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig bool CheckExistence(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CheckExistence(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CheckExistence (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String) As Boolean" /> <MemberSignature Language="F#" Value="static member CheckExistence : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string -&gt; bool" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CheckExistence (operations, resourceGroupName, deploymentName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> </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> <summary> Checks whether the deployment exists. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CheckExistenceAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;bool&gt; CheckExistenceAsync (this Microsoft.Azure.Management.ResourceManager.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&lt;bool&gt; CheckExistenceAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CheckExistenceAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;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.IDeploymentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;bool&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CheckExistenceAsync (operations, resourceGroupName, deploymentName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;System.Boolean&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="CheckExistenceAtManagementGroupScope"> <MemberSignature Language="C#" Value="public static bool CheckExistenceAtManagementGroupScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig bool CheckExistenceAtManagementGroupScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CheckExistenceAtManagementGroupScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CheckExistenceAtManagementGroupScope (operations As IDeploymentsOperations, groupId As String, deploymentName As String) As Boolean" /> <MemberSignature Language="F#" Value="static member CheckExistenceAtManagementGroupScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string -&gt; bool" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CheckExistenceAtManagementGroupScope (operations, groupId, deploymentName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="groupId" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> </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> <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&lt;bool&gt; CheckExistenceAtManagementGroupScopeAsync (this Microsoft.Azure.Management.ResourceManager.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&lt;bool&gt; CheckExistenceAtManagementGroupScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CheckExistenceAtManagementGroupScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;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.IDeploymentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;bool&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CheckExistenceAtManagementGroupScopeAsync (operations, groupId, deploymentName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;System.Boolean&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="CheckExistenceAtScope"> <MemberSignature Language="C#" Value="public static bool CheckExistenceAtScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig bool CheckExistenceAtScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CheckExistenceAtScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CheckExistenceAtScope (operations As IDeploymentsOperations, scope As String, deploymentName As String) As Boolean" /> <MemberSignature Language="F#" Value="static member CheckExistenceAtScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string -&gt; bool" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CheckExistenceAtScope (operations, scope, deploymentName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="scope" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> </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> <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&lt;bool&gt; CheckExistenceAtScopeAsync (this Microsoft.Azure.Management.ResourceManager.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&lt;bool&gt; CheckExistenceAtScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CheckExistenceAtScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;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.IDeploymentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;bool&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CheckExistenceAtScopeAsync (operations, scope, deploymentName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;System.Boolean&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="CheckExistenceAtSubscriptionScope"> <MemberSignature Language="C#" Value="public static bool CheckExistenceAtSubscriptionScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig bool CheckExistenceAtSubscriptionScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CheckExistenceAtSubscriptionScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CheckExistenceAtSubscriptionScope (operations As IDeploymentsOperations, deploymentName As String) As Boolean" /> <MemberSignature Language="F#" Value="static member CheckExistenceAtSubscriptionScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string -&gt; bool" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CheckExistenceAtSubscriptionScope (operations, deploymentName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="deploymentName"> The name of the deployment. </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&lt;bool&gt; CheckExistenceAtSubscriptionScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;bool&gt; CheckExistenceAtSubscriptionScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CheckExistenceAtSubscriptionScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;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.IDeploymentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;bool&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CheckExistenceAtSubscriptionScopeAsync (operations, deploymentName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;System.Boolean&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="CheckExistenceAtTenantScope"> <MemberSignature Language="C#" Value="public static bool CheckExistenceAtTenantScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig bool CheckExistenceAtTenantScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CheckExistenceAtTenantScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CheckExistenceAtTenantScope (operations As IDeploymentsOperations, deploymentName As String) As Boolean" /> <MemberSignature Language="F#" Value="static member CheckExistenceAtTenantScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string -&gt; bool" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CheckExistenceAtTenantScope (operations, deploymentName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="deploymentName"> The name of the deployment. </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&lt;bool&gt; CheckExistenceAtTenantScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;bool&gt; CheckExistenceAtTenantScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CheckExistenceAtTenantScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;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.IDeploymentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;bool&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CheckExistenceAtTenantScopeAsync (operations, deploymentName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;System.Boolean&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="CreateOrUpdate"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended CreateOrUpdate (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended CreateOrUpdate(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateOrUpdate (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, parameters As Deployment) As DeploymentExtended" /> <MemberSignature Language="F#" Value="static member CreateOrUpdate : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.Deployment -&gt; Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CreateOrUpdate (operations, resourceGroupName, deploymentName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.Deployment" /> </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> <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="CreateOrUpdateAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; CreateOrUpdateAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; CreateOrUpdateAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateOrUpdateAsync (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, parameters As Deployment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtended)" /> <MemberSignature Language="F#" Value="static member CreateOrUpdateAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.Deployment * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CreateOrUpdateAsync (operations, resourceGroupName, deploymentName, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.Deployment" /> <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="CreateOrUpdateAtManagementGroupScope"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended CreateOrUpdateAtManagementGroupScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended CreateOrUpdateAtManagementGroupScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CreateOrUpdateAtManagementGroupScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateOrUpdateAtManagementGroupScope (operations As IDeploymentsOperations, groupId As String, deploymentName As String, parameters As ScopedDeployment) As DeploymentExtended" /> <MemberSignature Language="F#" Value="static member CreateOrUpdateAtManagementGroupScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment -&gt; Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CreateOrUpdateAtManagementGroupScope (operations, groupId, deploymentName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="groupId" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment" /> </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> <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="CreateOrUpdateAtManagementGroupScopeAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; CreateOrUpdateAtManagementGroupScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; CreateOrUpdateAtManagementGroupScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CreateOrUpdateAtManagementGroupScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateOrUpdateAtManagementGroupScopeAsync (operations As IDeploymentsOperations, groupId As String, deploymentName As String, parameters As ScopedDeployment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtended)" /> <MemberSignature Language="F#" Value="static member CreateOrUpdateAtManagementGroupScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CreateOrUpdateAtManagementGroupScopeAsync (operations, groupId, deploymentName, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="groupId" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.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="CreateOrUpdateAtScope"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended CreateOrUpdateAtScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended CreateOrUpdateAtScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CreateOrUpdateAtScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateOrUpdateAtScope (operations As IDeploymentsOperations, scope As String, deploymentName As String, parameters As Deployment) As DeploymentExtended" /> <MemberSignature Language="F#" Value="static member CreateOrUpdateAtScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.Deployment -&gt; Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CreateOrUpdateAtScope (operations, scope, deploymentName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="scope" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.Deployment" /> </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> <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="CreateOrUpdateAtScopeAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; CreateOrUpdateAtScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; CreateOrUpdateAtScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CreateOrUpdateAtScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateOrUpdateAtScopeAsync (operations As IDeploymentsOperations, scope As String, deploymentName As String, parameters As Deployment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtended)" /> <MemberSignature Language="F#" Value="static member CreateOrUpdateAtScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.Deployment * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CreateOrUpdateAtScopeAsync (operations, scope, deploymentName, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="scope" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.Deployment" /> <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="CreateOrUpdateAtSubscriptionScope"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended CreateOrUpdateAtSubscriptionScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended CreateOrUpdateAtSubscriptionScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CreateOrUpdateAtSubscriptionScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateOrUpdateAtSubscriptionScope (operations As IDeploymentsOperations, deploymentName As String, parameters As Deployment) As DeploymentExtended" /> <MemberSignature Language="F#" Value="static member CreateOrUpdateAtSubscriptionScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.Deployment -&gt; Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CreateOrUpdateAtSubscriptionScope (operations, deploymentName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.Deployment" /> </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> <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="CreateOrUpdateAtSubscriptionScopeAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; CreateOrUpdateAtSubscriptionScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; CreateOrUpdateAtSubscriptionScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CreateOrUpdateAtSubscriptionScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateOrUpdateAtSubscriptionScopeAsync (operations As IDeploymentsOperations, deploymentName As String, parameters As Deployment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtended)" /> <MemberSignature Language="F#" Value="static member CreateOrUpdateAtSubscriptionScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.Deployment * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CreateOrUpdateAtSubscriptionScopeAsync (operations, deploymentName, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.Deployment" /> <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="CreateOrUpdateAtTenantScope"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended CreateOrUpdateAtTenantScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended CreateOrUpdateAtTenantScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CreateOrUpdateAtTenantScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateOrUpdateAtTenantScope (operations As IDeploymentsOperations, deploymentName As String, parameters As ScopedDeployment) As DeploymentExtended" /> <MemberSignature Language="F#" Value="static member CreateOrUpdateAtTenantScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment -&gt; Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CreateOrUpdateAtTenantScope (operations, deploymentName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment" /> </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> <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="CreateOrUpdateAtTenantScopeAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; CreateOrUpdateAtTenantScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; CreateOrUpdateAtTenantScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CreateOrUpdateAtTenantScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateOrUpdateAtTenantScopeAsync (operations As IDeploymentsOperations, deploymentName As String, parameters As ScopedDeployment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtended)" /> <MemberSignature Language="F#" Value="static member CreateOrUpdateAtTenantScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CreateOrUpdateAtTenantScopeAsync (operations, deploymentName, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.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="Delete"> <MemberSignature Language="C#" Value="public static void Delete (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void Delete(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.Delete(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub Delete (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String)" /> <MemberSignature Language="F#" Value="static member Delete : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string -&gt; unit" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.Delete (operations, resourceGroupName, deploymentName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> </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> <summary> Deletes a deployment from the deployment history. </summary> <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="DeleteAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.ResourceManager.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.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;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.IDeploymentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.DeleteAsync (operations, resourceGroupName, deploymentName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="DeleteAtManagementGroupScope"> <MemberSignature Language="C#" Value="public static void DeleteAtManagementGroupScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void DeleteAtManagementGroupScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.DeleteAtManagementGroupScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub DeleteAtManagementGroupScope (operations As IDeploymentsOperations, groupId As String, deploymentName As String)" /> <MemberSignature Language="F#" Value="static member DeleteAtManagementGroupScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string -&gt; unit" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.DeleteAtManagementGroupScope (operations, groupId, deploymentName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="groupId" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> </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> <summary> Deletes a deployment from the deployment history. </summary> <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="DeleteAtManagementGroupScopeAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task DeleteAtManagementGroupScopeAsync (this Microsoft.Azure.Management.ResourceManager.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.IDeploymentsOperations operations, string groupId, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.DeleteAtManagementGroupScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;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.IDeploymentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.DeleteAtManagementGroupScopeAsync (operations, groupId, deploymentName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="DeleteAtScope"> <MemberSignature Language="C#" Value="public static void DeleteAtScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void DeleteAtScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.DeleteAtScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub DeleteAtScope (operations As IDeploymentsOperations, scope As String, deploymentName As String)" /> <MemberSignature Language="F#" Value="static member DeleteAtScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string -&gt; unit" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.DeleteAtScope (operations, scope, deploymentName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="scope" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> </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> <summary> Deletes a deployment from the deployment history. </summary> <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.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.IDeploymentsOperations operations, string scope, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.DeleteAtScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;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.IDeploymentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.DeleteAtScopeAsync (operations, scope, deploymentName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="DeleteAtSubscriptionScope"> <MemberSignature Language="C#" Value="public static void DeleteAtSubscriptionScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void DeleteAtSubscriptionScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.DeleteAtSubscriptionScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub DeleteAtSubscriptionScope (operations As IDeploymentsOperations, deploymentName As String)" /> <MemberSignature Language="F#" Value="static member DeleteAtSubscriptionScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string -&gt; unit" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.DeleteAtSubscriptionScope (operations, deploymentName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="deploymentName"> The name of the deployment. </param> <summary> Deletes a deployment from the deployment history. </summary> <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.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.IDeploymentsOperations operations, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.DeleteAtSubscriptionScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;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.IDeploymentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.DeleteAtSubscriptionScopeAsync (operations, deploymentName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="DeleteAtTenantScope"> <MemberSignature Language="C#" Value="public static void DeleteAtTenantScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void DeleteAtTenantScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.DeleteAtTenantScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub DeleteAtTenantScope (operations As IDeploymentsOperations, deploymentName As String)" /> <MemberSignature Language="F#" Value="static member DeleteAtTenantScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string -&gt; unit" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.DeleteAtTenantScope (operations, deploymentName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="deploymentName"> The name of the deployment. </param> <summary> Deletes a deployment from the deployment history. </summary> <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.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.IDeploymentsOperations operations, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.DeleteAtTenantScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;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.IDeploymentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.DeleteAtTenantScopeAsync (operations, deploymentName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="ExportTemplate"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult ExportTemplate (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult ExportTemplate(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ExportTemplate(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ExportTemplate (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String) As DeploymentExportResult" /> <MemberSignature Language="F#" Value="static member ExportTemplate : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string -&gt; Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ExportTemplate (operations, resourceGroupName, deploymentName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> </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> <summary> Exports the template used for specified deployment. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ExportTemplateAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult&gt; ExportTemplateAsync (this Microsoft.Azure.Management.ResourceManager.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&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult&gt; ExportTemplateAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ExportTemplateAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ExportTemplateAsync (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExportResult)" /> <MemberSignature Language="F#" Value="static member ExportTemplateAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ExportTemplateAsync (operations, resourceGroupName, deploymentName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="ExportTemplateAtManagementGroupScope"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult ExportTemplateAtManagementGroupScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult ExportTemplateAtManagementGroupScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ExportTemplateAtManagementGroupScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ExportTemplateAtManagementGroupScope (operations As IDeploymentsOperations, groupId As String, deploymentName As String) As DeploymentExportResult" /> <MemberSignature Language="F#" Value="static member ExportTemplateAtManagementGroupScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string -&gt; Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ExportTemplateAtManagementGroupScope (operations, groupId, deploymentName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="groupId" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> </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> <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&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult&gt; ExportTemplateAtManagementGroupScopeAsync (this Microsoft.Azure.Management.ResourceManager.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&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult&gt; ExportTemplateAtManagementGroupScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ExportTemplateAtManagementGroupScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ExportTemplateAtManagementGroupScopeAsync (operations As IDeploymentsOperations, groupId As String, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExportResult)" /> <MemberSignature Language="F#" Value="static member ExportTemplateAtManagementGroupScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ExportTemplateAtManagementGroupScopeAsync (operations, groupId, deploymentName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="ExportTemplateAtScope"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult ExportTemplateAtScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult ExportTemplateAtScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ExportTemplateAtScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ExportTemplateAtScope (operations As IDeploymentsOperations, scope As String, deploymentName As String) As DeploymentExportResult" /> <MemberSignature Language="F#" Value="static member ExportTemplateAtScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string -&gt; Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ExportTemplateAtScope (operations, scope, deploymentName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="scope" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> </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> <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&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult&gt; ExportTemplateAtScopeAsync (this Microsoft.Azure.Management.ResourceManager.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&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult&gt; ExportTemplateAtScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ExportTemplateAtScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ExportTemplateAtScopeAsync (operations As IDeploymentsOperations, scope As String, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExportResult)" /> <MemberSignature Language="F#" Value="static member ExportTemplateAtScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ExportTemplateAtScopeAsync (operations, scope, deploymentName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="ExportTemplateAtSubscriptionScope"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult ExportTemplateAtSubscriptionScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult ExportTemplateAtSubscriptionScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ExportTemplateAtSubscriptionScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ExportTemplateAtSubscriptionScope (operations As IDeploymentsOperations, deploymentName As String) As DeploymentExportResult" /> <MemberSignature Language="F#" Value="static member ExportTemplateAtSubscriptionScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string -&gt; Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ExportTemplateAtSubscriptionScope (operations, deploymentName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="deploymentName"> The name of the deployment. </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&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult&gt; ExportTemplateAtSubscriptionScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult&gt; ExportTemplateAtSubscriptionScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ExportTemplateAtSubscriptionScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ExportTemplateAtSubscriptionScopeAsync (operations As IDeploymentsOperations, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExportResult)" /> <MemberSignature Language="F#" Value="static member ExportTemplateAtSubscriptionScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ExportTemplateAtSubscriptionScopeAsync (operations, deploymentName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="ExportTemplateAtTenantScope"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult ExportTemplateAtTenantScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult ExportTemplateAtTenantScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ExportTemplateAtTenantScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ExportTemplateAtTenantScope (operations As IDeploymentsOperations, deploymentName As String) As DeploymentExportResult" /> <MemberSignature Language="F#" Value="static member ExportTemplateAtTenantScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string -&gt; Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ExportTemplateAtTenantScope (operations, deploymentName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="deploymentName"> The name of the deployment. </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&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult&gt; ExportTemplateAtTenantScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult&gt; ExportTemplateAtTenantScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ExportTemplateAtTenantScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ExportTemplateAtTenantScopeAsync (operations As IDeploymentsOperations, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExportResult)" /> <MemberSignature Language="F#" Value="static member ExportTemplateAtTenantScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ExportTemplateAtTenantScopeAsync (operations, deploymentName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="Get"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended Get (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended Get(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.Get(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function Get (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String) As DeploymentExtended" /> <MemberSignature Language="F#" Value="static member Get : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string -&gt; Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.Get (operations, resourceGroupName, deploymentName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> </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> <summary> Gets a 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&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; GetAsync (this Microsoft.Azure.Management.ResourceManager.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&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; GetAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.GetAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetAsync (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtended)" /> <MemberSignature Language="F#" Value="static member GetAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.GetAsync (operations, resourceGroupName, deploymentName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="GetAtManagementGroupScope"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended GetAtManagementGroupScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended GetAtManagementGroupScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.GetAtManagementGroupScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetAtManagementGroupScope (operations As IDeploymentsOperations, groupId As String, deploymentName As String) As DeploymentExtended" /> <MemberSignature Language="F#" Value="static member GetAtManagementGroupScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string -&gt; Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.GetAtManagementGroupScope (operations, groupId, deploymentName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="groupId" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> </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> <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&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; GetAtManagementGroupScopeAsync (this Microsoft.Azure.Management.ResourceManager.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&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; GetAtManagementGroupScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.GetAtManagementGroupScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetAtManagementGroupScopeAsync (operations As IDeploymentsOperations, groupId As String, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtended)" /> <MemberSignature Language="F#" Value="static member GetAtManagementGroupScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.GetAtManagementGroupScopeAsync (operations, groupId, deploymentName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="GetAtScope"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended GetAtScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended GetAtScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.GetAtScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetAtScope (operations As IDeploymentsOperations, scope As String, deploymentName As String) As DeploymentExtended" /> <MemberSignature Language="F#" Value="static member GetAtScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string -&gt; Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.GetAtScope (operations, scope, deploymentName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="scope" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> </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> <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&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; GetAtScopeAsync (this Microsoft.Azure.Management.ResourceManager.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&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; GetAtScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.GetAtScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetAtScopeAsync (operations As IDeploymentsOperations, scope As String, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtended)" /> <MemberSignature Language="F#" Value="static member GetAtScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.GetAtScopeAsync (operations, scope, deploymentName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="GetAtSubscriptionScope"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended GetAtSubscriptionScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended GetAtSubscriptionScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.GetAtSubscriptionScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetAtSubscriptionScope (operations As IDeploymentsOperations, deploymentName As String) As DeploymentExtended" /> <MemberSignature Language="F#" Value="static member GetAtSubscriptionScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string -&gt; Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.GetAtSubscriptionScope (operations, deploymentName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="deploymentName"> The name of the deployment. </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&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; GetAtSubscriptionScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; GetAtSubscriptionScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.GetAtSubscriptionScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetAtSubscriptionScopeAsync (operations As IDeploymentsOperations, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtended)" /> <MemberSignature Language="F#" Value="static member GetAtSubscriptionScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.GetAtSubscriptionScopeAsync (operations, deploymentName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="GetAtTenantScope"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended GetAtTenantScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended GetAtTenantScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.GetAtTenantScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetAtTenantScope (operations As IDeploymentsOperations, deploymentName As String) As DeploymentExtended" /> <MemberSignature Language="F#" Value="static member GetAtTenantScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string -&gt; Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.GetAtTenantScope (operations, deploymentName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="deploymentName"> The name of the deployment. </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&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; GetAtTenantScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; GetAtTenantScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.GetAtTenantScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetAtTenantScopeAsync (operations As IDeploymentsOperations, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtended)" /> <MemberSignature Language="F#" Value="static member GetAtTenantScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.GetAtTenantScopeAsync (operations, deploymentName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="ListAtManagementGroupScope"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; ListAtManagementGroupScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt; odataQuery = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; ListAtManagementGroupScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt; odataQuery) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListAtManagementGroupScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAtManagementGroupScope (operations As IDeploymentsOperations, groupId As String, Optional odataQuery As ODataQuery(Of DeploymentExtendedFilter) = Nothing) As IPage(Of DeploymentExtended)" /> <MemberSignature Language="F#" Value="static member ListAtManagementGroupScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt; -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListAtManagementGroupScope (operations, groupId, odataQuery)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="groupId" Type="System.String" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt;" /> </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> <summary> Get all the deployments for a management group. </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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt; ListAtManagementGroupScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt; odataQuery = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt; ListAtManagementGroupScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt; odataQuery, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListAtManagementGroupScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;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 DeploymentExtended))" /> <MemberSignature Language="F#" Value="static member ListAtManagementGroupScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListAtManagementGroupScopeAsync (operations, groupId, odataQuery, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="groupId" Type="System.String" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt;" /> <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="ListAtManagementGroupScopeNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; ListAtManagementGroupScopeNext (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; ListAtManagementGroupScopeNext(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListAtManagementGroupScopeNext(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAtManagementGroupScopeNext (operations As IDeploymentsOperations, nextPageLink As String) As IPage(Of DeploymentExtended)" /> <MemberSignature Language="F#" Value="static member ListAtManagementGroupScopeNext : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListAtManagementGroupScopeNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </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> <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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt; ListAtManagementGroupScopeNextAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt; ListAtManagementGroupScopeNextAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListAtManagementGroupScopeNextAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAtManagementGroupScopeNextAsync (operations As IDeploymentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeploymentExtended))" /> <MemberSignature Language="F#" Value="static member ListAtManagementGroupScopeNextAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListAtManagementGroupScopeNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="ListAtScope"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; ListAtScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt; odataQuery = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; ListAtScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt; odataQuery) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListAtScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAtScope (operations As IDeploymentsOperations, scope As String, Optional odataQuery As ODataQuery(Of DeploymentExtendedFilter) = Nothing) As IPage(Of DeploymentExtended)" /> <MemberSignature Language="F#" Value="static member ListAtScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt; -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListAtScope (operations, scope, odataQuery)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="scope" Type="System.String" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt;" /> </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> <summary> Get all the deployments at the given scope. </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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt; ListAtScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt; odataQuery = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt; ListAtScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt; odataQuery, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListAtScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;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 DeploymentExtended))" /> <MemberSignature Language="F#" Value="static member ListAtScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListAtScopeAsync (operations, scope, odataQuery, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="scope" Type="System.String" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt;" /> <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="ListAtScopeNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; ListAtScopeNext (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; ListAtScopeNext(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListAtScopeNext(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAtScopeNext (operations As IDeploymentsOperations, nextPageLink As String) As IPage(Of DeploymentExtended)" /> <MemberSignature Language="F#" Value="static member ListAtScopeNext : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListAtScopeNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </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> <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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt; ListAtScopeNextAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt; ListAtScopeNextAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListAtScopeNextAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAtScopeNextAsync (operations As IDeploymentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeploymentExtended))" /> <MemberSignature Language="F#" Value="static member ListAtScopeNextAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListAtScopeNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="ListAtSubscriptionScope"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; ListAtSubscriptionScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt; odataQuery = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; ListAtSubscriptionScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt; odataQuery) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListAtSubscriptionScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAtSubscriptionScope (operations As IDeploymentsOperations, Optional odataQuery As ODataQuery(Of DeploymentExtendedFilter) = Nothing) As IPage(Of DeploymentExtended)" /> <MemberSignature Language="F#" Value="static member ListAtSubscriptionScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt; -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListAtSubscriptionScope (operations, odataQuery)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt;" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <summary> Get all the deployments for a subscription. </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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt; ListAtSubscriptionScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt; odataQuery = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt; ListAtSubscriptionScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt; odataQuery, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListAtSubscriptionScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAtSubscriptionScopeAsync (operations As IDeploymentsOperations, Optional odataQuery As ODataQuery(Of DeploymentExtendedFilter) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeploymentExtended))" /> <MemberSignature Language="F#" Value="static member ListAtSubscriptionScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListAtSubscriptionScopeAsync (operations, odataQuery, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt;" /> <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="ListAtSubscriptionScopeNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; ListAtSubscriptionScopeNext (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; ListAtSubscriptionScopeNext(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListAtSubscriptionScopeNext(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAtSubscriptionScopeNext (operations As IDeploymentsOperations, nextPageLink As String) As IPage(Of DeploymentExtended)" /> <MemberSignature Language="F#" Value="static member ListAtSubscriptionScopeNext : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListAtSubscriptionScopeNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </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> <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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt; ListAtSubscriptionScopeNextAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt; ListAtSubscriptionScopeNextAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListAtSubscriptionScopeNextAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAtSubscriptionScopeNextAsync (operations As IDeploymentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeploymentExtended))" /> <MemberSignature Language="F#" Value="static member ListAtSubscriptionScopeNextAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListAtSubscriptionScopeNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="ListAtTenantScope"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; ListAtTenantScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt; odataQuery = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; ListAtTenantScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt; odataQuery) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListAtTenantScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAtTenantScope (operations As IDeploymentsOperations, Optional odataQuery As ODataQuery(Of DeploymentExtendedFilter) = Nothing) As IPage(Of DeploymentExtended)" /> <MemberSignature Language="F#" Value="static member ListAtTenantScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt; -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListAtTenantScope (operations, odataQuery)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt;" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="odataQuery"> OData parameters to apply to the operation. </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="ListAtTenantScopeAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt; ListAtTenantScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt; odataQuery = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt; ListAtTenantScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt; odataQuery, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListAtTenantScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAtTenantScopeAsync (operations As IDeploymentsOperations, Optional odataQuery As ODataQuery(Of DeploymentExtendedFilter) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeploymentExtended))" /> <MemberSignature Language="F#" Value="static member ListAtTenantScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListAtTenantScopeAsync (operations, odataQuery, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt;" /> <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="ListAtTenantScopeNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; ListAtTenantScopeNext (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; ListAtTenantScopeNext(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListAtTenantScopeNext(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAtTenantScopeNext (operations As IDeploymentsOperations, nextPageLink As String) As IPage(Of DeploymentExtended)" /> <MemberSignature Language="F#" Value="static member ListAtTenantScopeNext : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListAtTenantScopeNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </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> <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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt; ListAtTenantScopeNextAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt; ListAtTenantScopeNextAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListAtTenantScopeNextAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAtTenantScopeNextAsync (operations As IDeploymentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeploymentExtended))" /> <MemberSignature Language="F#" Value="static member ListAtTenantScopeNextAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListAtTenantScopeNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="ListByResourceGroup"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; ListByResourceGroup (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt; odataQuery = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; ListByResourceGroup(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt; odataQuery) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListByResourceGroup(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListByResourceGroup (operations As IDeploymentsOperations, resourceGroupName As String, Optional odataQuery As ODataQuery(Of DeploymentExtendedFilter) = Nothing) As IPage(Of DeploymentExtended)" /> <MemberSignature Language="F#" Value="static member ListByResourceGroup : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt; -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListByResourceGroup (operations, resourceGroupName, odataQuery)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt;" /> </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> <summary> Get all the deployments for a resource group. </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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt; ListByResourceGroupAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt; odataQuery = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt; ListByResourceGroupAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt; odataQuery, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListByResourceGroupAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;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 DeploymentExtended))" /> <MemberSignature Language="F#" Value="static member ListByResourceGroupAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListByResourceGroupAsync (operations, resourceGroupName, odataQuery, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter&gt;" /> <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="ListByResourceGroupNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; ListByResourceGroupNext (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt; ListByResourceGroupNext(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListByResourceGroupNext(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListByResourceGroupNext (operations As IDeploymentsOperations, nextPageLink As String) As IPage(Of DeploymentExtended)" /> <MemberSignature Language="F#" Value="static member ListByResourceGroupNext : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListByResourceGroupNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </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> <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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt; ListByResourceGroupNextAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt; ListByResourceGroupNextAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListByResourceGroupNextAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListByResourceGroupNextAsync (operations As IDeploymentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeploymentExtended))" /> <MemberSignature Language="F#" Value="static member ListByResourceGroupNextAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListByResourceGroupNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.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="Validate"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult Validate (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult Validate(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.Validate(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function Validate (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, parameters As Deployment) As DeploymentValidateResult" /> <MemberSignature Language="F#" Value="static member Validate : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.Deployment -&gt; Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.Validate (operations, resourceGroupName, deploymentName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.Deployment" /> </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> <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="ValidateAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt; ValidateAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt; ValidateAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ValidateAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ValidateAsync (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, parameters As Deployment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentValidateResult)" /> <MemberSignature Language="F#" Value="static member ValidateAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.Deployment * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ValidateAsync (operations, resourceGroupName, deploymentName, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.Deployment" /> <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="ValidateAtManagementGroupScope"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult ValidateAtManagementGroupScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult ValidateAtManagementGroupScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ValidateAtManagementGroupScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ValidateAtManagementGroupScope (operations As IDeploymentsOperations, groupId As String, deploymentName As String, parameters As ScopedDeployment) As DeploymentValidateResult" /> <MemberSignature Language="F#" Value="static member ValidateAtManagementGroupScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment -&gt; Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ValidateAtManagementGroupScope (operations, groupId, deploymentName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="groupId" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment" /> </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> <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&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt; ValidateAtManagementGroupScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt; ValidateAtManagementGroupScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ValidateAtManagementGroupScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ValidateAtManagementGroupScopeAsync (operations As IDeploymentsOperations, groupId As String, deploymentName As String, parameters As ScopedDeployment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentValidateResult)" /> <MemberSignature Language="F#" Value="static member ValidateAtManagementGroupScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ValidateAtManagementGroupScopeAsync (operations, groupId, deploymentName, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="groupId" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.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="ValidateAtScope"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult ValidateAtScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult ValidateAtScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ValidateAtScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ValidateAtScope (operations As IDeploymentsOperations, scope As String, deploymentName As String, parameters As Deployment) As DeploymentValidateResult" /> <MemberSignature Language="F#" Value="static member ValidateAtScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.Deployment -&gt; Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ValidateAtScope (operations, scope, deploymentName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="scope" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.Deployment" /> </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> <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&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt; ValidateAtScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt; ValidateAtScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ValidateAtScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ValidateAtScopeAsync (operations As IDeploymentsOperations, scope As String, deploymentName As String, parameters As Deployment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentValidateResult)" /> <MemberSignature Language="F#" Value="static member ValidateAtScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.Deployment * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ValidateAtScopeAsync (operations, scope, deploymentName, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="scope" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.Deployment" /> <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="ValidateAtSubscriptionScope"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult ValidateAtSubscriptionScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult ValidateAtSubscriptionScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ValidateAtSubscriptionScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ValidateAtSubscriptionScope (operations As IDeploymentsOperations, deploymentName As String, parameters As Deployment) As DeploymentValidateResult" /> <MemberSignature Language="F#" Value="static member ValidateAtSubscriptionScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.Deployment -&gt; Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ValidateAtSubscriptionScope (operations, deploymentName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.Deployment" /> </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> <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&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt; ValidateAtSubscriptionScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt; ValidateAtSubscriptionScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ValidateAtSubscriptionScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ValidateAtSubscriptionScopeAsync (operations As IDeploymentsOperations, deploymentName As String, parameters As Deployment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentValidateResult)" /> <MemberSignature Language="F#" Value="static member ValidateAtSubscriptionScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.Deployment * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ValidateAtSubscriptionScopeAsync (operations, deploymentName, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.Deployment" /> <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="ValidateAtTenantScope"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult ValidateAtTenantScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult ValidateAtTenantScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ValidateAtTenantScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ValidateAtTenantScope (operations As IDeploymentsOperations, deploymentName As String, parameters As ScopedDeployment) As DeploymentValidateResult" /> <MemberSignature Language="F#" Value="static member ValidateAtTenantScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment -&gt; Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ValidateAtTenantScope (operations, deploymentName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment" /> </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> <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&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt; ValidateAtTenantScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt; ValidateAtTenantScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ValidateAtTenantScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ValidateAtTenantScopeAsync (operations As IDeploymentsOperations, deploymentName As String, parameters As ScopedDeployment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentValidateResult)" /> <MemberSignature Language="F#" Value="static member ValidateAtTenantScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ValidateAtTenantScopeAsync (operations, deploymentName, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.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="WhatIf"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult WhatIf (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult WhatIf(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.WhatIf(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function WhatIf (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, parameters As DeploymentWhatIf) As WhatIfOperationResult" /> <MemberSignature Language="F#" Value="static member WhatIf : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf -&gt; Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.WhatIf (operations, resourceGroupName, deploymentName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf" /> </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> <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="WhatIfAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult&gt; WhatIfAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult&gt; WhatIfAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.WhatIfAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function WhatIfAsync (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, parameters As DeploymentWhatIf, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WhatIfOperationResult)" /> <MemberSignature Language="F#" Value="static member WhatIfAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.WhatIfAsync (operations, resourceGroupName, deploymentName, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.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="WhatIfAtManagementGroupScope"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult WhatIfAtManagementGroupScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult WhatIfAtManagementGroupScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.WhatIfAtManagementGroupScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function WhatIfAtManagementGroupScope (operations As IDeploymentsOperations, groupId As String, deploymentName As String, parameters As ScopedDeploymentWhatIf) As WhatIfOperationResult" /> <MemberSignature Language="F#" Value="static member WhatIfAtManagementGroupScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf -&gt; Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.WhatIfAtManagementGroupScope (operations, groupId, deploymentName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="groupId" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf" /> </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> <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="WhatIfAtManagementGroupScopeAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult&gt; WhatIfAtManagementGroupScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult&gt; WhatIfAtManagementGroupScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string groupId, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.WhatIfAtManagementGroupScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function WhatIfAtManagementGroupScopeAsync (operations As IDeploymentsOperations, groupId As String, deploymentName As String, parameters As ScopedDeploymentWhatIf, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WhatIfOperationResult)" /> <MemberSignature Language="F#" Value="static member WhatIfAtManagementGroupScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.WhatIfAtManagementGroupScopeAsync (operations, groupId, deploymentName, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="groupId" Type="System.String" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.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="WhatIfAtSubscriptionScope"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult WhatIfAtSubscriptionScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult WhatIfAtSubscriptionScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.WhatIfAtSubscriptionScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function WhatIfAtSubscriptionScope (operations As IDeploymentsOperations, deploymentName As String, parameters As DeploymentWhatIf) As WhatIfOperationResult" /> <MemberSignature Language="F#" Value="static member WhatIfAtSubscriptionScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf -&gt; Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.WhatIfAtSubscriptionScope (operations, deploymentName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf" /> </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> <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="WhatIfAtSubscriptionScopeAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult&gt; WhatIfAtSubscriptionScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult&gt; WhatIfAtSubscriptionScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.WhatIfAtSubscriptionScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function WhatIfAtSubscriptionScopeAsync (operations As IDeploymentsOperations, deploymentName As String, parameters As DeploymentWhatIf, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WhatIfOperationResult)" /> <MemberSignature Language="F#" Value="static member WhatIfAtSubscriptionScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.WhatIfAtSubscriptionScopeAsync (operations, deploymentName, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.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="WhatIfAtTenantScope"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult WhatIfAtTenantScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult WhatIfAtTenantScope(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.WhatIfAtTenantScope(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function WhatIfAtTenantScope (operations As IDeploymentsOperations, deploymentName As String, parameters As ScopedDeploymentWhatIf) As WhatIfOperationResult" /> <MemberSignature Language="F#" Value="static member WhatIfAtTenantScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf -&gt; Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.WhatIfAtTenantScope (operations, deploymentName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf" /> </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> <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="WhatIfAtTenantScopeAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult&gt; WhatIfAtTenantScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult&gt; WhatIfAtTenantScopeAsync(class Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.WhatIfAtTenantScopeAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function WhatIfAtTenantScopeAsync (operations As IDeploymentsOperations, deploymentName As String, parameters As ScopedDeploymentWhatIf, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WhatIfOperationResult)" /> <MemberSignature Language="F#" Value="static member WhatIfAtTenantScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult&gt;" Usage="Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.WhatIfAtTenantScopeAsync (operations, deploymentName, parameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.ResourceManager</AssemblyName> <AssemblyVersion>3.17.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations" RefType="this" /> <Parameter Name="deploymentName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.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>