次の方法で共有


SubscriptionServicePrincipalGetResponse クラス

定義

サービス プリンシパルの取得操作応答。

public class SubscriptionServicePrincipalGetResponse : Microsoft.Azure.AzureOperationResponse
type SubscriptionServicePrincipalGetResponse = class
    inherit AzureOperationResponse
Public Class SubscriptionServicePrincipalGetResponse
Inherits AzureOperationResponse
継承
Microsoft.Azure.AzureOperationResponse
SubscriptionServicePrincipalGetResponse

コンストラクター

SubscriptionServicePrincipalGetResponse()

SubscriptionServicePrincipalGetResponse クラスの新しいインスタンスを初期化します。

プロパティ

Description

省略可能。 サービス プリンシパルの説明。

ExtendedProperties

省略可能。 拡張サービス プリンシパル プロパティの名前を表します。 各拡張プロパティには、定義された名前と値が必要です。 最大 25 個の拡張プロパティ名と値のペアを使用できます。 name 要素の最大長は 64 文字で、名前には英数字とアンダースコアのみが有効であり、名前は文字で始まる必要があります。 他の文字を使用しようとしたり、名前を文字以外の文字で開始したり、同じホストされたサービスが所有する別の拡張プロパティと同じ名前を入力しようとすると、状態コード 400 (Bad Request) エラーが発生します。

ServicePrincipalId

省略可能。 サービス プリンシパルの ObjectId。

適用対象