你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IAppConfigurationIdentity Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |