Select.psm1-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>Select-AzsMarketplaceItem</command:name>
      <command:verb>Select</command:verb>
      <command:noun>AzsMarketplaceItem</command:noun>
      <maml:description>
        <maml:para>Select-AzsMarketplaceItem command provides a UI for selecting the Marketplace items that you want to download from Azure.</maml:para>
      </maml:description>
    </command:details>
 
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Select-AzsMarketplaceItem</maml:name>
      </command:syntaxItem>
    </command:syntax>
 
    <maml:description>
      <maml:para>This is a bootstrap command to select the Marketplace items that you want to download from Azure to a local file system. The downloaded files can then be uploaded to an Azure Stack Hub, primarily in a disconnected scenario.</maml:para>
      <maml:para>This command is to be used in conjunction with the Export-AzsMarketplaceItem command which is used to download the marketplace items.</maml:para>
      <maml:para>Please see Export-AzsMarketplaceItem and Import-AzsMarketplaceItem command for more information and examples.</maml:para>
    </maml:description>
 
    <command:parameters />
 
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
 
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>This command returns selected Marketplace items identifiers.</maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
 
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <maml:introduction>
          <maml:para>The following command selects Marketplace items to export:</maml:para>
        </maml:introduction>
        <dev:remarks>
          <maml:para>PS C:\&gt; $products = Select-AzsMarketplaceItem</maml:para>
          <maml:para>The $products variable contains the list of selected Marketplace item identifiers.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
 
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Export-AzsMarketplaceItem</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Import-AzsMarketplaceItem</maml:linkText>
      </maml:navigationLink>
    </command:relatedLinks>
 
  </command:command>
 
</helpItems>