Remove-AzureADMSApplicationExtensionProperty

アプリケーション オブジェクトから拡張プロパティを削除します。

構文

Remove-AzureADMSApplicationExtensionProperty
      -ObjectId <String>
      -ExtensionPropertyId <String>
      [<CommonParameters>]

説明

アプリケーション オブジェクトから拡張プロパティを削除します。

例 1: 拡張プロパティを削除する

PS C:\> Remove-AzureADMSApplicationExtensionProperty -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84" -ExtensionPropertyId "344ed560-f8e7-410e-ab9f-c79df5c36"

このコマンドは、指定した ID を持つ拡張機能プロパティを Azure Active Directory のアプリケーションから削除します。

パラメーター

-ExtensionPropertyId

削除する拡張プロパティの一意の ID を指定します。

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-ObjectId

Azure Active Directory 内のアプリケーションの一意の ID を指定します。

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

入力

string