Condividi tramite


RolloutIdentityAuthentication Class

Definition

RolloutIdentity uses the user-assigned managed identity authentication context specified in the Identity property during rollout creation.

[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
Inheritance
RolloutIdentityAuthentication
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

RolloutIdentityAuthentication()

Initializes a new instance of the RolloutIdentityAuthentication class.

Applies to