ConfigurationStore Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20200601.ConfigurationStoreTypeConverter))]
public class ConfigurationStore : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20200601.IConfigurationStore, Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20200601.ConfigurationStoreTypeConverter))>]
type ConfigurationStore = class
    interface IConfigurationStore
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class ConfigurationStore
Implements IConfigurationStore, IValidates
Inheritance
ConfigurationStore
Attributes
Implements

Constructors

ConfigurationStore()

Properties

CreationDate
Endpoint
Id
IdentityPrincipalId
IdentityTenantId
IdentityType
IdentityUserAssignedIdentity
KeyVaultPropertyIdentityClientId
KeyVaultPropertyKeyIdentifier
Location
Name
PrivateEndpointConnection
ProvisioningState
PublicNetworkAccess
SkuName
Tag
Type

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
Validate(IEventListener)

Applies to