IAppConfigurationIdentity Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to