Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll-Help.xml

<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml">
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  <!--Generated by PS Cmdlet Help Editor-->
      <command:details>
          <command:name>Get-AzureRMResource</command:name>
          <maml:description>
              <maml:para>Gets existing resources.</maml:para>
          </maml:description>
          <maml:copyright>
              <maml:para />
          </maml:copyright>
          <command:verb>Get</command:verb>
          <command:noun>AzureResource</command:noun>
          <dev:version />
      </command:details>
      <maml:description>
          <maml:para>Gets existing resources.</maml:para>
      </maml:description>
      <command:syntax>
          <command:syntaxItem>
              <maml:name>Get-AzureRMResource</maml:name>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceName</maml:name>
                  <maml:description>
                      <maml:para>The resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceType</maml:name>
                  <maml:description>
                      <maml:para>The resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ExtensionResourceName</maml:name>
                  <maml:description>
                      <maml:para>The extension resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ExtensionResourceType</maml:name>
                  <maml:description>
                      <maml:para>The extension resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>TagName</maml:name>
                  <maml:description>
                      <maml:para>The name of the tag to query by.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>TagValue</maml:name>
                  <maml:description>
                      <maml:para>The value of the tag to query by.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ExpandProperties</maml:name>
                  <maml:description>
                      <maml:para>When specified, expands the properties of the resource.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ExpandPermissions</maml:name>
                  <maml:description>
                      <maml:para>When specified, expands the permissions on the resource.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>IsCollection</maml:name>
                  <maml:description>
                      <maml:para>When specified, ensures that the query is run against a collection instead of a resource.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Top</maml:name>
                  <maml:description>
                      <maml:para>The number of resources to retrieve.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="true">Nullable`1[Int32]</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ODataQuery</maml:name>
                  <maml:description>
                      <maml:para>An OData style filter which will be appended to the request in addition to any other filters.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
                  <maml:name>SubscriptionId</maml:name>
                  <maml:description>
                      <maml:para>The subscription to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceGroupName</maml:name>
                  <maml:description>
                      <maml:para>The resource group name.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>OutputObjectFormat</maml:name>
                  <maml:description>
                      <maml:para>The output format of the resource properties.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ResourceObjectFormat</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ApiVersion</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Pre</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Profile</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationAction</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationVariable</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
          </command:syntaxItem>
          <command:syntaxItem>
              <maml:name>Get-AzureRMResource</maml:name>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ResourceId</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ExpandProperties</maml:name>
                  <maml:description>
                      <maml:para>When specified, expands the properties of the resource.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ExpandPermissions</maml:name>
                  <maml:description>
                      <maml:para>When specified, expands the permissions on the resource.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ODataQuery</maml:name>
                  <maml:description>
                      <maml:para>An OData style filter which will be appended to the request in addition to any other filters.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>OutputObjectFormat</maml:name>
                  <maml:description>
                      <maml:para>The output format of the resource properties.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ResourceObjectFormat</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ApiVersion</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Pre</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Profile</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationAction</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationVariable</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
          </command:syntaxItem>
          <command:syntaxItem>
              <maml:name>Get-AzureRMResource</maml:name>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceName</maml:name>
                  <maml:description>
                      <maml:para>The resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceType</maml:name>
                  <maml:description>
                      <maml:para>The resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ExtensionResourceName</maml:name>
                  <maml:description>
                      <maml:para>The extension resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ExtensionResourceType</maml:name>
                  <maml:description>
                      <maml:para>The extension resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ExpandProperties</maml:name>
                  <maml:description>
                      <maml:para>When specified, expands the properties of the resource.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ExpandPermissions</maml:name>
                  <maml:description>
                      <maml:para>When specified, expands the permissions on the resource.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>IsCollection</maml:name>
                  <maml:description>
                      <maml:para>When specified, ensures that the query is run against a collection instead of a resource.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ODataQuery</maml:name>
                  <maml:description>
                      <maml:para>An OData style filter which will be appended to the request in addition to any other filters.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>TenantLevel</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>OutputObjectFormat</maml:name>
                  <maml:description>
                      <maml:para>The output format of the resource properties.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ResourceObjectFormat</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ApiVersion</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Pre</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Profile</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationAction</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationVariable</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
          </command:syntaxItem>
          <command:syntaxItem>
              <maml:name>Get-AzureRMResource</maml:name>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceName</maml:name>
                  <maml:description>
                      <maml:para>The resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceType</maml:name>
                  <maml:description>
                      <maml:para>The resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ExtensionResourceName</maml:name>
                  <maml:description>
                      <maml:para>The extension resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ExtensionResourceType</maml:name>
                  <maml:description>
                      <maml:para>The extension resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>TagName</maml:name>
                  <maml:description>
                      <maml:para>The name of the tag to query by.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>TagValue</maml:name>
                  <maml:description>
                      <maml:para>The value of the tag to query by.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ExpandProperties</maml:name>
                  <maml:description>
                      <maml:para>When specified, expands the properties of the resource.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ExpandPermissions</maml:name>
                  <maml:description>
                      <maml:para>When specified, expands the permissions on the resource.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>IsCollection</maml:name>
                  <maml:description>
                      <maml:para>When specified, ensures that the query is run against a collection instead of a resource.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Top</maml:name>
                  <maml:description>
                      <maml:para>The number of resources to retrieve.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="true">Nullable`1[Int32]</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ODataQuery</maml:name>
                  <maml:description>
                      <maml:para>An OData style filter which will be appended to the request in addition to any other filters.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
                  <maml:name>SubscriptionId</maml:name>
                  <maml:description>
                      <maml:para>The subscription to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceGroupName</maml:name>
                  <maml:description>
                      <maml:para>The resource group name.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>OutputObjectFormat</maml:name>
                  <maml:description>
                      <maml:para>The output format of the resource properties.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ResourceObjectFormat</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ApiVersion</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Pre</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Profile</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationAction</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationVariable</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
          </command:syntaxItem>
          <command:syntaxItem>
              <maml:name>Get-AzureRMResource</maml:name>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceName</maml:name>
                  <maml:description>
                      <maml:para>The resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceType</maml:name>
                  <maml:description>
                      <maml:para>The resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ParentResource</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ExtensionResourceName</maml:name>
                  <maml:description>
                      <maml:para>The extension resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ExtensionResourceType</maml:name>
                  <maml:description>
                      <maml:para>The extension resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ExpandProperties</maml:name>
                  <maml:description>
                      <maml:para>When specified, expands the properties of the resource.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ExpandPermissions</maml:name>
                  <maml:description>
                      <maml:para>When specified, expands the permissions on the resource.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>IsCollection</maml:name>
                  <maml:description>
                      <maml:para>When specified, ensures that the query is run against a collection instead of a resource.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ODataQuery</maml:name>
                  <maml:description>
                      <maml:para>An OData style filter which will be appended to the request in addition to any other filters.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
                  <maml:name>SubscriptionId</maml:name>
                  <maml:description>
                      <maml:para>The subscription to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceGroupName</maml:name>
                  <maml:description>
                      <maml:para>The resource group name.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>OutputObjectFormat</maml:name>
                  <maml:description>
                      <maml:para>The output format of the resource properties.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ResourceObjectFormat</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ApiVersion</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Pre</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Profile</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationAction</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationVariable</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
          </command:syntaxItem>
          <command:syntaxItem>
              <maml:name>Get-AzureRMResource</maml:name>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceName</maml:name>
                  <maml:description>
                      <maml:para>The resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceType</maml:name>
                  <maml:description>
                      <maml:para>The resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ExtensionResourceName</maml:name>
                  <maml:description>
                      <maml:para>The extension resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ExtensionResourceType</maml:name>
                  <maml:description>
                      <maml:para>The extension resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ExpandProperties</maml:name>
                  <maml:description>
                      <maml:para>When specified, expands the properties of the resource.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ExpandPermissions</maml:name>
                  <maml:description>
                      <maml:para>When specified, expands the permissions on the resource.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>IsCollection</maml:name>
                  <maml:description>
                      <maml:para>When specified, ensures that the query is run against a collection instead of a resource.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Top</maml:name>
                  <maml:description>
                      <maml:para>The number of resources to retrieve.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="true">Nullable`1[Int32]</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ODataQuery</maml:name>
                  <maml:description>
                      <maml:para>An OData style filter which will be appended to the request in addition to any other filters.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>TenantLevel</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>OutputObjectFormat</maml:name>
                  <maml:description>
                      <maml:para>The output format of the resource properties.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ResourceObjectFormat</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ApiVersion</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Pre</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Profile</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationAction</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationVariable</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
          </command:syntaxItem>
      </command:syntax>
      <command:parameters>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>ResourceName</maml:name>
              <maml:description>
                  <maml:para>The resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>ResourceType</maml:name>
              <maml:description>
                  <maml:para>The resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>ExtensionResourceName</maml:name>
              <maml:description>
                  <maml:para>The extension resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>ExtensionResourceType</maml:name>
              <maml:description>
                  <maml:para>The extension resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>TagName</maml:name>
              <maml:description>
                  <maml:para>The name of the tag to query by.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>TagValue</maml:name>
              <maml:description>
                  <maml:para>The value of the tag to query by.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>ExpandProperties</maml:name>
              <maml:description>
                  <maml:para>When specified, expands the properties of the resource.</maml:para>
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>ExpandPermissions</maml:name>
              <maml:description>
                  <maml:para>When specified, expands the permissions on the resource.</maml:para>
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>IsCollection</maml:name>
              <maml:description>
                  <maml:para>When specified, ensures that the query is run against a collection instead of a resource.</maml:para>
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
              <maml:name>Top</maml:name>
              <maml:description>
                  <maml:para>The number of resources to retrieve.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="true">Nullable`1[Int32]</command:parameterValue>
              <dev:type>
                  <maml:name>Nullable`1[Int32]</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>ODataQuery</maml:name>
              <maml:description>
                  <maml:para>An OData style filter which will be appended to the request in addition to any other filters.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
              <maml:name>SubscriptionId</maml:name>
              <maml:description>
                  <maml:para>The subscription to use.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue>
              <dev:type>
                  <maml:name>Guid[]</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>ResourceGroupName</maml:name>
              <maml:description>
                  <maml:para>The resource group name.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>OutputObjectFormat</maml:name>
              <maml:description>
                  <maml:para>The output format of the resource properties.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">ResourceObjectFormat</command:parameterValue>
              <dev:type>
                  <maml:name>ResourceObjectFormat</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>ApiVersion</maml:name>
              <maml:description>
                  <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>Pre</maml:name>
              <maml:description>
                  <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>Profile</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              <dev:type>
                  <maml:name>AzureProfile</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>InformationAction</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              <dev:type>
                  <maml:name>ActionPreference</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>InformationVariable</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>ResourceId</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>TenantLevel</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>ParentResource</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
      </command:parameters>
      <command:inputTypes>
          <command:inputType>
              <dev:type>
                  <maml:name></maml:name>
                  <maml:uri></maml:uri>
                  <maml:description/>
              </dev:type>
              <maml:description>
                  <maml:para>
  </maml:para>
              </maml:description>
          </command:inputType>
      </command:inputTypes>
      <command:returnValues>
          <command:returnValue>
              <dev:type>
                  <maml:name></maml:name>
                  <maml:uri></maml:uri>
                  <maml:description/>
              </dev:type>
              <maml:description>
                  <maml:para>
  </maml:para>
              </maml:description>
          </command:returnValue>
      </command:returnValues>
      <command:terminatingErrors></command:terminatingErrors>
      <command:nonTerminatingErrors></command:nonTerminatingErrors>
      <maml:alertSet>
          <maml:title></maml:title>
          <maml:alert>
              <maml:para />
          </maml:alert>
      </maml:alertSet>
      <command:examples>
          <command:example>
              <maml:title>-------------------------- GetByType --------------------------</maml:title>
              <maml:introduction>
                  <maml:paragraph>PS C:\&gt;</maml:paragraph>
              </maml:introduction>
              <dev:code>Get-AzureRMResource -ResourceType microsoft.web/sites -ResourceGroupName myResourceGroup -ResourceName myWebsite</dev:code>
              <dev:remarks>
                  <maml:para>Gets resource of type microsoft.web/sites and name myWebsite under myResourceGroup</maml:para>
                  <maml:para />
                  <maml:para />
                  <maml:para></maml:para>
              </dev:remarks>
              <command:commandLines>
                  <command:commandLine>
                      <command:commandText>
                          <maml:para />
                      </command:commandText>
                  </command:commandLine>
              </command:commandLines>
          </command:example>
          <command:example>
              <maml:title>-------------------------- GetByType2 --------------------------</maml:title>
              <maml:introduction>
                  <maml:paragraph>PS C:\&gt;</maml:paragraph>
              </maml:introduction>
              <dev:code>Get-AzureRMResource -ResourceType microsoft.web/sites -ResourceGroupName myResourceGroup -ResourceName myWebsite -OutputObjectFormat New</dev:code>
              <dev:remarks>
                  <maml:para>Gets resource of type microsoft.web/sites and name myWebsite under myResourceGroup. The output object format for Properties of the resource will be the new format</maml:para>
                  <maml:para />
                  <maml:para />
                  <maml:para></maml:para>
              </dev:remarks>
              <command:commandLines>
                  <command:commandLine>
                      <command:commandText>
                          <maml:para />
                      </command:commandText>
                  </command:commandLine>
              </command:commandLines>
          </command:example>
      </command:examples>
      <maml:relatedLinks>
      </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  <!--Generated by PS Cmdlet Help Editor-->
      <command:details>
          <command:name>Get-AzureRMResourceGroupDeploymentOperation</command:name>
          <maml:description>
              <maml:para>Gets the resource group deployment operation</maml:para>
          </maml:description>
          <maml:copyright>
              <maml:para />
          </maml:copyright>
          <command:verb>Get</command:verb>
          <command:noun>AzureResourceGroupDeploymentOperation</command:noun>
          <dev:version />
      </command:details>
      <maml:description>
          <maml:para>Gets the resource group deployment operation</maml:para>
      </maml:description>
      <command:syntax>
          <command:syntaxItem>
              <maml:name>Get-AzureRMResourceGroupDeploymentOperation</maml:name>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>DeploymentName</maml:name>
                  <maml:description>
                      <maml:para>The deployment name.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
                  <maml:name>SubscriptionId</maml:name>
                  <maml:description>
                      <maml:para>The subscription to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="true">Nullable`1[Guid]</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceGroupName</maml:name>
                  <maml:description>
                      <maml:para>The resource group name.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ApiVersion</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Pre</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Profile</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationAction</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationVariable</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
          </command:syntaxItem>
      </command:syntax>
      <command:parameters>
          <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>DeploymentName</maml:name>
              <maml:description>
                  <maml:para>The deployment name.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
              <maml:name>SubscriptionId</maml:name>
              <maml:description>
                  <maml:para>The subscription to use.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="true">Nullable`1[Guid]</command:parameterValue>
              <dev:type>
                  <maml:name>Nullable`1[Guid]</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>ResourceGroupName</maml:name>
              <maml:description>
                  <maml:para>The resource group name.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>ApiVersion</maml:name>
              <maml:description>
                  <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>Pre</maml:name>
              <maml:description>
                  <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>Profile</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              <dev:type>
                  <maml:name>AzureProfile</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>InformationAction</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              <dev:type>
                  <maml:name>ActionPreference</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>InformationVariable</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
      </command:parameters>
      <command:inputTypes>
          <command:inputType>
              <dev:type>
                  <maml:name></maml:name>
                  <maml:uri></maml:uri>
                  <maml:description/>
              </dev:type>
              <maml:description>
                  <maml:para>
  </maml:para>
              </maml:description>
          </command:inputType>
      </command:inputTypes>
      <command:returnValues>
          <command:returnValue>
              <dev:type>
                  <maml:name></maml:name>
                  <maml:uri></maml:uri>
                  <maml:description/>
              </dev:type>
              <maml:description>
                  <maml:para>
  </maml:para>
              </maml:description>
          </command:returnValue>
      </command:returnValues>
      <command:terminatingErrors></command:terminatingErrors>
      <command:nonTerminatingErrors></command:nonTerminatingErrors>
      <maml:alertSet>
          <maml:title></maml:title>
          <maml:alert>
              <maml:para />
          </maml:alert>
      </maml:alertSet>
      <command:examples>
          <command:example>
              <maml:title>-------------------------- Get1 --------------------------</maml:title>
              <maml:introduction>
                  <maml:paragraph>PS C:\&gt;</maml:paragraph>
              </maml:introduction>
              <dev:code>Get-AzureRMResourceGroupDeploymentOperation -DeploymentName test -ResourceGroupName test</dev:code>
              <dev:remarks>
                  <maml:para>Gets deployment operation with name &quot;test&quot; under resource group &quot;test&quot;</maml:para>
                  <maml:para />
                  <maml:para />
                  <maml:para></maml:para>
              </dev:remarks>
              <command:commandLines>
                  <command:commandLine>
                      <command:commandText>
                          <maml:para />
                      </command:commandText>
                  </command:commandLine>
              </command:commandLines>
          </command:example>
      </command:examples>
      <maml:relatedLinks>
      </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  <!--Generated by PS Cmdlet Help Editor-->
      <command:details>
          <command:name>Get-AzureRMResourceLock</command:name>
          <maml:description>
              <maml:para>Gets the azure resource lock.</maml:para>
          </maml:description>
          <maml:copyright>
              <maml:para />
          </maml:copyright>
          <command:verb>Get</command:verb>
          <command:noun>AzureResourceLock</command:noun>
          <dev:version />
      </command:details>
      <maml:description>
          <maml:para>Gets the azure resource lock.</maml:para>
      </maml:description>
      <command:syntax>
          <command:syntaxItem>
              <maml:name>Get-AzureRMResourceLock</maml:name>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>AtScope</maml:name>
                  <maml:description>
                      <maml:para>When specified returns all locks at or above the specified scope, otherwise returns all locks at, above or below the scope.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>LockName</maml:name>
                  <maml:description>
                      <maml:para>The name of the lock.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>Scope</maml:name>
                  <maml:description>
                      <maml:para>The scope. e.g. to specify a database &#39;/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaserName}&#39;, to specify a resoruce group: &#39;/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}&#39;</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ApiVersion</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Pre</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Profile</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationAction</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationVariable</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
          </command:syntaxItem>
          <command:syntaxItem>
              <maml:name>Get-AzureRMResourceLock</maml:name>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>AtScope</maml:name>
                  <maml:description>
                      <maml:para>When specified returns all locks at or above the specified scope, otherwise returns all locks at, above or below the scope.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>LockName</maml:name>
                  <maml:description>
                      <maml:para>The name of the lock.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceName</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceType</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceGroupName</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ApiVersion</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Pre</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Profile</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationAction</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationVariable</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
          </command:syntaxItem>
          <command:syntaxItem>
              <maml:name>Get-AzureRMResourceLock</maml:name>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>AtScope</maml:name>
                  <maml:description>
                      <maml:para>When specified returns all locks at or above the specified scope, otherwise returns all locks at, above or below the scope.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>LockName</maml:name>
                  <maml:description>
                      <maml:para>The name of the lock.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceName</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceType</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>TenantLevel</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ApiVersion</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Pre</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Profile</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationAction</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationVariable</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
          </command:syntaxItem>
          <command:syntaxItem>
              <maml:name>Get-AzureRMResourceLock</maml:name>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>AtScope</maml:name>
                  <maml:description>
                      <maml:para>When specified returns all locks at or above the specified scope, otherwise returns all locks at, above or below the scope.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>LockName</maml:name>
                  <maml:description>
                      <maml:para>The name of the lock.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceName</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceType</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ApiVersion</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Pre</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Profile</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationAction</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationVariable</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
          </command:syntaxItem>
          <command:syntaxItem>
              <maml:name>Get-AzureRMResourceLock</maml:name>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>AtScope</maml:name>
                  <maml:description>
                      <maml:para>When specified returns all locks at or above the specified scope, otherwise returns all locks at, above or below the scope.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>LockName</maml:name>
                  <maml:description>
                      <maml:para>The name of the lock.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ApiVersion</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Pre</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Profile</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationAction</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationVariable</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
          </command:syntaxItem>
          <command:syntaxItem>
              <maml:name>Get-AzureRMResourceLock</maml:name>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>AtScope</maml:name>
                  <maml:description>
                      <maml:para>When specified returns all locks at or above the specified scope, otherwise returns all locks at, above or below the scope.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>LockName</maml:name>
                  <maml:description>
                      <maml:para>The name of the lock.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceGroupName</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ApiVersion</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Pre</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Profile</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationAction</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationVariable</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
          </command:syntaxItem>
      </command:syntax>
      <command:parameters>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>AtScope</maml:name>
              <maml:description>
                  <maml:para>When specified returns all locks at or above the specified scope, otherwise returns all locks at, above or below the scope.</maml:para>
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>LockName</maml:name>
              <maml:description>
                  <maml:para>The name of the lock.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>Scope</maml:name>
              <maml:description>
                  <maml:para>The scope. e.g. to specify a database &#39;/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaserName}&#39;, to specify a resoruce group: &#39;/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}&#39;</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>ApiVersion</maml:name>
              <maml:description>
                  <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>Pre</maml:name>
              <maml:description>
                  <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>Profile</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              <dev:type>
                  <maml:name>AzureProfile</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>InformationAction</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              <dev:type>
                  <maml:name>ActionPreference</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>InformationVariable</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>ResourceName</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>ResourceType</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
              <maml:name>SubscriptionId</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="true" variableLength="true">Nullable`1[Guid]</command:parameterValue>
              <dev:type>
                  <maml:name>Nullable`1[Guid]</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>ResourceGroupName</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>TenantLevel</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
      </command:parameters>
      <command:inputTypes>
          <command:inputType>
              <dev:type>
                  <maml:name></maml:name>
                  <maml:uri></maml:uri>
                  <maml:description/>
              </dev:type>
              <maml:description>
                  <maml:para>
  </maml:para>
              </maml:description>
          </command:inputType>
      </command:inputTypes>
      <command:returnValues>
          <command:returnValue>
              <dev:type>
                  <maml:name></maml:name>
                  <maml:uri></maml:uri>
                  <maml:description/>
              </dev:type>
              <maml:description>
                  <maml:para>
  </maml:para>
              </maml:description>
          </command:returnValue>
      </command:returnValues>
      <command:terminatingErrors></command:terminatingErrors>
      <command:nonTerminatingErrors></command:nonTerminatingErrors>
      <maml:alertSet>
          <maml:title></maml:title>
          <maml:alert>
              <maml:para />
          </maml:alert>
      </maml:alertSet>
      <command:examples>
          <command:example>
              <maml:title>-------------------------- Get1 --------------------------</maml:title>
              <maml:introduction>
                  <maml:paragraph>PS C:\&gt;</maml:paragraph>
              </maml:introduction>
              <dev:code>Get-AzureRMResourceLock -LockName test -ResourceName myResource -ResourceType microsoft.web/sites -ResourceGroupName myResourceGroup</dev:code>
              <dev:remarks>
                  <maml:para>Gets the resource lock &quot;test&quot;</maml:para>
                  <maml:para />
                  <maml:para />
                  <maml:para></maml:para>
              </dev:remarks>
              <command:commandLines>
                  <command:commandLine>
                      <command:commandText>
                          <maml:para />
                      </command:commandText>
                  </command:commandLine>
              </command:commandLines>
          </command:example>
      </command:examples>
      <maml:relatedLinks>
      </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  <!--Generated by PS Cmdlet Help Editor-->
      <command:details>
          <command:name>Move-AzureRMResource</command:name>
          <maml:description>
              <maml:para>Moves existing resources to a new resource group or subscription.</maml:para>
          </maml:description>
          <maml:copyright>
              <maml:para />
          </maml:copyright>
          <command:verb>Move</command:verb>
          <command:noun>AzureResource</command:noun>
          <dev:version />
      </command:details>
      <maml:description>
          <maml:para>Moves existing resources to a new resource group or subscription.</maml:para>
      </maml:description>
      <command:syntax>
          <command:syntaxItem>
              <maml:name>Move-AzureRMResource</maml:name>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>DestinationResourceGroupName</maml:name>
                  <maml:description>
                      <maml:para>The name of the resource group into which the resources are to be moved.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>DestinationSubscriptionId</maml:name>
                  <maml:description>
                      <maml:para>The Id of the subscription to move the resources into.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="true">Nullable`1[Guid]</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Force</maml:name>
                  <maml:description>
                      <maml:para>Do not ask for confirmation.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>NoWait</maml:name>
                  <maml:description>
                      <maml:para>Do not wait for operation to complete.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
                  <maml:name>ResourceId</maml:name>
                  <maml:description>
                      <maml:para>The Ids of the resources to move.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ApiVersion</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Pre</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Profile</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationAction</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationVariable</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>WhatIf</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Confirm</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
          </command:syntaxItem>
      </command:syntax>
      <command:parameters>
          <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>DestinationResourceGroupName</maml:name>
              <maml:description>
                  <maml:para>The name of the resource group into which the resources are to be moved.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>DestinationSubscriptionId</maml:name>
              <maml:description>
                  <maml:para>The Id of the subscription to move the resources into.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="true">Nullable`1[Guid]</command:parameterValue>
              <dev:type>
                  <maml:name>Nullable`1[Guid]</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>Force</maml:name>
              <maml:description>
                  <maml:para>Do not ask for confirmation.</maml:para>
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>NoWait</maml:name>
              <maml:description>
                  <maml:para>Do not wait for operation to complete.</maml:para>
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
              <maml:name>ResourceId</maml:name>
              <maml:description>
                  <maml:para>The Ids of the resources to move.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
              <dev:type>
                  <maml:name>String[]</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>ApiVersion</maml:name>
              <maml:description>
                  <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>Pre</maml:name>
              <maml:description>
                  <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>Profile</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              <dev:type>
                  <maml:name>AzureProfile</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>InformationAction</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              <dev:type>
                  <maml:name>ActionPreference</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>InformationVariable</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>WhatIf</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>Confirm</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
      </command:parameters>
      <command:inputTypes>
          <command:inputType>
              <dev:type>
                  <maml:name></maml:name>
                  <maml:uri></maml:uri>
                  <maml:description/>
              </dev:type>
              <maml:description>
                  <maml:para>
  </maml:para>
              </maml:description>
          </command:inputType>
      </command:inputTypes>
      <command:returnValues>
          <command:returnValue>
              <dev:type>
                  <maml:name></maml:name>
                  <maml:uri></maml:uri>
                  <maml:description/>
              </dev:type>
              <maml:description>
                  <maml:para>
  </maml:para>
              </maml:description>
          </command:returnValue>
      </command:returnValues>
      <command:terminatingErrors></command:terminatingErrors>
      <command:nonTerminatingErrors></command:nonTerminatingErrors>
      <maml:alertSet>
          <maml:title></maml:title>
          <maml:alert>
              <maml:para />
          </maml:alert>
      </maml:alertSet>
      <command:examples>
          <command:example>
              <maml:title>-------------------------- Move1 --------------------------</maml:title>
              <maml:introduction>
                  <maml:paragraph>PS C:\&gt;</maml:paragraph>
              </maml:introduction>
              <dev:code>$r = Get-AzureRMResource -Name test -ResourceType Microsoft.ClassicCompute/storageAccounts -ResourceName mystorageaccount
  Move-AzureRMResource -ResourceId $r.ResourceId -DestinationResourceGroupName test</dev:code>
              <dev:remarks>
                  <maml:para>Moves the existing resource into &quot;test&quot; resource group</maml:para>
                  <maml:para />
                  <maml:para />
                  <maml:para></maml:para>
              </dev:remarks>
              <command:commandLines>
                  <command:commandLine>
                      <command:commandText>
                          <maml:para />
                      </command:commandText>
                  </command:commandLine>
              </command:commandLines>
          </command:example>
      </command:examples>
      <maml:relatedLinks>
      </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  <!--Generated by PS Cmdlet Help Editor-->
      <command:details>
          <command:name>New-AzureRMResource</command:name>
          <maml:description>
              <maml:para>Create a new azure resource.</maml:para>
          </maml:description>
          <maml:copyright>
              <maml:para />
          </maml:copyright>
          <command:verb>New</command:verb>
          <command:noun>AzureResource</command:noun>
          <dev:version />
      </command:details>
      <maml:description>
          <maml:para>Create a new azure resource.</maml:para>
      </maml:description>
      <command:syntax>
          <command:syntaxItem>
              <maml:name>New-AzureRMResource</maml:name>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Location</maml:name>
                  <maml:description>
                      <maml:para>The resource location.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Kind</maml:name>
                  <maml:description>
                      <maml:para>The resource kind.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Properties</maml:name>
                  <maml:description>
                      <maml:para>A hash table which represents resource properties.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">PSObject</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>PlanObject</maml:name>
                  <maml:description>
                      <maml:para>A hash table which represents resource plan properties.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Tag</maml:name>
                  <maml:description>
                      <maml:para>A hash table which represents resource tags.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="true">Hashtable[]</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>IsFullObject</maml:name>
                  <maml:description>
                      <maml:para>When set indicates that the full object is passed in to the -PropertyObject parameter.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
                  <maml:name>OutputObjectFormat</maml:name>
                  <maml:description>
                      <maml:para>The output format of the resource properties.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="true">Nullable`1[ResourceObjectFormat]</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceId</maml:name>
                  <maml:description>
                      <maml:para>The resource Id.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ODataQuery</maml:name>
                  <maml:description>
                      <maml:para>An OData style filter which will be appended to the request in addition to any other filters.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Force</maml:name>
                  <maml:description>
                      <maml:para>Do not ask for confirmation.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ApiVersion</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Pre</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Profile</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationAction</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationVariable</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>WhatIf</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Confirm</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
          </command:syntaxItem>
          <command:syntaxItem>
              <maml:name>New-AzureRMResource</maml:name>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Location</maml:name>
                  <maml:description>
                      <maml:para>The resource location.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Kind</maml:name>
                  <maml:description>
                      <maml:para>The resource kind.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Properties</maml:name>
                  <maml:description>
                      <maml:para>A hash table which represents resource properties.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">PSObject</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>PlanObject</maml:name>
                  <maml:description>
                      <maml:para>A hash table which represents resource plan properties.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Tag</maml:name>
                  <maml:description>
                      <maml:para>A hash table which represents resource tags.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="true">Hashtable[]</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>IsFullObject</maml:name>
                  <maml:description>
                      <maml:para>When set indicates that the full object is passed in to the -PropertyObject parameter.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
                  <maml:name>OutputObjectFormat</maml:name>
                  <maml:description>
                      <maml:para>The output format of the resource properties.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="true">Nullable`1[ResourceObjectFormat]</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceName</maml:name>
                  <maml:description>
                      <maml:para>The resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceType</maml:name>
                  <maml:description>
                      <maml:para>The resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ParentResource</maml:name>
                  <maml:description>
                      <maml:para>The parent resource type. e.g. Servers/myServer.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ExtensionResourceName</maml:name>
                  <maml:description>
                      <maml:para>The extension resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ExtensionResourceType</maml:name>
                  <maml:description>
                      <maml:para>The extension resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ODataQuery</maml:name>
                  <maml:description>
                      <maml:para>An OData style filter which will be appended to the request in addition to any other filters.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
                  <maml:name>SubscriptionId</maml:name>
                  <maml:description>
                      <maml:para>The subscription to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="true">Nullable`1[Guid]</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceGroupName</maml:name>
                  <maml:description>
                      <maml:para>The resource group name.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Force</maml:name>
                  <maml:description>
                      <maml:para>Do not ask for confirmation.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ApiVersion</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Pre</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Profile</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationAction</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationVariable</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>WhatIf</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Confirm</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
          </command:syntaxItem>
          <command:syntaxItem>
              <maml:name>New-AzureRMResource</maml:name>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Location</maml:name>
                  <maml:description>
                      <maml:para>The resource location.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Kind</maml:name>
                  <maml:description>
                      <maml:para>The resource kind.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Properties</maml:name>
                  <maml:description>
                      <maml:para>A hash table which represents resource properties.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">PSObject</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>PlanObject</maml:name>
                  <maml:description>
                      <maml:para>A hash table which represents resource plan properties.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Tag</maml:name>
                  <maml:description>
                      <maml:para>A hash table which represents resource tags.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="true">Hashtable[]</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>IsFullObject</maml:name>
                  <maml:description>
                      <maml:para>When set indicates that the full object is passed in to the -PropertyObject parameter.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
                  <maml:name>OutputObjectFormat</maml:name>
                  <maml:description>
                      <maml:para>The output format of the resource properties.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="true">Nullable`1[ResourceObjectFormat]</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceName</maml:name>
                  <maml:description>
                      <maml:para>The resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceType</maml:name>
                  <maml:description>
                      <maml:para>The resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ExtensionResourceName</maml:name>
                  <maml:description>
                      <maml:para>The extension resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ExtensionResourceType</maml:name>
                  <maml:description>
                      <maml:para>The extension resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ODataQuery</maml:name>
                  <maml:description>
                      <maml:para>An OData style filter which will be appended to the request in addition to any other filters.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>TenantLevel</maml:name>
                  <maml:description>
                      <maml:para>Indicates that this is a tenant level operation.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Force</maml:name>
                  <maml:description>
                      <maml:para>Do not ask for confirmation.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ApiVersion</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Pre</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Profile</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationAction</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationVariable</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>WhatIf</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Confirm</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
          </command:syntaxItem>
      </command:syntax>
      <command:parameters>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>Location</maml:name>
              <maml:description>
                  <maml:para>The resource location.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>Kind</maml:name>
              <maml:description>
                  <maml:para>The resource kind.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>Properties</maml:name>
              <maml:description>
                  <maml:para>A hash table which represents resource properties.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">PSObject</command:parameterValue>
              <dev:type>
                  <maml:name>PSObject</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>PlanObject</maml:name>
              <maml:description>
                  <maml:para>A hash table which represents resource plan properties.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
              <dev:type>
                  <maml:name>Hashtable</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
              <maml:name>Tag</maml:name>
              <maml:description>
                  <maml:para>A hash table which represents resource tags.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="true">Hashtable[]</command:parameterValue>
              <dev:type>
                  <maml:name>Hashtable[]</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>IsFullObject</maml:name>
              <maml:description>
                  <maml:para>When set indicates that the full object is passed in to the -PropertyObject parameter.</maml:para>
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
              <maml:name>OutputObjectFormat</maml:name>
              <maml:description>
                  <maml:para>The output format of the resource properties.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="true">Nullable`1[ResourceObjectFormat]</command:parameterValue>
              <dev:type>
                  <maml:name>Nullable`1[ResourceObjectFormat]</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>ResourceId</maml:name>
              <maml:description>
                  <maml:para>The resource Id.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>ODataQuery</maml:name>
              <maml:description>
                  <maml:para>An OData style filter which will be appended to the request in addition to any other filters.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>Force</maml:name>
              <maml:description>
                  <maml:para>Do not ask for confirmation.</maml:para>
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>ApiVersion</maml:name>
              <maml:description>
                  <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>Pre</maml:name>
              <maml:description>
                  <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>Profile</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              <dev:type>
                  <maml:name>AzureProfile</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>InformationAction</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              <dev:type>
                  <maml:name>ActionPreference</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>InformationVariable</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>WhatIf</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>Confirm</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>ResourceName</maml:name>
              <maml:description>
                  <maml:para>The resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>ResourceType</maml:name>
              <maml:description>
                  <maml:para>The resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>ParentResource</maml:name>
              <maml:description>
                  <maml:para>The parent resource type. e.g. Servers/myServer.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>ExtensionResourceName</maml:name>
              <maml:description>
                  <maml:para>The extension resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>ExtensionResourceType</maml:name>
              <maml:description>
                  <maml:para>The extension resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
              <maml:name>SubscriptionId</maml:name>
              <maml:description>
                  <maml:para>The subscription to use.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="true">Nullable`1[Guid]</command:parameterValue>
              <dev:type>
                  <maml:name>Nullable`1[Guid]</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>ResourceGroupName</maml:name>
              <maml:description>
                  <maml:para>The resource group name.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>TenantLevel</maml:name>
              <maml:description>
                  <maml:para>Indicates that this is a tenant level operation.</maml:para>
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
      </command:parameters>
      <command:inputTypes>
          <command:inputType>
              <dev:type>
                  <maml:name></maml:name>
                  <maml:uri></maml:uri>
                  <maml:description/>
              </dev:type>
              <maml:description>
                  <maml:para>
  </maml:para>
              </maml:description>
          </command:inputType>
      </command:inputTypes>
      <command:returnValues>
          <command:returnValue>
              <dev:type>
                  <maml:name></maml:name>
                  <maml:uri></maml:uri>
                  <maml:description/>
              </dev:type>
              <maml:description>
                  <maml:para>
  </maml:para>
              </maml:description>
          </command:returnValue>
      </command:returnValues>
      <command:terminatingErrors></command:terminatingErrors>
      <command:nonTerminatingErrors></command:nonTerminatingErrors>
      <maml:alertSet>
          <maml:title></maml:title>
          <maml:alert>
              <maml:para />
          </maml:alert>
      </maml:alertSet>
      <command:examples>
          <command:example>
              <maml:title>-------------------------- New1 --------------------------</maml:title>
              <maml:introduction>
                  <maml:paragraph>PS C:\&gt;</maml:paragraph>
              </maml:introduction>
              <dev:code>New-AzureRMResource -Location &quot;West US&quot; -Properties @{&quot;test&quot;=&quot;test&quot;} -ResourceName myTestSiteName -ResourceType microsoft.web/sites -ResourceGroupName myResourceGroup -Force</dev:code>
              <dev:remarks>
                  <maml:para>Create a new website</maml:para>
                  <maml:para />
                  <maml:para />
                  <maml:para></maml:para>
              </dev:remarks>
              <command:commandLines>
                  <command:commandLine>
                      <command:commandText>
                          <maml:para />
                      </command:commandText>
                  </command:commandLine>
              </command:commandLines>
          </command:example>
      </command:examples>
      <maml:relatedLinks>
      </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  <!--Generated by PS Cmdlet Help Editor-->
      <command:details>
          <command:name>New-AzureRMResourceLock</command:name>
          <maml:description>
              <maml:para>Create a new resource lock.</maml:para>
          </maml:description>
          <maml:copyright>
              <maml:para />
          </maml:copyright>
          <command:verb>New</command:verb>
          <command:noun>AzureResourceLock</command:noun>
          <dev:version />
      </command:details>
      <maml:description>
          <maml:para>Create a new resource lock.</maml:para>
      </maml:description>
      <command:syntax>
          <command:syntaxItem>
              <maml:name>New-AzureRMResourceLock</maml:name>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>LockLevel</maml:name>
                  <maml:description>
                      <maml:para>The level of the lock.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">LockLevel</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>LockNotes</maml:name>
                  <maml:description>
                      <maml:para>The notes of the lock.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Force</maml:name>
                  <maml:description>
                      <maml:para>Do not ask for confirmation.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>LockName</maml:name>
                  <maml:description>
                      <maml:para>The name of the lock.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceName</maml:name>
                  <maml:description>
                      <maml:para>The resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceType</maml:name>
                  <maml:description>
                      <maml:para>The resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ApiVersion</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Pre</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Profile</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationAction</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationVariable</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>WhatIf</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Confirm</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
          </command:syntaxItem>
          <command:syntaxItem>
              <maml:name>New-AzureRMResourceLock</maml:name>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>LockLevel</maml:name>
                  <maml:description>
                      <maml:para>The level of the lock.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">LockLevel</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>LockNotes</maml:name>
                  <maml:description>
                      <maml:para>The notes of the lock.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Force</maml:name>
                  <maml:description>
                      <maml:para>Do not ask for confirmation.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>LockName</maml:name>
                  <maml:description>
                      <maml:para>The name of the lock.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>Scope</maml:name>
                  <maml:description>
                      <maml:para>The scope. e.g. to specify a database &#39;/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaserName}&#39;, to specify a resoruce group: &#39;/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}&#39;</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ApiVersion</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Pre</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Profile</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationAction</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationVariable</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>WhatIf</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Confirm</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
          </command:syntaxItem>
          <command:syntaxItem>
              <maml:name>New-AzureRMResourceLock</maml:name>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>LockLevel</maml:name>
                  <maml:description>
                      <maml:para>The level of the lock.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">LockLevel</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>LockNotes</maml:name>
                  <maml:description>
                      <maml:para>The notes of the lock.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Force</maml:name>
                  <maml:description>
                      <maml:para>Do not ask for confirmation.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>LockName</maml:name>
                  <maml:description>
                      <maml:para>The name of the lock.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceName</maml:name>
                  <maml:description>
                      <maml:para>The resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceType</maml:name>
                  <maml:description>
                      <maml:para>The resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceGroupName</maml:name>
                  <maml:description>
                      <maml:para>The resource group name.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ApiVersion</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Pre</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Profile</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationAction</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationVariable</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>WhatIf</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Confirm</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
          </command:syntaxItem>
          <command:syntaxItem>
              <maml:name>New-AzureRMResourceLock</maml:name>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>LockLevel</maml:name>
                  <maml:description>
                      <maml:para>The level of the lock.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">LockLevel</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>LockNotes</maml:name>
                  <maml:description>
                      <maml:para>The notes of the lock.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Force</maml:name>
                  <maml:description>
                      <maml:para>Do not ask for confirmation.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>LockName</maml:name>
                  <maml:description>
                      <maml:para>The name of the lock.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceName</maml:name>
                  <maml:description>
                      <maml:para>The resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceType</maml:name>
                  <maml:description>
                      <maml:para>The resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>TenantLevel</maml:name>
                  <maml:description>
                      <maml:para>Indicates that this is a tenant level operation.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ApiVersion</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Pre</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Profile</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationAction</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationVariable</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>WhatIf</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Confirm</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
          </command:syntaxItem>
          <command:syntaxItem>
              <maml:name>New-AzureRMResourceLock</maml:name>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>LockLevel</maml:name>
                  <maml:description>
                      <maml:para>The level of the lock.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">LockLevel</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>LockNotes</maml:name>
                  <maml:description>
                      <maml:para>The notes of the lock.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Force</maml:name>
                  <maml:description>
                      <maml:para>Do not ask for confirmation.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>LockName</maml:name>
                  <maml:description>
                      <maml:para>The name of the lock.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ApiVersion</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Pre</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Profile</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationAction</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationVariable</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>WhatIf</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Confirm</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
          </command:syntaxItem>
          <command:syntaxItem>
              <maml:name>New-AzureRMResourceLock</maml:name>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>LockLevel</maml:name>
                  <maml:description>
                      <maml:para>The level of the lock.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">LockLevel</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>LockNotes</maml:name>
                  <maml:description>
                      <maml:para>The notes of the lock.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Force</maml:name>
                  <maml:description>
                      <maml:para>Do not ask for confirmation.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>LockName</maml:name>
                  <maml:description>
                      <maml:para>The name of the lock.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceGroupName</maml:name>
                  <maml:description>
                      <maml:para>The resource group name.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ApiVersion</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Pre</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Profile</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationAction</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationVariable</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>WhatIf</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Confirm</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
          </command:syntaxItem>
      </command:syntax>
      <command:parameters>
          <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>LockLevel</maml:name>
              <maml:description>
                  <maml:para>The level of the lock.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">LockLevel</command:parameterValue>
              <dev:type>
                  <maml:name>LockLevel</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>LockNotes</maml:name>
              <maml:description>
                  <maml:para>The notes of the lock.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>Force</maml:name>
              <maml:description>
                  <maml:para>Do not ask for confirmation.</maml:para>
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>LockName</maml:name>
              <maml:description>
                  <maml:para>The name of the lock.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>ResourceName</maml:name>
              <maml:description>
                  <maml:para>The resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>ResourceType</maml:name>
              <maml:description>
                  <maml:para>The resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>ApiVersion</maml:name>
              <maml:description>
                  <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>Pre</maml:name>
              <maml:description>
                  <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>Profile</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              <dev:type>
                  <maml:name>AzureProfile</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>InformationAction</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              <dev:type>
                  <maml:name>ActionPreference</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>InformationVariable</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>WhatIf</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>Confirm</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>Scope</maml:name>
              <maml:description>
                  <maml:para>The scope. e.g. to specify a database &#39;/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaserName}&#39;, to specify a resoruce group: &#39;/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}&#39;</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
              <maml:name>SubscriptionId</maml:name>
              <maml:description>
                  <maml:para>The subscription to use.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="true">Nullable`1[Guid]</command:parameterValue>
              <dev:type>
                  <maml:name>Nullable`1[Guid]</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>ResourceGroupName</maml:name>
              <maml:description>
                  <maml:para>The resource group name.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>TenantLevel</maml:name>
              <maml:description>
                  <maml:para>Indicates that this is a tenant level operation.</maml:para>
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
      </command:parameters>
      <command:inputTypes>
          <command:inputType>
              <dev:type>
                  <maml:name></maml:name>
                  <maml:uri></maml:uri>
                  <maml:description/>
              </dev:type>
              <maml:description>
                  <maml:para>
  </maml:para>
              </maml:description>
          </command:inputType>
      </command:inputTypes>
      <command:returnValues>
          <command:returnValue>
              <dev:type>
                  <maml:name></maml:name>
                  <maml:uri></maml:uri>
                  <maml:description/>
              </dev:type>
              <maml:description>
                  <maml:para>
  </maml:para>
              </maml:description>
          </command:returnValue>
      </command:returnValues>
      <command:terminatingErrors></command:terminatingErrors>
      <command:nonTerminatingErrors></command:nonTerminatingErrors>
      <maml:alertSet>
          <maml:title></maml:title>
          <maml:alert>
              <maml:para />
          </maml:alert>
      </maml:alertSet>
      <command:examples>
          <command:example>
              <maml:title>-------------------------- New1 --------------------------</maml:title>
              <maml:introduction>
                  <maml:paragraph>PS C:\&gt;</maml:paragraph>
              </maml:introduction>
              <dev:code>New-AzureRMResourceLock -LockLevel CanNotDelete -LockNotes &quot;My lock notes&quot; -LockName mylock -ResourceName mySite -ResourceType microsoft.web/sites</dev:code>
              <dev:remarks>
                  <maml:para>Create a new resource lock on a website</maml:para>
                  <maml:para />
                  <maml:para />
                  <maml:para></maml:para>
              </dev:remarks>
              <command:commandLines>
                  <command:commandLine>
                      <command:commandText>
                          <maml:para />
                      </command:commandText>
                  </command:commandLine>
              </command:commandLines>
          </command:example>
      </command:examples>
      <maml:relatedLinks>
      </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  <!--Generated by PS Cmdlet Help Editor-->
      <command:details>
          <command:name>Remove-AzureRMResource</command:name>
          <maml:description>
              <maml:para>Removes the azure resource.</maml:para>
          </maml:description>
          <maml:copyright>
              <maml:para />
          </maml:copyright>
          <command:verb>Remove</command:verb>
          <command:noun>AzureResource</command:noun>
          <dev:version />
      </command:details>
      <maml:description>
          <maml:para>Removes the azure resource.</maml:para>
      </maml:description>
      <command:syntax>
          <command:syntaxItem>
              <maml:name>Remove-AzureRMResource</maml:name>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceId</maml:name>
                  <maml:description>
                      <maml:para>The fully qualified resource Id, including the subscription. e.g. /subscriptions/{subscriptionId}/providers/Microsoft.Sql/servers/myServer/databases/myDatabase</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ODataQuery</maml:name>
                  <maml:description>
                      <maml:para>An OData style filter which will be appended to the request in addition to any other filters.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Force</maml:name>
                  <maml:description>
                      <maml:para>Do not ask for confirmation.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ApiVersion</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Pre</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Profile</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationAction</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationVariable</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>WhatIf</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Confirm</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
          </command:syntaxItem>
          <command:syntaxItem>
              <maml:name>Remove-AzureRMResource</maml:name>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceName</maml:name>
                  <maml:description>
                      <maml:para>The resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceType</maml:name>
                  <maml:description>
                      <maml:para>The resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ParentResource</maml:name>
                  <maml:description>
                      <maml:para>The parent resource type. e.g. Servers/myServer.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ExtensionResourceName</maml:name>
                  <maml:description>
                      <maml:para>The extension resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ExtensionResourceType</maml:name>
                  <maml:description>
                      <maml:para>The extension resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ODataQuery</maml:name>
                  <maml:description>
                      <maml:para>An OData style filter which will be appended to the request in addition to any other filters.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
                  <maml:name>SubscriptionId</maml:name>
                  <maml:description>
                      <maml:para>The subscription to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="true">Nullable`1[Guid]</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceGroupName</maml:name>
                  <maml:description>
                      <maml:para>The resource group name.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Force</maml:name>
                  <maml:description>
                      <maml:para>Do not ask for confirmation.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ApiVersion</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Pre</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Profile</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationAction</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationVariable</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>WhatIf</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Confirm</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
          </command:syntaxItem>
          <command:syntaxItem>
              <maml:name>Remove-AzureRMResource</maml:name>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceName</maml:name>
                  <maml:description>
                      <maml:para>The resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceType</maml:name>
                  <maml:description>
                      <maml:para>The resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ExtensionResourceName</maml:name>
                  <maml:description>
                      <maml:para>The extension resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ExtensionResourceType</maml:name>
                  <maml:description>
                      <maml:para>The extension resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ODataQuery</maml:name>
                  <maml:description>
                      <maml:para>An OData style filter which will be appended to the request in addition to any other filters.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>TenantLevel</maml:name>
                  <maml:description>
                      <maml:para>Indicates that this is a tenant level operation.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Force</maml:name>
                  <maml:description>
                      <maml:para>Do not ask for confirmation.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ApiVersion</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Pre</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Profile</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationAction</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationVariable</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>WhatIf</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Confirm</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
          </command:syntaxItem>
      </command:syntax>
      <command:parameters>
          <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>ResourceId</maml:name>
              <maml:description>
                  <maml:para>The fully qualified resource Id, including the subscription. e.g. /subscriptions/{subscriptionId}/providers/Microsoft.Sql/servers/myServer/databases/myDatabase</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>ODataQuery</maml:name>
              <maml:description>
                  <maml:para>An OData style filter which will be appended to the request in addition to any other filters.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>Force</maml:name>
              <maml:description>
                  <maml:para>Do not ask for confirmation.</maml:para>
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>ApiVersion</maml:name>
              <maml:description>
                  <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>Pre</maml:name>
              <maml:description>
                  <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>Profile</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              <dev:type>
                  <maml:name>AzureProfile</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>InformationAction</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              <dev:type>
                  <maml:name>ActionPreference</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>InformationVariable</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>WhatIf</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>Confirm</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>ResourceName</maml:name>
              <maml:description>
                  <maml:para>The resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>ResourceType</maml:name>
              <maml:description>
                  <maml:para>The resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>ParentResource</maml:name>
              <maml:description>
                  <maml:para>The parent resource type. e.g. Servers/myServer.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>ExtensionResourceName</maml:name>
              <maml:description>
                  <maml:para>The extension resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>ExtensionResourceType</maml:name>
              <maml:description>
                  <maml:para>The extension resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
              <maml:name>SubscriptionId</maml:name>
              <maml:description>
                  <maml:para>The subscription to use.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="true">Nullable`1[Guid]</command:parameterValue>
              <dev:type>
                  <maml:name>Nullable`1[Guid]</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>ResourceGroupName</maml:name>
              <maml:description>
                  <maml:para>The resource group name.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>TenantLevel</maml:name>
              <maml:description>
                  <maml:para>Indicates that this is a tenant level operation.</maml:para>
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
      </command:parameters>
      <command:inputTypes>
          <command:inputType>
              <dev:type>
                  <maml:name></maml:name>
                  <maml:uri></maml:uri>
                  <maml:description/>
              </dev:type>
              <maml:description>
                  <maml:para>
  </maml:para>
              </maml:description>
          </command:inputType>
      </command:inputTypes>
      <command:returnValues>
          <command:returnValue>
              <dev:type>
                  <maml:name></maml:name>
                  <maml:uri></maml:uri>
                  <maml:description/>
              </dev:type>
              <maml:description>
                  <maml:para>
  </maml:para>
              </maml:description>
          </command:returnValue>
      </command:returnValues>
      <command:terminatingErrors></command:terminatingErrors>
      <command:nonTerminatingErrors></command:nonTerminatingErrors>
      <maml:alertSet>
          <maml:title></maml:title>
          <maml:alert>
              <maml:para />
          </maml:alert>
      </maml:alertSet>
      <command:examples>
          <command:example>
              <maml:title>-------------------------- Remove1 --------------------------</maml:title>
              <maml:introduction>
                  <maml:paragraph>PS C:\&gt;</maml:paragraph>
              </maml:introduction>
              <dev:code>Remove-AzureRMResource -ResourceId /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Web/sites/myTestSiteName -Force</dev:code>
              <dev:remarks>
                  <maml:para>Removes the existing website resource</maml:para>
                  <maml:para />
                  <maml:para />
                  <maml:para></maml:para>
              </dev:remarks>
              <command:commandLines>
                  <command:commandLine>
                      <command:commandText>
                          <maml:para />
                      </command:commandText>
                  </command:commandLine>
              </command:commandLines>
          </command:example>
      </command:examples>
      <maml:relatedLinks>
      </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  <!--Generated by PS Cmdlet Help Editor-->
      <command:details>
          <command:name>Remove-AzureRMResourceLock</command:name>
          <maml:description>
              <maml:para>Removes the azure resource lock.</maml:para>
          </maml:description>
          <maml:copyright>
              <maml:para />
          </maml:copyright>
          <command:verb>Remove</command:verb>
          <command:noun>AzureResourceLock</command:noun>
          <dev:version />
      </command:details>
      <maml:description>
          <maml:para>Removes the azure resource lock.</maml:para>
      </maml:description>
      <command:syntax>
          <command:syntaxItem>
              <maml:name>Remove-AzureRMResourceLock</maml:name>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceId</maml:name>
                  <maml:description>
                      <maml:para>The fully qualified resource Id, including the subscription. e.g. /subscriptions/{subscriptionId}/providers/Microsoft.Sql/servers/myServer/databases/myDatabase</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ODataQuery</maml:name>
                  <maml:description>
                      <maml:para>An OData style filter which will be appended to the request in addition to any other filters.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Force</maml:name>
                  <maml:description>
                      <maml:para>Do not ask for confirmation.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ApiVersion</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Pre</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Profile</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationAction</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationVariable</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>WhatIf</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Confirm</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
          </command:syntaxItem>
          <command:syntaxItem>
              <maml:name>Remove-AzureRMResourceLock</maml:name>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceName</maml:name>
                  <maml:description>
                      <maml:para>The resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceType</maml:name>
                  <maml:description>
                      <maml:para>The resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ParentResource</maml:name>
                  <maml:description>
                      <maml:para>The parent resource type. e.g. Servers/myServer.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ExtensionResourceName</maml:name>
                  <maml:description>
                      <maml:para>The extension resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ExtensionResourceType</maml:name>
                  <maml:description>
                      <maml:para>The extension resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ODataQuery</maml:name>
                  <maml:description>
                      <maml:para>An OData style filter which will be appended to the request in addition to any other filters.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceGroupName</maml:name>
                  <maml:description>
                      <maml:para>The resource group name.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Force</maml:name>
                  <maml:description>
                      <maml:para>Do not ask for confirmation.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ApiVersion</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Pre</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Profile</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationAction</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationVariable</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>WhatIf</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Confirm</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
          </command:syntaxItem>
          <command:syntaxItem>
              <maml:name>Remove-AzureRMResourceLock</maml:name>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceName</maml:name>
                  <maml:description>
                      <maml:para>The resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ResourceType</maml:name>
                  <maml:description>
                      <maml:para>The resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ExtensionResourceName</maml:name>
                  <maml:description>
                      <maml:para>The extension resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
                  <maml:name>ExtensionResourceType</maml:name>
                  <maml:description>
                      <maml:para>The extension resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ODataQuery</maml:name>
                  <maml:description>
                      <maml:para>An OData style filter which will be appended to the request in addition to any other filters.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>TenantLevel</maml:name>
                  <maml:description>
                      <maml:para>Indicates that this is a tenant level operation.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Force</maml:name>
                  <maml:description>
                      <maml:para>Do not ask for confirmation.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>ApiVersion</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Pre</maml:name>
                  <maml:description>
                      <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Profile</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationAction</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>InformationVariable</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>WhatIf</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
              <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                  <maml:name>Confirm</maml:name>
                  <maml:description>
                      <maml:para />
                  </maml:description>
                  <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              </command:parameter>
          </command:syntaxItem>
      </command:syntax>
      <command:parameters>
          <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>ResourceId</maml:name>
              <maml:description>
                  <maml:para>The fully qualified resource Id, including the subscription. e.g. /subscriptions/{subscriptionId}/providers/Microsoft.Sql/servers/myServer/databases/myDatabase</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>ODataQuery</maml:name>
              <maml:description>
                  <maml:para>An OData style filter which will be appended to the request in addition to any other filters.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>Force</maml:name>
              <maml:description>
                  <maml:para>Do not ask for confirmation.</maml:para>
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>ApiVersion</maml:name>
              <maml:description>
                  <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>Pre</maml:name>
              <maml:description>
                  <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>Profile</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
              <dev:type>
                  <maml:name>AzureProfile</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>InformationAction</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
              <dev:type>
                  <maml:name>ActionPreference</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>InformationVariable</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>WhatIf</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>Confirm</maml:name>
              <maml:description>
                  <maml:para />
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>ResourceName</maml:name>
              <maml:description>
                  <maml:para>The resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>ResourceType</maml:name>
              <maml:description>
                  <maml:para>The resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>ParentResource</maml:name>
              <maml:description>
                  <maml:para>The parent resource type. e.g. Servers/myServer.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>ExtensionResourceName</maml:name>
              <maml:description>
                  <maml:para>The extension resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>ExtensionResourceType</maml:name>
              <maml:description>
                  <maml:para>The extension resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
              <maml:name>SubscriptionId</maml:name>
              <maml:description>
                  <maml:para>The subscription to use.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="true">Nullable`1[Guid]</command:parameterValue>
              <dev:type>
                  <maml:name>Nullable`1[Guid]</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
              <maml:name>ResourceGroupName</maml:name>
              <maml:description>
                  <maml:para>The resource group name.</maml:para>
              </maml:description>
              <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
              <dev:type>
                  <maml:name>String</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
          <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
              <maml:name>TenantLevel</maml:name>
              <maml:description>
                  <maml:para>Indicates that this is a tenant level operation.</maml:para>
              </maml:description>
              <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
              <dev:type>
                  <maml:name>SwitchParameter</maml:name>
                  <maml:uri/>
              </dev:type>
              <dev:defaultValue></dev:defaultValue>
          </command:parameter>
      </command:parameters>
      <command:inputTypes>
          <command:inputType>
              <dev:type>
                  <maml:name></maml:name>
                  <maml:uri></maml:uri>
                  <maml:description/>
              </dev:type>
              <maml:description>
                  <maml:para>
  </maml:para>
              </maml:description>
          </command:inputType>
      </command:inputTypes>
      <command:returnValues>
          <command:returnValue>
              <dev:type>
                  <maml:name></maml:name>
                  <maml:uri></maml:uri>
                  <maml:description/>
              </dev:type>
              <maml:description>
                  <maml:para>
  </maml:para>
              </maml:description>
          </command:returnValue>
      </command:returnValues>
      <command:terminatingErrors></command:terminatingErrors>
      <command:nonTerminatingErrors></command:nonTerminatingErrors>
      <maml:alertSet>
          <maml:title></maml:title>
          <maml:alert>
              <maml:para />
          </maml:alert>
      </maml:alertSet>
      <command:examples>
          <command:example>
              <maml:title>-------------------------- RemoveLock1 --------------------------</maml:title>
              <maml:introduction>
                  <maml:paragraph>PS C:\&gt;</maml:paragraph>
              </maml:introduction>
              <dev:code>Remove-AzureRMResourceLock -ResourceId /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-Storage-SouthCentralUS/providers/Microsoft.ClassicStorage/storageAccounts/mystorageaccount/providers/Microsoft.Authorization/locks/test</dev:code>
              <dev:remarks>
                  <maml:para />
                  <maml:para />
                  <maml:para />
                  <maml:para></maml:para>
              </dev:remarks>
              <command:commandLines>
                  <command:commandLine>
                      <command:commandText>
                          <maml:para />
                      </command:commandText>
                  </command:commandLine>
              </command:commandLines>
          </command:example>
      </command:examples>
      <maml:relatedLinks>
      </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <!--Generated by PS Cmdlet Help Editor-->
    <command:details>
      <command:name>Set-AzureRMResource</command:name>
      <maml:description>
        <maml:para>Updates an existing azure resource.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>AzureResource</command:noun>
      <dev:version />
    </command:details>
    <maml:description>
      <maml:para>Updates an existing azure resource.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-AzureRMResource</maml:name>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>Kind</maml:name>
          <maml:description>
            <maml:para>The resource kind.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>Properties</maml:name>
          <maml:description>
            <maml:para>A hash table which represents resource properties.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">PSObject</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>Plan</maml:name>
          <maml:description>
            <maml:para>A hash table which represents resource plan properties.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>Tag</maml:name>
          <maml:description>
            <maml:para>A hash table which represents resource tags.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="true">Hashtable[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>UsePatchSemantics</maml:name>
          <maml:description>
            <maml:para>When set indicates if an HTTP PATCH should be used to update the object instead of PUT.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>OutputObjectFormat</maml:name>
          <maml:description>
            <maml:para>The output format of the resource properties.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="true">Nullable`1[ResourceObjectFormat]</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>ResourceId</maml:name>
          <maml:description>
            <maml:para>The fully qualified resource Id, including the subscription. e.g. /subscriptions/{subscriptionId}/providers/Microsoft.Sql/servers/myServer/databases/myDatabase</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>ODataQuery</maml:name>
          <maml:description>
            <maml:para>An OData style filter which will be appended to the request in addition to any other filters.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Force</maml:name>
          <maml:description>
            <maml:para>Do not ask for confirmation.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>ApiVersion</maml:name>
          <maml:description>
            <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Pre</maml:name>
          <maml:description>
            <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Profile</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>InformationAction</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>InformationVariable</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-AzureRMResource</maml:name>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>Kind</maml:name>
          <maml:description>
            <maml:para>The resource kind.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>Properties</maml:name>
          <maml:description>
            <maml:para>A hash table which represents resource properties.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">PSObject</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>Plan</maml:name>
          <maml:description>
            <maml:para>A hash table which represents resource plan properties.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>Tag</maml:name>
          <maml:description>
            <maml:para>A hash table which represents resource tags.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="true">Hashtable[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>UsePatchSemantics</maml:name>
          <maml:description>
            <maml:para>When set indicates if an HTTP PATCH should be used to update the object instead of PUT.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>OutputObjectFormat</maml:name>
          <maml:description>
            <maml:para>The output format of the resource properties.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="true">Nullable`1[ResourceObjectFormat]</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>ResourceName</maml:name>
          <maml:description>
            <maml:para>The resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>ResourceType</maml:name>
          <maml:description>
            <maml:para>The resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>ParentResource</maml:name>
          <maml:description>
            <maml:para>The parent resource type. e.g. Servers/myServer.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>ExtensionResourceName</maml:name>
          <maml:description>
            <maml:para>The extension resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>ExtensionResourceType</maml:name>
          <maml:description>
            <maml:para>The extension resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>ODataQuery</maml:name>
          <maml:description>
            <maml:para>An OData style filter which will be appended to the request in addition to any other filters.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
          <maml:name>SubscriptionId</maml:name>
          <maml:description>
            <maml:para>The subscription to use.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="true">Nullable`1[Guid]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>ResourceGroupName</maml:name>
          <maml:description>
            <maml:para>The resource group name.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Force</maml:name>
          <maml:description>
            <maml:para>Do not ask for confirmation.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>ApiVersion</maml:name>
          <maml:description>
            <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Pre</maml:name>
          <maml:description>
            <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Profile</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>InformationAction</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>InformationVariable</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-AzureRMResource</maml:name>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>Kind</maml:name>
          <maml:description>
            <maml:para>The resource kind.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>Properties</maml:name>
          <maml:description>
            <maml:para>A hash table which represents resource properties.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">PSObject</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>Plan</maml:name>
          <maml:description>
            <maml:para>A hash table which represents resource plan properties.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>Tag</maml:name>
          <maml:description>
            <maml:para>A hash table which represents resource tags.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="true">Hashtable[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>UsePatchSemantics</maml:name>
          <maml:description>
            <maml:para>When set indicates if an HTTP PATCH should be used to update the object instead of PUT.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>OutputObjectFormat</maml:name>
          <maml:description>
            <maml:para>The output format of the resource properties.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="true">Nullable`1[ResourceObjectFormat]</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>ResourceName</maml:name>
          <maml:description>
            <maml:para>The resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>ResourceType</maml:name>
          <maml:description>
            <maml:para>The resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>ExtensionResourceName</maml:name>
          <maml:description>
            <maml:para>The extension resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>ExtensionResourceType</maml:name>
          <maml:description>
            <maml:para>The extension resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>ODataQuery</maml:name>
          <maml:description>
            <maml:para>An OData style filter which will be appended to the request in addition to any other filters.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>TenantLevel</maml:name>
          <maml:description>
            <maml:para>Indicates that this is a tenant level operation.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Force</maml:name>
          <maml:description>
            <maml:para>Do not ask for confirmation.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>ApiVersion</maml:name>
          <maml:description>
            <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Pre</maml:name>
          <maml:description>
            <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Profile</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>InformationAction</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>InformationVariable</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>Kind</maml:name>
        <maml:description>
          <maml:para>The resource kind.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>Properties</maml:name>
        <maml:description>
          <maml:para>A hash table which represents resource properties.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSObject</command:parameterValue>
        <dev:type>
          <maml:name>PSObject</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>Plan</maml:name>
        <maml:description>
          <maml:para>A hash table which represents resource plan properties.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>Tag</maml:name>
        <maml:description>
          <maml:para>A hash table which represents resource tags.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">Hashtable[]</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable[]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>UsePatchSemantics</maml:name>
        <maml:description>
          <maml:para>When set indicates if an HTTP PATCH should be used to update the object instead of PUT.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>OutputObjectFormat</maml:name>
        <maml:description>
          <maml:para>The output format of the resource properties.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">Nullable`1[ResourceObjectFormat]</command:parameterValue>
        <dev:type>
          <maml:name>Nullable`1[ResourceObjectFormat]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>ResourceId</maml:name>
        <maml:description>
          <maml:para>The fully qualified resource Id, including the subscription. e.g. /subscriptions/{subscriptionId}/providers/Microsoft.Sql/servers/myServer/databases/myDatabase</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>ODataQuery</maml:name>
        <maml:description>
          <maml:para>An OData style filter which will be appended to the request in addition to any other filters.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Force</maml:name>
        <maml:description>
          <maml:para>Do not ask for confirmation.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>ApiVersion</maml:name>
        <maml:description>
          <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Pre</maml:name>
        <maml:description>
          <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Profile</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
        <dev:type>
          <maml:name>AzureProfile</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>InformationAction</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
        <dev:type>
          <maml:name>ActionPreference</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>InformationVariable</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>WhatIf</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Confirm</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>ResourceName</maml:name>
        <maml:description>
          <maml:para>The resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>ResourceType</maml:name>
        <maml:description>
          <maml:para>The resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>ParentResource</maml:name>
        <maml:description>
          <maml:para>The parent resource type. e.g. Servers/myServer.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>ExtensionResourceName</maml:name>
        <maml:description>
          <maml:para>The extension resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>ExtensionResourceType</maml:name>
        <maml:description>
          <maml:para>The extension resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
        <maml:name>SubscriptionId</maml:name>
        <maml:description>
          <maml:para>The subscription to use.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">Nullable`1[Guid]</command:parameterValue>
        <dev:type>
          <maml:name>Nullable`1[Guid]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>ResourceGroupName</maml:name>
        <maml:description>
          <maml:para>The resource group name.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>TenantLevel</maml:name>
        <maml:description>
          <maml:para>Indicates that this is a tenant level operation.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name></maml:name>
          <maml:uri></maml:uri>
          <maml:description/>
        </dev:type>
        <maml:description>
          <maml:para>
          </maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name></maml:name>
          <maml:uri></maml:uri>
          <maml:description/>
        </dev:type>
        <maml:description>
          <maml:para>
          </maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors></command:terminatingErrors>
    <command:nonTerminatingErrors></command:nonTerminatingErrors>
    <maml:alertSet>
      <maml:title></maml:title>
      <maml:alert>
        <maml:para />
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- SetAzureResource1 --------------------------</maml:title>
        <maml:introduction>
          <maml:paragraph>PS C:\&gt;</maml:paragraph>
        </maml:introduction>
        <dev:code>
          $r = Get-AzureRMResource -ResourceType microsoft.web/sites -ResourceGroupName myResourceGroup -ResourceName mySite -OutputObjectFormat New
          $r.Properties.Enabled = &quot;False&quot;
          $r | Set-AzureRMResource -Force -OutputObjectFormat New
        </dev:code>
        <dev:remarks>
          <maml:para />
          <maml:para />
          <maml:para />
          <maml:para></maml:para>
        </dev:remarks>
        <command:commandLines>
          <command:commandLine>
            <command:commandText>
              <maml:para />
            </command:commandText>
          </command:commandLine>
        </command:commandLines>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <!--Generated by PS Cmdlet Help Editor-->
    <command:details>
      <command:name>Set-AzureRMResourceLock</command:name>
      <maml:description>
        <maml:para>Updates an existing resource lock.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>AzureResourceLock</command:noun>
      <dev:version />
    </command:details>
    <maml:description>
      <maml:para>Updates an existing resource lock.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-AzureRMResourceLock</maml:name>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>LockLevel</maml:name>
          <maml:description>
            <maml:para>The level of the lock.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">LockLevel</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>LockNotes</maml:name>
          <maml:description>
            <maml:para>The notes of the lock.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Force</maml:name>
          <maml:description>
            <maml:para>Do not ask for confirmation.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>LockName</maml:name>
          <maml:description>
            <maml:para>The name of the lock.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>ResourceName</maml:name>
          <maml:description>
            <maml:para>The resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>ResourceType</maml:name>
          <maml:description>
            <maml:para>The resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>ApiVersion</maml:name>
          <maml:description>
            <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Pre</maml:name>
          <maml:description>
            <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Profile</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>InformationAction</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>InformationVariable</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-AzureRMResourceLock</maml:name>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>LockLevel</maml:name>
          <maml:description>
            <maml:para>The level of the lock.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">LockLevel</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>LockNotes</maml:name>
          <maml:description>
            <maml:para>The notes of the lock.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Force</maml:name>
          <maml:description>
            <maml:para>Do not ask for confirmation.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>LockName</maml:name>
          <maml:description>
            <maml:para>The name of the lock.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>Scope</maml:name>
          <maml:description>
            <maml:para>The scope. e.g. to specify a database &#39;/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaserName}&#39;, to specify a resoruce group: &#39;/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}&#39;</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>ApiVersion</maml:name>
          <maml:description>
            <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Pre</maml:name>
          <maml:description>
            <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Profile</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>InformationAction</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>InformationVariable</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-AzureRMResourceLock</maml:name>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>LockLevel</maml:name>
          <maml:description>
            <maml:para>The level of the lock.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">LockLevel</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>LockNotes</maml:name>
          <maml:description>
            <maml:para>The notes of the lock.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Force</maml:name>
          <maml:description>
            <maml:para>Do not ask for confirmation.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>LockName</maml:name>
          <maml:description>
            <maml:para>The name of the lock.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>ResourceName</maml:name>
          <maml:description>
            <maml:para>The resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>ResourceType</maml:name>
          <maml:description>
            <maml:para>The resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>ResourceGroupName</maml:name>
          <maml:description>
            <maml:para>The resource group name.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>ApiVersion</maml:name>
          <maml:description>
            <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Pre</maml:name>
          <maml:description>
            <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Profile</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>InformationAction</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>InformationVariable</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-AzureRMResourceLock</maml:name>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>LockLevel</maml:name>
          <maml:description>
            <maml:para>The level of the lock.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">LockLevel</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>LockNotes</maml:name>
          <maml:description>
            <maml:para>The notes of the lock.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Force</maml:name>
          <maml:description>
            <maml:para>Do not ask for confirmation.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>LockName</maml:name>
          <maml:description>
            <maml:para>The name of the lock.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>ResourceName</maml:name>
          <maml:description>
            <maml:para>The resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>ResourceType</maml:name>
          <maml:description>
            <maml:para>The resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>TenantLevel</maml:name>
          <maml:description>
            <maml:para>Indicates that this is a tenant level operation.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>ApiVersion</maml:name>
          <maml:description>
            <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Pre</maml:name>
          <maml:description>
            <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Profile</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>InformationAction</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>InformationVariable</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-AzureRMResourceLock</maml:name>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>LockLevel</maml:name>
          <maml:description>
            <maml:para>The level of the lock.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">LockLevel</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>LockNotes</maml:name>
          <maml:description>
            <maml:para>The notes of the lock.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Force</maml:name>
          <maml:description>
            <maml:para>Do not ask for confirmation.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>LockName</maml:name>
          <maml:description>
            <maml:para>The name of the lock.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>ApiVersion</maml:name>
          <maml:description>
            <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Pre</maml:name>
          <maml:description>
            <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Profile</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>InformationAction</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>InformationVariable</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-AzureRMResourceLock</maml:name>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>LockLevel</maml:name>
          <maml:description>
            <maml:para>The level of the lock.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">LockLevel</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>LockNotes</maml:name>
          <maml:description>
            <maml:para>The notes of the lock.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Force</maml:name>
          <maml:description>
            <maml:para>Do not ask for confirmation.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>LockName</maml:name>
          <maml:description>
            <maml:para>The name of the lock.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>ResourceGroupName</maml:name>
          <maml:description>
            <maml:para>The resource group name.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>ApiVersion</maml:name>
          <maml:description>
            <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Pre</maml:name>
          <maml:description>
            <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Profile</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>InformationAction</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>InformationVariable</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para />
          </maml:description>
          <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>LockLevel</maml:name>
        <maml:description>
          <maml:para>The level of the lock.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">LockLevel</command:parameterValue>
        <dev:type>
          <maml:name>LockLevel</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>LockNotes</maml:name>
        <maml:description>
          <maml:para>The notes of the lock.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Force</maml:name>
        <maml:description>
          <maml:para>Do not ask for confirmation.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>LockName</maml:name>
        <maml:description>
          <maml:para>The name of the lock.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>ResourceName</maml:name>
        <maml:description>
          <maml:para>The resource name. e.g. to specify a database MyServer/MyDatabase.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>ResourceType</maml:name>
        <maml:description>
          <maml:para>The resource type. e.g. Microsoft.Sql/Servers/Databases.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>ApiVersion</maml:name>
        <maml:description>
          <maml:para>When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Pre</maml:name>
        <maml:description>
          <maml:para>When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Profile</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
        <dev:type>
          <maml:name>AzureProfile</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>InformationAction</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
        <dev:type>
          <maml:name>ActionPreference</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>InformationVariable</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>WhatIf</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Confirm</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>Scope</maml:name>
        <maml:description>
          <maml:para>The scope. e.g. to specify a database &#39;/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaserName}&#39;, to specify a resoruce group: &#39;/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}&#39;</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>ResourceGroupName</maml:name>
        <maml:description>
          <maml:para>The resource group name.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>TenantLevel</maml:name>
        <maml:description>
          <maml:para>Indicates that this is a tenant level operation.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue></dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name></maml:name>
          <maml:uri></maml:uri>
          <maml:description/>
        </dev:type>
        <maml:description>
          <maml:para>
          </maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name></maml:name>
          <maml:uri></maml:uri>
          <maml:description/>
        </dev:type>
        <maml:description>
          <maml:para>
          </maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors></command:terminatingErrors>
    <command:nonTerminatingErrors></command:nonTerminatingErrors>
    <maml:alertSet>
      <maml:title></maml:title>
      <maml:alert>
        <maml:para />
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- SetResourceLock1 --------------------------</maml:title>
        <maml:introduction>
          <maml:paragraph>PS C:\&gt;</maml:paragraph>
        </maml:introduction>
        <dev:code>Set-AzureRMResourceLock -LockName test -ResourceName myResource -ResourceType microsoft.web/sites -ResourceGroupName myResourceGroup -LockLevel CanNotDelete -LockNotes &quot;Updated note&quot;</dev:code>
        <dev:remarks>
          <maml:para>Updates existing resource lock</maml:para>
          <maml:para />
          <maml:para />
          <maml:para></maml:para>
        </dev:remarks>
        <command:commandLines>
          <command:commandLine>
            <command:commandText>
              <maml:para />
            </command:commandText>
          </command:commandLine>
        </command:commandLines>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
  </command:command>
</helpItems>