Acs.Namespaces.dll-Help.xml

<?xml version="1.0" encoding="utf-8" ?>
<helpItems xmlns="http://msh" 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">
    <command:details>
            <command:name>New-AcsNamespace</command:name>
            <maml:description>
                <maml:para>Instatiates a new namespace</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para></maml:para>
            </maml:copyright>
            <command:verb>New</command:verb>
            <command:noun>AcsNamespace</command:noun>
            <dev:version />
    </command:details>
    <command:parameters>
      <command:parameter required="true" position="named">
                <maml:name>SubscriptionID</maml:name>
                <maml:description>
                    <maml:para>The ID of the subscription in which the namespace will be instantiated</maml:para>
                    <maml:para>You can find this value on the Azure Portal under the Subscriptions Service</maml:para>
                </maml:description>
                <command:parameterValue required="true" >String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue>None</dev:defaultValue>
            </command:parameter>
 
      <command:parameter required="true" position="named">
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name for the Namespace, must be at least 6 characters</maml:para>
                </maml:description>
                <command:parameterValue required="true" >String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue>None</dev:defaultValue>
            </command:parameter>
 
      <command:parameter required="true" position="named">
                <maml:name>Region</maml:name>
                <maml:description>
          <maml:para>APAC:Southeast Asia</maml:para>
          <maml:para>ASEA:East Asia</maml:para>
          <maml:para>AUEA:Australia East</maml:para>
          <maml:para>EUWE:North Europe</maml:para>
          <maml:para>JPEA:Japan East</maml:para>
          <maml:para>JPWE:Japan West</maml:para>
          <maml:para>USCE:Central US</maml:para>
          <maml:para>USE2:East US 2</maml:para>
          <maml:para>USEA:East US</maml:para>
          <maml:para>USNC:North Central US</maml:para>
          <maml:para>USSC:South Central US</maml:para>
          <maml:para>USW2:West US 2</maml:para>
          <maml:para>USWC:West Central US</maml:para>
          <maml:para>USWE:West US</maml:para>
          <maml:para>AUSE:Australia Southeast</maml:para>
          <maml:para>BRSO:Brazil South</maml:para>
          <maml:para>EUNO:West Europe</maml:para>
                </maml:description>
                <command:parameterValue required="true" >String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue>None</dev:defaultValue>
            </command:parameter>
    </command:parameters>
  </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">
    <command:details>
      <command:name>Get-AcsNamespace</command:name>
      <maml:description>
        <maml:para>Get a list of all namespaces for a subscription</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>AcsNamespace</command:noun>
      <dev:version />
    </command:details>
    <command:parameters>
      <command:parameter required="true" position="named">
        <maml:name>SubscriptionID</maml:name>
        <maml:description>
          <maml:para>The ID of the subscription in which the namespace will be instantiated</maml:para>
          <maml:para>You can find this value on the Azure Portal under the Subscriptions Service</maml:para>
        </maml:description>
        <command:parameterValue required="true" >String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
  </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">
    <command:details>
      <command:name>Connect-AcsAccount</command:name>
      <maml:description>
        <maml:para>Opens a login prompt to Authenticate the user.</maml:para>
        <maml:para>It's required to sucessfuly run this command before any others</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Connect</command:verb>
      <command:noun>AcsAccount</command:noun>
      <dev:version />
    </command:details>
  </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">
    <command:details>
      <command:name>Disconnect-AcsAccount</command:name>
      <maml:description>
        <maml:para>Clears your authentication token from memory.</maml:para>
        <maml:para>Use this to logout before using another account.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Disconnect</command:verb>
      <command:noun>AcsAccount</command:noun>
      <dev:version />
    </command:details>
  </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">
    <command:details>
      <command:name>Enable-AcsNamespace</command:name>
      <maml:description>
        <maml:para>Enables the provided namespace</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Enable</command:verb>
      <command:noun>AcsNamespace</command:noun>
      <dev:version />
    </command:details>
    <command:parameters>
      <command:parameter required="true" position="named">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>The Name of the Namespace to be enabled</maml:para>
        </maml:description>
        <command:parameterValue required="true" >String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
  </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">
    <command:details>
      <command:name>Disable-AcsNamespace</command:name>
      <maml:description>
        <maml:para>Disables the provided namespace</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Disable</command:verb>
      <command:noun>AcsNamespace</command:noun>
      <dev:version />
    </command:details>
    <command:parameters>
      <command:parameter required="true" position="named">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>The Name of the Namespace to be disabled</maml:para>
        </maml:description>
        <command:parameterValue required="true" >String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
  </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">
    <command:details>
      <command:name>Remove-AcsNamespace</command:name>
      <maml:description>
        <maml:para>Removes a namespace</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>AcsNamespace</command:noun>
      <dev:version />
    </command:details>
    <command:parameters>
      <command:parameter required="true" position="named">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>The Name of the Namespace to be removed</maml:para>
        </maml:description>
        <command:parameterValue required="true" >String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
  </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">
    <command:details>
      <command:name>Get-AcsSubscription</command:name>
      <maml:description>
        <maml:para>Gets a list of subscriptions Ids to be used with the other commands</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>AcsSubscription</command:noun>
      <dev:version />
    </command:details>
  </command:command>
</helpItems>