AzureOperationalStoreParameters 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.
Parameters for Operational-Tier DataStore
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.AzureOperationalStoreParametersTypeConverter))]
public class AzureOperationalStoreParameters : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureOperationalStoreParameters, Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.AzureOperationalStoreParametersTypeConverter))>]
type AzureOperationalStoreParameters = class
interface IAzureOperationalStoreParameters
interface IJsonSerializable
interface IDataStoreParameters
interface IValidates
Public Class AzureOperationalStoreParameters
Implements IAzureOperationalStoreParameters, IValidates
- Inheritance
-
AzureOperationalStoreParameters
- Attributes
- Implements
Constructors
AzureOperationalStoreParameters() |
Creates an new AzureOperationalStoreParameters instance. |
Properties
DataStoreType |
type of datastore; Operational/Vault/Archive |
ObjectType |
Type of the specific object - used for deserializing |
ResourceGroupId |
Gets or sets the Snapshot Resource Group Uri. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AzureOperationalStoreParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AzureOperationalStoreParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureOperationalStoreParameters. |
FromJsonString(String) |
Creates a new instance of AzureOperationalStoreParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AzureOperationalStoreParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |