你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SubscriptionServicePrincipalGetResponse 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取服务主体操作响应。
public class SubscriptionServicePrincipalGetResponse : Microsoft.Azure.AzureOperationResponse
type SubscriptionServicePrincipalGetResponse = class
inherit AzureOperationResponse
Public Class SubscriptionServicePrincipalGetResponse
Inherits AzureOperationResponse
- 继承
-
Microsoft.Azure.AzureOperationResponseSubscriptionServicePrincipalGetResponse
构造函数
SubscriptionServicePrincipalGetResponse() |
初始化 SubscriptionServicePrincipalGetResponse 类的新实例。 |
属性
Description |
可选。 服务主体的说明。 |
ExtendedProperties |
可选。 表示扩展服务主体属性的名称。 每个扩展属性都必须具有定义的名称和值。 最多可以有 25 个扩展属性名称/值对。 name 元素的最大长度为 64 个字符,名称中只有字母数字字符和下划线有效,并且名称必须以字母开头。 尝试使用其他字符、以非字母字符开头的名称,或输入与同一托管服务拥有的另一个扩展属性相同的名称将导致状态代码 400 (错误请求) 错误。 |
ServicePrincipalId |
可选。 服务主体的 ObjectId。 |