xml/Microsoft.Azure.Management.ResourceManager.Fluent/IDeploymentsOperations.xml (3,529 lines of code) (raw):
<Type Name="IDeploymentsOperations" FullName="Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations">
<TypeSignature Language="C#" Value="public interface IDeploymentsOperations" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IDeploymentsOperations" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations" />
<TypeSignature Language="VB.NET" Value="Public Interface IDeploymentsOperations" />
<TypeSignature Language="F#" Value="type IDeploymentsOperations = interface" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.69</AssemblyVersion>
<AssemblyVersion>1.0.0.70</AssemblyVersion>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Interfaces />
<Docs>
<summary>
DeploymentsOperations operations.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="BeginCreateOrUpdateAtManagementGroupScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> BeginCreateOrUpdateAtManagementGroupScopeWithHttpMessagesAsync (string groupId, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> BeginCreateOrUpdateAtManagementGroupScopeWithHttpMessagesAsync(string groupId, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.BeginCreateOrUpdateAtManagementGroupScopeWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginCreateOrUpdateAtManagementGroupScopeWithHttpMessagesAsync (groupId As String, deploymentName As String, parameters As ScopedDeployment, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DeploymentExtendedInner))" />
<MemberSignature Language="F#" Value="abstract member BeginCreateOrUpdateAtManagementGroupScopeWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>" Usage="iDeploymentsOperations.BeginCreateOrUpdateAtManagementGroupScopeWithHttpMessagesAsync (groupId, deploymentName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="groupId" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="BeginCreateOrUpdateAtScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> BeginCreateOrUpdateAtScopeWithHttpMessagesAsync (string scope, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> BeginCreateOrUpdateAtScopeWithHttpMessagesAsync(string scope, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.BeginCreateOrUpdateAtScopeWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginCreateOrUpdateAtScopeWithHttpMessagesAsync (scope As String, deploymentName As String, parameters As DeploymentInner, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DeploymentExtendedInner))" />
<MemberSignature Language="F#" Value="abstract member BeginCreateOrUpdateAtScopeWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>" Usage="iDeploymentsOperations.BeginCreateOrUpdateAtScopeWithHttpMessagesAsync (scope, deploymentName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="scope" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="BeginCreateOrUpdateAtSubscriptionScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> BeginCreateOrUpdateAtSubscriptionScopeWithHttpMessagesAsync (string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> BeginCreateOrUpdateAtSubscriptionScopeWithHttpMessagesAsync(string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.BeginCreateOrUpdateAtSubscriptionScopeWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginCreateOrUpdateAtSubscriptionScopeWithHttpMessagesAsync (deploymentName As String, parameters As DeploymentInner, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DeploymentExtendedInner))" />
<MemberSignature Language="F#" Value="abstract member BeginCreateOrUpdateAtSubscriptionScopeWithHttpMessagesAsync : string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>" Usage="iDeploymentsOperations.BeginCreateOrUpdateAtSubscriptionScopeWithHttpMessagesAsync (deploymentName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Additional parameters supplied to the operation.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="BeginCreateOrUpdateAtTenantScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> BeginCreateOrUpdateAtTenantScopeWithHttpMessagesAsync (string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> BeginCreateOrUpdateAtTenantScopeWithHttpMessagesAsync(string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.BeginCreateOrUpdateAtTenantScopeWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginCreateOrUpdateAtTenantScopeWithHttpMessagesAsync (deploymentName As String, parameters As ScopedDeployment, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DeploymentExtendedInner))" />
<MemberSignature Language="F#" Value="abstract member BeginCreateOrUpdateAtTenantScopeWithHttpMessagesAsync : string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>" Usage="iDeploymentsOperations.BeginCreateOrUpdateAtTenantScopeWithHttpMessagesAsync (deploymentName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Additional parameters supplied to the operation.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="BeginCreateOrUpdateWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> BeginCreateOrUpdateWithHttpMessagesAsync (string resourceGroupName, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginCreateOrUpdateWithHttpMessagesAsync (resourceGroupName As String, deploymentName As String, parameters As DeploymentInner, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DeploymentExtendedInner))" />
<MemberSignature Language="F#" Value="abstract member BeginCreateOrUpdateWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>" Usage="iDeploymentsOperations.BeginCreateOrUpdateWithHttpMessagesAsync (resourceGroupName, deploymentName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="BeginDeleteAtManagementGroupScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> BeginDeleteAtManagementGroupScopeWithHttpMessagesAsync (string groupId, string deploymentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse> BeginDeleteAtManagementGroupScopeWithHttpMessagesAsync(string groupId, string deploymentName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.BeginDeleteAtManagementGroupScopeWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginDeleteAtManagementGroupScopeWithHttpMessagesAsync (groupId As String, deploymentName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginDeleteAtManagementGroupScopeWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>" Usage="iDeploymentsOperations.BeginDeleteAtManagementGroupScopeWithHttpMessagesAsync (groupId, deploymentName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="groupId" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="groupId">
The management group ID.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="BeginDeleteAtScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> BeginDeleteAtScopeWithHttpMessagesAsync (string scope, string deploymentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse> BeginDeleteAtScopeWithHttpMessagesAsync(string scope, string deploymentName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.BeginDeleteAtScopeWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginDeleteAtScopeWithHttpMessagesAsync (scope As String, deploymentName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginDeleteAtScopeWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>" Usage="iDeploymentsOperations.BeginDeleteAtScopeWithHttpMessagesAsync (scope, deploymentName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="scope" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="scope">
The resource scope.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="BeginDeleteAtSubscriptionScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> BeginDeleteAtSubscriptionScopeWithHttpMessagesAsync (string deploymentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse> BeginDeleteAtSubscriptionScopeWithHttpMessagesAsync(string deploymentName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.BeginDeleteAtSubscriptionScopeWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginDeleteAtSubscriptionScopeWithHttpMessagesAsync (deploymentName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginDeleteAtSubscriptionScopeWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>" Usage="iDeploymentsOperations.BeginDeleteAtSubscriptionScopeWithHttpMessagesAsync (deploymentName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="BeginDeleteAtTenantScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> BeginDeleteAtTenantScopeWithHttpMessagesAsync (string deploymentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse> BeginDeleteAtTenantScopeWithHttpMessagesAsync(string deploymentName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.BeginDeleteAtTenantScopeWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginDeleteAtTenantScopeWithHttpMessagesAsync (deploymentName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginDeleteAtTenantScopeWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>" Usage="iDeploymentsOperations.BeginDeleteAtTenantScopeWithHttpMessagesAsync (deploymentName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="BeginDeleteWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> BeginDeleteWithHttpMessagesAsync (string resourceGroupName, string deploymentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse> BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string deploymentName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginDeleteWithHttpMessagesAsync (resourceGroupName As String, deploymentName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginDeleteWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>" Usage="iDeploymentsOperations.BeginDeleteWithHttpMessagesAsync (resourceGroupName, deploymentName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="BeginValidateAtManagementGroupScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>> BeginValidateAtManagementGroupScopeWithHttpMessagesAsync (string groupId, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>> BeginValidateAtManagementGroupScopeWithHttpMessagesAsync(string groupId, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.BeginValidateAtManagementGroupScopeWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginValidateAtManagementGroupScopeWithHttpMessagesAsync (groupId As String, deploymentName As String, parameters As ScopedDeployment, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DeploymentValidateResultInner))" />
<MemberSignature Language="F#" Value="abstract member BeginValidateAtManagementGroupScopeWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>>" Usage="iDeploymentsOperations.BeginValidateAtManagementGroupScopeWithHttpMessagesAsync (groupId, deploymentName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="groupId" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="BeginValidateAtScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>> BeginValidateAtScopeWithHttpMessagesAsync (string scope, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>> BeginValidateAtScopeWithHttpMessagesAsync(string scope, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.BeginValidateAtScopeWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginValidateAtScopeWithHttpMessagesAsync (scope As String, deploymentName As String, parameters As DeploymentInner, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DeploymentValidateResultInner))" />
<MemberSignature Language="F#" Value="abstract member BeginValidateAtScopeWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>>" Usage="iDeploymentsOperations.BeginValidateAtScopeWithHttpMessagesAsync (scope, deploymentName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="scope" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="BeginValidateAtSubscriptionScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>> BeginValidateAtSubscriptionScopeWithHttpMessagesAsync (string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>> BeginValidateAtSubscriptionScopeWithHttpMessagesAsync(string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.BeginValidateAtSubscriptionScopeWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginValidateAtSubscriptionScopeWithHttpMessagesAsync (deploymentName As String, parameters As DeploymentInner, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DeploymentValidateResultInner))" />
<MemberSignature Language="F#" Value="abstract member BeginValidateAtSubscriptionScopeWithHttpMessagesAsync : string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>>" Usage="iDeploymentsOperations.BeginValidateAtSubscriptionScopeWithHttpMessagesAsync (deploymentName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Parameters to validate.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="BeginValidateAtTenantScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>> BeginValidateAtTenantScopeWithHttpMessagesAsync (string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>> BeginValidateAtTenantScopeWithHttpMessagesAsync(string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.BeginValidateAtTenantScopeWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginValidateAtTenantScopeWithHttpMessagesAsync (deploymentName As String, parameters As ScopedDeployment, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DeploymentValidateResultInner))" />
<MemberSignature Language="F#" Value="abstract member BeginValidateAtTenantScopeWithHttpMessagesAsync : string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>>" Usage="iDeploymentsOperations.BeginValidateAtTenantScopeWithHttpMessagesAsync (deploymentName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Parameters to validate.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="BeginValidateWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>> BeginValidateWithHttpMessagesAsync (string resourceGroupName, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>> BeginValidateWithHttpMessagesAsync(string resourceGroupName, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.BeginValidateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginValidateWithHttpMessagesAsync (resourceGroupName As String, deploymentName As String, parameters As DeploymentInner, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DeploymentValidateResultInner))" />
<MemberSignature Language="F#" Value="abstract member BeginValidateWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>>" Usage="iDeploymentsOperations.BeginValidateWithHttpMessagesAsync (resourceGroupName, deploymentName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="BeginWhatIfAtManagementGroupScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfAtManagementGroupScopeHeaders>> BeginWhatIfAtManagementGroupScopeWithHttpMessagesAsync (string groupId, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`2<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfAtManagementGroupScopeHeaders>> BeginWhatIfAtManagementGroupScopeWithHttpMessagesAsync(string groupId, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.BeginWhatIfAtManagementGroupScopeWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginWhatIfAtManagementGroupScopeWithHttpMessagesAsync (groupId As String, deploymentName As String, parameters As ScopedDeploymentWhatIf, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WhatIfOperationResultInner, DeploymentsWhatIfAtManagementGroupScopeHeaders))" />
<MemberSignature Language="F#" Value="abstract member BeginWhatIfAtManagementGroupScopeWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfAtManagementGroupScopeHeaders>>" Usage="iDeploymentsOperations.BeginWhatIfAtManagementGroupScopeWithHttpMessagesAsync (groupId, deploymentName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfAtManagementGroupScopeHeaders>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="groupId" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="BeginWhatIfAtSubscriptionScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfAtSubscriptionScopeHeaders>> BeginWhatIfAtSubscriptionScopeWithHttpMessagesAsync (string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`2<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfAtSubscriptionScopeHeaders>> BeginWhatIfAtSubscriptionScopeWithHttpMessagesAsync(string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.BeginWhatIfAtSubscriptionScopeWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginWhatIfAtSubscriptionScopeWithHttpMessagesAsync (deploymentName As String, parameters As DeploymentWhatIf, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WhatIfOperationResultInner, DeploymentsWhatIfAtSubscriptionScopeHeaders))" />
<MemberSignature Language="F#" Value="abstract member BeginWhatIfAtSubscriptionScopeWithHttpMessagesAsync : string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfAtSubscriptionScopeHeaders>>" Usage="iDeploymentsOperations.BeginWhatIfAtSubscriptionScopeWithHttpMessagesAsync (deploymentName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfAtSubscriptionScopeHeaders>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Parameters to What If.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="BeginWhatIfAtTenantScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfAtTenantScopeHeaders>> BeginWhatIfAtTenantScopeWithHttpMessagesAsync (string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`2<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfAtTenantScopeHeaders>> BeginWhatIfAtTenantScopeWithHttpMessagesAsync(string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.BeginWhatIfAtTenantScopeWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginWhatIfAtTenantScopeWithHttpMessagesAsync (deploymentName As String, parameters As ScopedDeploymentWhatIf, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WhatIfOperationResultInner, DeploymentsWhatIfAtTenantScopeHeaders))" />
<MemberSignature Language="F#" Value="abstract member BeginWhatIfAtTenantScopeWithHttpMessagesAsync : string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfAtTenantScopeHeaders>>" Usage="iDeploymentsOperations.BeginWhatIfAtTenantScopeWithHttpMessagesAsync (deploymentName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfAtTenantScopeHeaders>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Parameters to validate.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="BeginWhatIfWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfHeaders>> BeginWhatIfWithHttpMessagesAsync (string resourceGroupName, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`2<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfHeaders>> BeginWhatIfWithHttpMessagesAsync(string resourceGroupName, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.BeginWhatIfWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginWhatIfWithHttpMessagesAsync (resourceGroupName As String, deploymentName As String, parameters As DeploymentWhatIf, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WhatIfOperationResultInner, DeploymentsWhatIfHeaders))" />
<MemberSignature Language="F#" Value="abstract member BeginWhatIfWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfHeaders>>" Usage="iDeploymentsOperations.BeginWhatIfWithHttpMessagesAsync (resourceGroupName, deploymentName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfHeaders>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="CalculateTemplateHashWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.TemplateHashResultInner>> CalculateTemplateHashWithHttpMessagesAsync (object template, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.TemplateHashResultInner>> CalculateTemplateHashWithHttpMessagesAsync(object template, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.CalculateTemplateHashWithHttpMessagesAsync(System.Object,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function CalculateTemplateHashWithHttpMessagesAsync (template As Object, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of TemplateHashResultInner))" />
<MemberSignature Language="F#" Value="abstract member CalculateTemplateHashWithHttpMessagesAsync : obj * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.TemplateHashResultInner>>" Usage="iDeploymentsOperations.CalculateTemplateHashWithHttpMessagesAsync (template, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.TemplateHashResultInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="template" Type="System.Object" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="template">
The template provided to calculate hash.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="CancelAtManagementGroupScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> CancelAtManagementGroupScopeWithHttpMessagesAsync (string groupId, string deploymentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse> CancelAtManagementGroupScopeWithHttpMessagesAsync(string groupId, string deploymentName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.CancelAtManagementGroupScopeWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function CancelAtManagementGroupScopeWithHttpMessagesAsync (groupId As String, deploymentName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member CancelAtManagementGroupScopeWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>" Usage="iDeploymentsOperations.CancelAtManagementGroupScopeWithHttpMessagesAsync (groupId, deploymentName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="groupId" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="groupId">
The management group ID.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="CancelAtScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> CancelAtScopeWithHttpMessagesAsync (string scope, string deploymentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse> CancelAtScopeWithHttpMessagesAsync(string scope, string deploymentName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.CancelAtScopeWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function CancelAtScopeWithHttpMessagesAsync (scope As String, deploymentName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member CancelAtScopeWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>" Usage="iDeploymentsOperations.CancelAtScopeWithHttpMessagesAsync (scope, deploymentName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="scope" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="scope">
The resource scope.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="CancelAtSubscriptionScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> CancelAtSubscriptionScopeWithHttpMessagesAsync (string deploymentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse> CancelAtSubscriptionScopeWithHttpMessagesAsync(string deploymentName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.CancelAtSubscriptionScopeWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function CancelAtSubscriptionScopeWithHttpMessagesAsync (deploymentName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member CancelAtSubscriptionScopeWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>" Usage="iDeploymentsOperations.CancelAtSubscriptionScopeWithHttpMessagesAsync (deploymentName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="CancelAtTenantScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> CancelAtTenantScopeWithHttpMessagesAsync (string deploymentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse> CancelAtTenantScopeWithHttpMessagesAsync(string deploymentName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.CancelAtTenantScopeWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function CancelAtTenantScopeWithHttpMessagesAsync (deploymentName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member CancelAtTenantScopeWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>" Usage="iDeploymentsOperations.CancelAtTenantScopeWithHttpMessagesAsync (deploymentName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="CancelWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> CancelWithHttpMessagesAsync (string resourceGroupName, string deploymentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse> CancelWithHttpMessagesAsync(string resourceGroupName, string deploymentName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.CancelWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function CancelWithHttpMessagesAsync (resourceGroupName As String, deploymentName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member CancelWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>" Usage="iDeploymentsOperations.CancelWithHttpMessagesAsync (resourceGroupName, deploymentName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="CheckExistenceAtManagementGroupScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<bool>> CheckExistenceAtManagementGroupScopeWithHttpMessagesAsync (string groupId, string deploymentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<bool>> CheckExistenceAtManagementGroupScopeWithHttpMessagesAsync(string groupId, string deploymentName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.CheckExistenceAtManagementGroupScopeWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function CheckExistenceAtManagementGroupScopeWithHttpMessagesAsync (groupId As String, deploymentName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Boolean))" />
<MemberSignature Language="F#" Value="abstract member CheckExistenceAtManagementGroupScopeWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<bool>>" Usage="iDeploymentsOperations.CheckExistenceAtManagementGroupScopeWithHttpMessagesAsync (groupId, deploymentName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<System.Boolean>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="groupId" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="groupId">
The management group ID.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="CheckExistenceAtScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<bool>> CheckExistenceAtScopeWithHttpMessagesAsync (string scope, string deploymentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<bool>> CheckExistenceAtScopeWithHttpMessagesAsync(string scope, string deploymentName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.CheckExistenceAtScopeWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function CheckExistenceAtScopeWithHttpMessagesAsync (scope As String, deploymentName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Boolean))" />
<MemberSignature Language="F#" Value="abstract member CheckExistenceAtScopeWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<bool>>" Usage="iDeploymentsOperations.CheckExistenceAtScopeWithHttpMessagesAsync (scope, deploymentName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<System.Boolean>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="scope" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="scope">
The resource scope.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="CheckExistenceAtSubscriptionScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<bool>> CheckExistenceAtSubscriptionScopeWithHttpMessagesAsync (string deploymentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<bool>> CheckExistenceAtSubscriptionScopeWithHttpMessagesAsync(string deploymentName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.CheckExistenceAtSubscriptionScopeWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function CheckExistenceAtSubscriptionScopeWithHttpMessagesAsync (deploymentName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Boolean))" />
<MemberSignature Language="F#" Value="abstract member CheckExistenceAtSubscriptionScopeWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<bool>>" Usage="iDeploymentsOperations.CheckExistenceAtSubscriptionScopeWithHttpMessagesAsync (deploymentName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<System.Boolean>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="CheckExistenceAtTenantScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<bool>> CheckExistenceAtTenantScopeWithHttpMessagesAsync (string deploymentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<bool>> CheckExistenceAtTenantScopeWithHttpMessagesAsync(string deploymentName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.CheckExistenceAtTenantScopeWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function CheckExistenceAtTenantScopeWithHttpMessagesAsync (deploymentName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Boolean))" />
<MemberSignature Language="F#" Value="abstract member CheckExistenceAtTenantScopeWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<bool>>" Usage="iDeploymentsOperations.CheckExistenceAtTenantScopeWithHttpMessagesAsync (deploymentName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<System.Boolean>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="CheckExistenceWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<bool>> CheckExistenceWithHttpMessagesAsync (string resourceGroupName, string deploymentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<bool>> CheckExistenceWithHttpMessagesAsync(string resourceGroupName, string deploymentName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.CheckExistenceWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function CheckExistenceWithHttpMessagesAsync (resourceGroupName As String, deploymentName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Boolean))" />
<MemberSignature Language="F#" Value="abstract member CheckExistenceWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<bool>>" Usage="iDeploymentsOperations.CheckExistenceWithHttpMessagesAsync (resourceGroupName, deploymentName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<System.Boolean>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="CreateOrUpdateAtManagementGroupScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> CreateOrUpdateAtManagementGroupScopeWithHttpMessagesAsync (string groupId, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> CreateOrUpdateAtManagementGroupScopeWithHttpMessagesAsync(string groupId, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.CreateOrUpdateAtManagementGroupScopeWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function CreateOrUpdateAtManagementGroupScopeWithHttpMessagesAsync (groupId As String, deploymentName As String, parameters As ScopedDeployment, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DeploymentExtendedInner))" />
<MemberSignature Language="F#" Value="abstract member CreateOrUpdateAtManagementGroupScopeWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>" Usage="iDeploymentsOperations.CreateOrUpdateAtManagementGroupScopeWithHttpMessagesAsync (groupId, deploymentName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="groupId" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="CreateOrUpdateAtScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> CreateOrUpdateAtScopeWithHttpMessagesAsync (string scope, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> CreateOrUpdateAtScopeWithHttpMessagesAsync(string scope, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.CreateOrUpdateAtScopeWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function CreateOrUpdateAtScopeWithHttpMessagesAsync (scope As String, deploymentName As String, parameters As DeploymentInner, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DeploymentExtendedInner))" />
<MemberSignature Language="F#" Value="abstract member CreateOrUpdateAtScopeWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>" Usage="iDeploymentsOperations.CreateOrUpdateAtScopeWithHttpMessagesAsync (scope, deploymentName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="scope" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="CreateOrUpdateAtSubscriptionScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> CreateOrUpdateAtSubscriptionScopeWithHttpMessagesAsync (string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> CreateOrUpdateAtSubscriptionScopeWithHttpMessagesAsync(string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.CreateOrUpdateAtSubscriptionScopeWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function CreateOrUpdateAtSubscriptionScopeWithHttpMessagesAsync (deploymentName As String, parameters As DeploymentInner, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DeploymentExtendedInner))" />
<MemberSignature Language="F#" Value="abstract member CreateOrUpdateAtSubscriptionScopeWithHttpMessagesAsync : string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>" Usage="iDeploymentsOperations.CreateOrUpdateAtSubscriptionScopeWithHttpMessagesAsync (deploymentName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Additional parameters supplied to the operation.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="CreateOrUpdateAtTenantScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> CreateOrUpdateAtTenantScopeWithHttpMessagesAsync (string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> CreateOrUpdateAtTenantScopeWithHttpMessagesAsync(string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.CreateOrUpdateAtTenantScopeWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function CreateOrUpdateAtTenantScopeWithHttpMessagesAsync (deploymentName As String, parameters As ScopedDeployment, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DeploymentExtendedInner))" />
<MemberSignature Language="F#" Value="abstract member CreateOrUpdateAtTenantScopeWithHttpMessagesAsync : string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>" Usage="iDeploymentsOperations.CreateOrUpdateAtTenantScopeWithHttpMessagesAsync (deploymentName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Additional parameters supplied to the operation.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="CreateOrUpdateWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> CreateOrUpdateWithHttpMessagesAsync (string resourceGroupName, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function CreateOrUpdateWithHttpMessagesAsync (resourceGroupName As String, deploymentName As String, parameters As DeploymentInner, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DeploymentExtendedInner))" />
<MemberSignature Language="F#" Value="abstract member CreateOrUpdateWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>" Usage="iDeploymentsOperations.CreateOrUpdateWithHttpMessagesAsync (resourceGroupName, deploymentName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="DeleteAtManagementGroupScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> DeleteAtManagementGroupScopeWithHttpMessagesAsync (string groupId, string deploymentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse> DeleteAtManagementGroupScopeWithHttpMessagesAsync(string groupId, string deploymentName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.DeleteAtManagementGroupScopeWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function DeleteAtManagementGroupScopeWithHttpMessagesAsync (groupId As String, deploymentName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member DeleteAtManagementGroupScopeWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>" Usage="iDeploymentsOperations.DeleteAtManagementGroupScopeWithHttpMessagesAsync (groupId, deploymentName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="groupId" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="groupId">
The management group ID.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="DeleteAtScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> DeleteAtScopeWithHttpMessagesAsync (string scope, string deploymentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse> DeleteAtScopeWithHttpMessagesAsync(string scope, string deploymentName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.DeleteAtScopeWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function DeleteAtScopeWithHttpMessagesAsync (scope As String, deploymentName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member DeleteAtScopeWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>" Usage="iDeploymentsOperations.DeleteAtScopeWithHttpMessagesAsync (scope, deploymentName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="scope" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="scope">
The resource scope.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="DeleteAtSubscriptionScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> DeleteAtSubscriptionScopeWithHttpMessagesAsync (string deploymentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse> DeleteAtSubscriptionScopeWithHttpMessagesAsync(string deploymentName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.DeleteAtSubscriptionScopeWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function DeleteAtSubscriptionScopeWithHttpMessagesAsync (deploymentName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member DeleteAtSubscriptionScopeWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>" Usage="iDeploymentsOperations.DeleteAtSubscriptionScopeWithHttpMessagesAsync (deploymentName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="DeleteAtTenantScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> DeleteAtTenantScopeWithHttpMessagesAsync (string deploymentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse> DeleteAtTenantScopeWithHttpMessagesAsync(string deploymentName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.DeleteAtTenantScopeWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function DeleteAtTenantScopeWithHttpMessagesAsync (deploymentName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member DeleteAtTenantScopeWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>" Usage="iDeploymentsOperations.DeleteAtTenantScopeWithHttpMessagesAsync (deploymentName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="DeleteWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> DeleteWithHttpMessagesAsync (string resourceGroupName, string deploymentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse> DeleteWithHttpMessagesAsync(string resourceGroupName, string deploymentName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function DeleteWithHttpMessagesAsync (resourceGroupName As String, deploymentName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member DeleteWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>" Usage="iDeploymentsOperations.DeleteWithHttpMessagesAsync (resourceGroupName, deploymentName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="ExportTemplateAtManagementGroupScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner>> ExportTemplateAtManagementGroupScopeWithHttpMessagesAsync (string groupId, string deploymentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner>> ExportTemplateAtManagementGroupScopeWithHttpMessagesAsync(string groupId, string deploymentName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.ExportTemplateAtManagementGroupScopeWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ExportTemplateAtManagementGroupScopeWithHttpMessagesAsync (groupId As String, deploymentName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DeploymentExportResultInner))" />
<MemberSignature Language="F#" Value="abstract member ExportTemplateAtManagementGroupScopeWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner>>" Usage="iDeploymentsOperations.ExportTemplateAtManagementGroupScopeWithHttpMessagesAsync (groupId, deploymentName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="groupId" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="groupId">
The management group ID.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="ExportTemplateAtScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner>> ExportTemplateAtScopeWithHttpMessagesAsync (string scope, string deploymentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner>> ExportTemplateAtScopeWithHttpMessagesAsync(string scope, string deploymentName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.ExportTemplateAtScopeWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ExportTemplateAtScopeWithHttpMessagesAsync (scope As String, deploymentName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DeploymentExportResultInner))" />
<MemberSignature Language="F#" Value="abstract member ExportTemplateAtScopeWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner>>" Usage="iDeploymentsOperations.ExportTemplateAtScopeWithHttpMessagesAsync (scope, deploymentName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="scope" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="scope">
The resource scope.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="ExportTemplateAtSubscriptionScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner>> ExportTemplateAtSubscriptionScopeWithHttpMessagesAsync (string deploymentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner>> ExportTemplateAtSubscriptionScopeWithHttpMessagesAsync(string deploymentName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.ExportTemplateAtSubscriptionScopeWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ExportTemplateAtSubscriptionScopeWithHttpMessagesAsync (deploymentName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DeploymentExportResultInner))" />
<MemberSignature Language="F#" Value="abstract member ExportTemplateAtSubscriptionScopeWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner>>" Usage="iDeploymentsOperations.ExportTemplateAtSubscriptionScopeWithHttpMessagesAsync (deploymentName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="ExportTemplateAtTenantScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner>> ExportTemplateAtTenantScopeWithHttpMessagesAsync (string deploymentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner>> ExportTemplateAtTenantScopeWithHttpMessagesAsync(string deploymentName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.ExportTemplateAtTenantScopeWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ExportTemplateAtTenantScopeWithHttpMessagesAsync (deploymentName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DeploymentExportResultInner))" />
<MemberSignature Language="F#" Value="abstract member ExportTemplateAtTenantScopeWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner>>" Usage="iDeploymentsOperations.ExportTemplateAtTenantScopeWithHttpMessagesAsync (deploymentName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="ExportTemplateWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner>> ExportTemplateWithHttpMessagesAsync (string resourceGroupName, string deploymentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner>> ExportTemplateWithHttpMessagesAsync(string resourceGroupName, string deploymentName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.ExportTemplateWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ExportTemplateWithHttpMessagesAsync (resourceGroupName As String, deploymentName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DeploymentExportResultInner))" />
<MemberSignature Language="F#" Value="abstract member ExportTemplateWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner>>" Usage="iDeploymentsOperations.ExportTemplateWithHttpMessagesAsync (resourceGroupName, deploymentName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="GetAtManagementGroupScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> GetAtManagementGroupScopeWithHttpMessagesAsync (string groupId, string deploymentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> GetAtManagementGroupScopeWithHttpMessagesAsync(string groupId, string deploymentName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.GetAtManagementGroupScopeWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function GetAtManagementGroupScopeWithHttpMessagesAsync (groupId As String, deploymentName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DeploymentExtendedInner))" />
<MemberSignature Language="F#" Value="abstract member GetAtManagementGroupScopeWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>" Usage="iDeploymentsOperations.GetAtManagementGroupScopeWithHttpMessagesAsync (groupId, deploymentName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="groupId" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="groupId">
The management group ID.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="customHeaders">
The headers that will be added to request.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets a deployment.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="GetAtScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> GetAtScopeWithHttpMessagesAsync (string scope, string deploymentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> GetAtScopeWithHttpMessagesAsync(string scope, string deploymentName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.GetAtScopeWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function GetAtScopeWithHttpMessagesAsync (scope As String, deploymentName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DeploymentExtendedInner))" />
<MemberSignature Language="F#" Value="abstract member GetAtScopeWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>" Usage="iDeploymentsOperations.GetAtScopeWithHttpMessagesAsync (scope, deploymentName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="scope" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="scope">
The resource scope.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="customHeaders">
The headers that will be added to request.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets a deployment.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="GetAtSubscriptionScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> GetAtSubscriptionScopeWithHttpMessagesAsync (string deploymentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> GetAtSubscriptionScopeWithHttpMessagesAsync(string deploymentName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.GetAtSubscriptionScopeWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function GetAtSubscriptionScopeWithHttpMessagesAsync (deploymentName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DeploymentExtendedInner))" />
<MemberSignature Language="F#" Value="abstract member GetAtSubscriptionScopeWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>" Usage="iDeploymentsOperations.GetAtSubscriptionScopeWithHttpMessagesAsync (deploymentName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="customHeaders">
The headers that will be added to request.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets a deployment.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="GetAtTenantScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> GetAtTenantScopeWithHttpMessagesAsync (string deploymentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> GetAtTenantScopeWithHttpMessagesAsync(string deploymentName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.GetAtTenantScopeWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function GetAtTenantScopeWithHttpMessagesAsync (deploymentName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DeploymentExtendedInner))" />
<MemberSignature Language="F#" Value="abstract member GetAtTenantScopeWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>" Usage="iDeploymentsOperations.GetAtTenantScopeWithHttpMessagesAsync (deploymentName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="customHeaders">
The headers that will be added to request.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets a deployment.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="GetWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> GetWithHttpMessagesAsync (string resourceGroupName, string deploymentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> GetWithHttpMessagesAsync(string resourceGroupName, string deploymentName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function GetWithHttpMessagesAsync (resourceGroupName As String, deploymentName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DeploymentExtendedInner))" />
<MemberSignature Language="F#" Value="abstract member GetWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>" Usage="iDeploymentsOperations.GetWithHttpMessagesAsync (resourceGroupName, deploymentName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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="customHeaders">
The headers that will be added to request.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets a deployment.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="ListAtManagementGroupScopeNextWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>> ListAtManagementGroupScopeNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>> ListAtManagementGroupScopeNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.ListAtManagementGroupScopeNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListAtManagementGroupScopeNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of DeploymentExtendedInner)))" />
<MemberSignature Language="F#" Value="abstract member ListAtManagementGroupScopeNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>>" Usage="iDeploymentsOperations.ListAtManagementGroupScopeNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="nextPageLink">
The NextLink from the previous successful call to List operation.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="ListAtManagementGroupScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>> ListAtManagementGroupScopeWithHttpMessagesAsync (string groupId, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter> odataQuery = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>> ListAtManagementGroupScopeWithHttpMessagesAsync(string groupId, class Microsoft.Rest.Azure.OData.ODataQuery`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter> odataQuery, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.ListAtManagementGroupScopeWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListAtManagementGroupScopeWithHttpMessagesAsync (groupId As String, Optional odataQuery As ODataQuery(Of DeploymentExtendedFilter) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of DeploymentExtendedInner)))" />
<MemberSignature Language="F#" Value="abstract member ListAtManagementGroupScopeWithHttpMessagesAsync : string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>>" Usage="iDeploymentsOperations.ListAtManagementGroupScopeWithHttpMessagesAsync (groupId, odataQuery, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="groupId" Type="System.String" />
<Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="groupId">
The management group ID.
</param>
<param name="odataQuery">
OData parameters to apply to the operation.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="ListAtScopeNextWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>> ListAtScopeNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>> ListAtScopeNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.ListAtScopeNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListAtScopeNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of DeploymentExtendedInner)))" />
<MemberSignature Language="F#" Value="abstract member ListAtScopeNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>>" Usage="iDeploymentsOperations.ListAtScopeNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="nextPageLink">
The NextLink from the previous successful call to List operation.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="ListAtScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>> ListAtScopeWithHttpMessagesAsync (string scope, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter> odataQuery = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>> ListAtScopeWithHttpMessagesAsync(string scope, class Microsoft.Rest.Azure.OData.ODataQuery`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter> odataQuery, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.ListAtScopeWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListAtScopeWithHttpMessagesAsync (scope As String, Optional odataQuery As ODataQuery(Of DeploymentExtendedFilter) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of DeploymentExtendedInner)))" />
<MemberSignature Language="F#" Value="abstract member ListAtScopeWithHttpMessagesAsync : string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>>" Usage="iDeploymentsOperations.ListAtScopeWithHttpMessagesAsync (scope, odataQuery, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="scope" Type="System.String" />
<Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="scope">
The resource scope.
</param>
<param name="odataQuery">
OData parameters to apply to the operation.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="ListAtSubscriptionScopeNextWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>> ListAtSubscriptionScopeNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>> ListAtSubscriptionScopeNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.ListAtSubscriptionScopeNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListAtSubscriptionScopeNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of DeploymentExtendedInner)))" />
<MemberSignature Language="F#" Value="abstract member ListAtSubscriptionScopeNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>>" Usage="iDeploymentsOperations.ListAtSubscriptionScopeNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="nextPageLink">
The NextLink from the previous successful call to List operation.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="ListAtSubscriptionScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>> ListAtSubscriptionScopeWithHttpMessagesAsync (Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter> odataQuery = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>> ListAtSubscriptionScopeWithHttpMessagesAsync(class Microsoft.Rest.Azure.OData.ODataQuery`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter> odataQuery, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.ListAtSubscriptionScopeWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListAtSubscriptionScopeWithHttpMessagesAsync (Optional odataQuery As ODataQuery(Of DeploymentExtendedFilter) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of DeploymentExtendedInner)))" />
<MemberSignature Language="F#" Value="abstract member ListAtSubscriptionScopeWithHttpMessagesAsync : Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>>" Usage="iDeploymentsOperations.ListAtSubscriptionScopeWithHttpMessagesAsync (odataQuery, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="odataQuery">
OData parameters to apply to the operation.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="ListAtTenantScopeNextWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>> ListAtTenantScopeNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>> ListAtTenantScopeNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.ListAtTenantScopeNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListAtTenantScopeNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of DeploymentExtendedInner)))" />
<MemberSignature Language="F#" Value="abstract member ListAtTenantScopeNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>>" Usage="iDeploymentsOperations.ListAtTenantScopeNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="nextPageLink">
The NextLink from the previous successful call to List operation.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="ListAtTenantScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>> ListAtTenantScopeWithHttpMessagesAsync (Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter> odataQuery = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>> ListAtTenantScopeWithHttpMessagesAsync(class Microsoft.Rest.Azure.OData.ODataQuery`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter> odataQuery, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.ListAtTenantScopeWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListAtTenantScopeWithHttpMessagesAsync (Optional odataQuery As ODataQuery(Of DeploymentExtendedFilter) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of DeploymentExtendedInner)))" />
<MemberSignature Language="F#" Value="abstract member ListAtTenantScopeWithHttpMessagesAsync : Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>>" Usage="iDeploymentsOperations.ListAtTenantScopeWithHttpMessagesAsync (odataQuery, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="odataQuery">
OData parameters to apply to the operation.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="ListByResourceGroupNextWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>> ListByResourceGroupNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListByResourceGroupNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of DeploymentExtendedInner)))" />
<MemberSignature Language="F#" Value="abstract member ListByResourceGroupNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>>" Usage="iDeploymentsOperations.ListByResourceGroupNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="nextPageLink">
The NextLink from the previous successful call to List operation.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="ListByResourceGroupWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>> ListByResourceGroupWithHttpMessagesAsync (string resourceGroupName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter> odataQuery = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, class Microsoft.Rest.Azure.OData.ODataQuery`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter> odataQuery, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListByResourceGroupWithHttpMessagesAsync (resourceGroupName As String, Optional odataQuery As ODataQuery(Of DeploymentExtendedFilter) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of DeploymentExtendedInner)))" />
<MemberSignature Language="F#" Value="abstract member ListByResourceGroupWithHttpMessagesAsync : string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>>" Usage="iDeploymentsOperations.ListByResourceGroupWithHttpMessagesAsync (resourceGroupName, odataQuery, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedFilter>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="ValidateAtManagementGroupScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>> ValidateAtManagementGroupScopeWithHttpMessagesAsync (string groupId, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>> ValidateAtManagementGroupScopeWithHttpMessagesAsync(string groupId, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.ValidateAtManagementGroupScopeWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ValidateAtManagementGroupScopeWithHttpMessagesAsync (groupId As String, deploymentName As String, parameters As ScopedDeployment, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DeploymentValidateResultInner))" />
<MemberSignature Language="F#" Value="abstract member ValidateAtManagementGroupScopeWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>>" Usage="iDeploymentsOperations.ValidateAtManagementGroupScopeWithHttpMessagesAsync (groupId, deploymentName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="groupId" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="ValidateAtScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>> ValidateAtScopeWithHttpMessagesAsync (string scope, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>> ValidateAtScopeWithHttpMessagesAsync(string scope, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.ValidateAtScopeWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ValidateAtScopeWithHttpMessagesAsync (scope As String, deploymentName As String, parameters As DeploymentInner, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DeploymentValidateResultInner))" />
<MemberSignature Language="F#" Value="abstract member ValidateAtScopeWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>>" Usage="iDeploymentsOperations.ValidateAtScopeWithHttpMessagesAsync (scope, deploymentName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="scope" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="ValidateAtSubscriptionScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>> ValidateAtSubscriptionScopeWithHttpMessagesAsync (string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>> ValidateAtSubscriptionScopeWithHttpMessagesAsync(string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.ValidateAtSubscriptionScopeWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ValidateAtSubscriptionScopeWithHttpMessagesAsync (deploymentName As String, parameters As DeploymentInner, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DeploymentValidateResultInner))" />
<MemberSignature Language="F#" Value="abstract member ValidateAtSubscriptionScopeWithHttpMessagesAsync : string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>>" Usage="iDeploymentsOperations.ValidateAtSubscriptionScopeWithHttpMessagesAsync (deploymentName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Parameters to validate.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="ValidateAtTenantScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>> ValidateAtTenantScopeWithHttpMessagesAsync (string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>> ValidateAtTenantScopeWithHttpMessagesAsync(string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.ValidateAtTenantScopeWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ValidateAtTenantScopeWithHttpMessagesAsync (deploymentName As String, parameters As ScopedDeployment, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DeploymentValidateResultInner))" />
<MemberSignature Language="F#" Value="abstract member ValidateAtTenantScopeWithHttpMessagesAsync : string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>>" Usage="iDeploymentsOperations.ValidateAtTenantScopeWithHttpMessagesAsync (deploymentName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Parameters to validate.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="ValidateWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>> ValidateWithHttpMessagesAsync (string resourceGroupName, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>> ValidateWithHttpMessagesAsync(string resourceGroupName, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.ValidateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ValidateWithHttpMessagesAsync (resourceGroupName As String, deploymentName As String, parameters As DeploymentInner, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DeploymentValidateResultInner))" />
<MemberSignature Language="F#" Value="abstract member ValidateWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>>" Usage="iDeploymentsOperations.ValidateWithHttpMessagesAsync (resourceGroupName, deploymentName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="WhatIfAtManagementGroupScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfAtManagementGroupScopeHeaders>> WhatIfAtManagementGroupScopeWithHttpMessagesAsync (string groupId, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`2<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfAtManagementGroupScopeHeaders>> WhatIfAtManagementGroupScopeWithHttpMessagesAsync(string groupId, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.WhatIfAtManagementGroupScopeWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function WhatIfAtManagementGroupScopeWithHttpMessagesAsync (groupId As String, deploymentName As String, parameters As ScopedDeploymentWhatIf, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WhatIfOperationResultInner, DeploymentsWhatIfAtManagementGroupScopeHeaders))" />
<MemberSignature Language="F#" Value="abstract member WhatIfAtManagementGroupScopeWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfAtManagementGroupScopeHeaders>>" Usage="iDeploymentsOperations.WhatIfAtManagementGroupScopeWithHttpMessagesAsync (groupId, deploymentName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfAtManagementGroupScopeHeaders>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="groupId" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="WhatIfAtSubscriptionScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfAtSubscriptionScopeHeaders>> WhatIfAtSubscriptionScopeWithHttpMessagesAsync (string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`2<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfAtSubscriptionScopeHeaders>> WhatIfAtSubscriptionScopeWithHttpMessagesAsync(string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.WhatIfAtSubscriptionScopeWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function WhatIfAtSubscriptionScopeWithHttpMessagesAsync (deploymentName As String, parameters As DeploymentWhatIf, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WhatIfOperationResultInner, DeploymentsWhatIfAtSubscriptionScopeHeaders))" />
<MemberSignature Language="F#" Value="abstract member WhatIfAtSubscriptionScopeWithHttpMessagesAsync : string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfAtSubscriptionScopeHeaders>>" Usage="iDeploymentsOperations.WhatIfAtSubscriptionScopeWithHttpMessagesAsync (deploymentName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfAtSubscriptionScopeHeaders>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Parameters to What If.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="WhatIfAtTenantScopeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfAtTenantScopeHeaders>> WhatIfAtTenantScopeWithHttpMessagesAsync (string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`2<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfAtTenantScopeHeaders>> WhatIfAtTenantScopeWithHttpMessagesAsync(string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.WhatIfAtTenantScopeWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function WhatIfAtTenantScopeWithHttpMessagesAsync (deploymentName As String, parameters As ScopedDeploymentWhatIf, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WhatIfOperationResultInner, DeploymentsWhatIfAtTenantScopeHeaders))" />
<MemberSignature Language="F#" Value="abstract member WhatIfAtTenantScopeWithHttpMessagesAsync : string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfAtTenantScopeHeaders>>" Usage="iDeploymentsOperations.WhatIfAtTenantScopeWithHttpMessagesAsync (deploymentName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfAtTenantScopeHeaders>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
Parameters to validate.
</param>
<param name="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
<Member MemberName="WhatIfWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfHeaders>> WhatIfWithHttpMessagesAsync (string resourceGroupName, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`2<class Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfHeaders>> WhatIfWithHttpMessagesAsync(string resourceGroupName, string deploymentName, class Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations.WhatIfWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function WhatIfWithHttpMessagesAsync (resourceGroupName As String, deploymentName As String, parameters As DeploymentWhatIf, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WhatIfOperationResultInner, DeploymentsWhatIfHeaders))" />
<MemberSignature Language="F#" Value="abstract member WhatIfWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfHeaders>>" Usage="iDeploymentsOperations.WhatIfWithHttpMessagesAsync (resourceGroupName, deploymentName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfHeaders>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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="customHeaders">
The headers that will be added to request.
</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>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
</Members>
</Type>