Aracılığıyla paylaş


ManagedClusterIdentity.Type Property

Definition

Gets or sets the type of identity used for the managed cluster. Type 'SystemAssigned' will use an implicitly created identity in master components and an auto-created user assigned identity in MC_ resource group in agent nodes. Type 'None' will not use MSI for the managed cluster, service principal will be used instead. Possible values include: 'SystemAssigned', 'UserAssigned', 'None'

[Newtonsoft.Json.JsonProperty(PropertyName="type")]
public Microsoft.Azure.Management.ContainerService.Fluent.Models.ResourceIdentityType? Type { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="type")>]
member this.Type : Nullable<Microsoft.Azure.Management.ContainerService.Fluent.Models.ResourceIdentityType> with get, set
Public Property Type As Nullable(Of ResourceIdentityType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to