你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagedClusterServicePrincipalProfile Class

Definition

Information about a service principal identity for the cluster to use for manipulating Azure APIs.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterServicePrincipalProfileTypeConverter))]
public class ManagedClusterServicePrincipalProfile : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterServicePrincipalProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterServicePrincipalProfileTypeConverter))>]
type ManagedClusterServicePrincipalProfile = class
    interface IManagedClusterServicePrincipalProfile
    interface IJsonSerializable
Public Class ManagedClusterServicePrincipalProfile
Implements IManagedClusterServicePrincipalProfile
Inheritance
ManagedClusterServicePrincipalProfile
Attributes
Implements

Constructors

ManagedClusterServicePrincipalProfile()

Creates an new ManagedClusterServicePrincipalProfile instance.

Properties

ClientId

The ID for the service principal.

Secret

The secret password associated with the service principal in plain text.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedClusterServicePrincipalProfile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedClusterServicePrincipalProfile.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterServicePrincipalProfile.

FromJsonString(String)

Creates a new instance of ManagedClusterServicePrincipalProfile, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedClusterServicePrincipalProfile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to