AppConfigurationIdentity Class
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 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() |