Share via


IStorageSetting.DatastoreType Property

Definition

Gets or sets the type of the datastore.

[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="Gets or sets the type of the datastore.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes) }, ReadOnly=false, Required=false, SerializedName="datastoreType")]
public Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes? DatastoreType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="Gets or sets the type of the datastore.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes) }, ReadOnly=false, Required=false, SerializedName="datastoreType")>]
member this.DatastoreType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes> with get, set
Public Property DatastoreType As Nullable(Of StorageSettingStoreTypes)

Property Value

Attributes

Applies to