次の方法で共有


RolloutIdentityAuthentication クラス

定義

RolloutIdentity では、ロールアウトの作成時に Identity プロパティで指定されたユーザー割り当てマネージド ID 認証コンテキストが使用されます。

[Newtonsoft.Json.JsonObject("RolloutIdentity")]
public class RolloutIdentityAuthentication : Microsoft.Azure.Management.DeploymentManager.Models.RestRequestAuthentication
[<Newtonsoft.Json.JsonObject("RolloutIdentity")>]
type RolloutIdentityAuthentication = class
    inherit RestRequestAuthentication
Public Class RolloutIdentityAuthentication
Inherits RestRequestAuthentication
継承
RolloutIdentityAuthentication
属性
Newtonsoft.Json.JsonObjectAttribute

コンストラクター

RolloutIdentityAuthentication()

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

適用対象