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

AppConfigurationIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.AppConfigurationIdentityTypeConverter))]
public class AppConfigurationIdentity : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.AppConfigurationIdentityTypeConverter))>]
type AppConfigurationIdentity = class
    interface IAppConfigurationIdentity
    interface IJsonSerializable
Public Class AppConfigurationIdentity
Implements IAppConfigurationIdentity
Inheritance
AppConfigurationIdentity
Attributes
Implements

Constructors

AppConfigurationIdentity()

Creates an new AppConfigurationIdentity instance.

Properties

ConfigStoreName

The name of the configuration store.

GroupName

The name of the private link resource group.

Id

Resource identity path

KeyValueName

Identifier of key and label combination. Key and label are joined by $ character. Label is optional.

Location

The location in which uniqueness will be verified.

PrivateEndpointConnectionName

Private endpoint connection name

ResourceGroupName

The name of the resource group to which the container registry belongs.

SubscriptionId

The Microsoft Azure subscription ID.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AppConfigurationIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AppConfigurationIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AppConfigurationIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to