你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Set-AzureADMSApplicationLogo

设置应用程序对象的徽标。

语法

Set-AzureADMSApplicationLogo
   -ObjectId <String>
   -Content <Byte[]>
   [<CommonParameters>]

说明

设置应用程序对象的徽标。

示例

示例 1:设置应用程序的徽标

PS C:\>Set-AzureADMSApplicationLogo -ObjectId 121ce3aa-64cb-44f2-99e8-deb705caeddd -Content {imagebytearray}

此命令更新应用程序徽标。

参数

-Content

要用作应用程序徽标的 ImageByteArray

类型:Byte[]
Position:Named
默认值:None
必需:True
接受管道输入:True
接受通配符:False

-ObjectId

特定于对象的 Azure Active Directory 对象的唯一标识符

类型:String
Position:Named
默认值:None
必需:True
接受管道输入:True
接受通配符:False

输入

string

Byte[]