DeletedConfigurationStoreProperties 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.
Properties of the deleted configuration store.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.DeletedConfigurationStorePropertiesTypeConverter))]
public class DeletedConfigurationStoreProperties : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IDeletedConfigurationStoreProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.DeletedConfigurationStorePropertiesTypeConverter))>]
type DeletedConfigurationStoreProperties = class
interface IDeletedConfigurationStoreProperties
interface IJsonSerializable
Public Class DeletedConfigurationStoreProperties
Implements IDeletedConfigurationStoreProperties
- Inheritance
-
DeletedConfigurationStoreProperties
- Attributes
- Implements
Constructors
DeletedConfigurationStoreProperties() |
Creates an new DeletedConfigurationStoreProperties instance. |
Properties
ConfigurationStoreId |
The resource id of the original configuration store. |
DeletionDate |
The deleted date. |
Location |
The location of the original configuration store. |
PurgeProtectionEnabled |
Purge protection status of the original configuration store. |
ScheduledPurgeDate |
The scheduled purged date. |
Tag |
Tags of the original configuration store. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DeletedConfigurationStoreProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DeletedConfigurationStoreProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IDeletedConfigurationStoreProperties. |
FromJsonString(String) |
Creates a new instance of DeletedConfigurationStoreProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DeletedConfigurationStoreProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |