你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureOperationalStoreParameters Class

Definition

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.

Applies to