共用方式為


Set-AzureRemoteAppCollection

設定 RemoteApp 集合的屬性。

注意

本文件中參考的 Cmdlet 用於管理使用 Azure Service Manager(ASM) API 的舊版 Azure 資源。 建立新的資源時,不建議使用此舊版 PowerShell 模組,因為 ASM 已排定淘汰。 如需詳細資訊,請參閱 Azure Service Manager 淘汰

Az PowerShell 模組是使用 PowerShell 管理 Azure Resource Manager (ARM) 資源的建議 PowerShell 模組。

語法

Set-AzureRemoteAppCollection
   [-CollectionName] <String>
   -Description <String>
   [-Profile <AzureSMProfile>]
   [<CommonParameters>]
Set-AzureRemoteAppCollection
   [-CollectionName] <String>
   -Plan <String>
   [-Profile <AzureSMProfile>]
   [<CommonParameters>]
Set-AzureRemoteAppCollection
   [-CollectionName] <String>
   -Credential <PSCredential>
   [-Profile <AzureSMProfile>]
   [<CommonParameters>]
Set-AzureRemoteAppCollection
   [-CollectionName] <String>
   -CustomRdpProperty <String>
   [-Profile <AzureSMProfile>]
   [<CommonParameters>]
Set-AzureRemoteAppCollection
   [-CollectionName] <String>
   -AclLevel <CollectionAclLevel>
   [-Profile <AzureSMProfile>]
   [<CommonParameters>]

Description

Set-AzureRemoteAppCollection Cmdlet 會設定 Azure RemoteApp 集合的屬性。

參數

-AclLevel

指定集合的訪問控制清單 (ACL) 層級。 此參數可接受的值為:集合和應用程式。

類型:CollectionAclLevel
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-CollectionName

指定 Azure RemoteApp 集合的名稱。

類型:String
別名:Name
Position:1
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-Credential

指定有權將 Azure RemoteApp 伺服器加入網域的服務帳戶認證。 若要取得 PSCredential 物件,請使用 Get-Credential Cmdlet。

類型:PSCredential
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-CustomRdpProperty

指定可用來設定磁碟驅動器重新導向和其他設定的自定義遠端桌面通訊協定 (RDP) 屬性。 如需詳細資訊,請參閱 Windows Server (https://technet.microsoft.com/library/ff393699(v=ws.10).aspx) 中遠端桌面服務的 RDP 設定。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-Description

指定集合的簡短描述。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-Plan

指定 Azure RemoteApp 集合的計劃,此集合會定義使用量限制。 使用 Get-AzureRemoteAppPlan 查看可用的方案。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-Profile

指定此 Cmdlet 從中讀取的 Azure 設定檔。 如果您未指定設定檔,此 Cmdlet 會從本機預設配置檔讀取。

類型:AzureSMProfile
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False