Condividi tramite


StorageTarget Constructors

Definition

Overloads

StorageTarget()

Initializes a new instance of the StorageTarget class.

StorageTarget(String, String, String, String, String, SystemData, IList<NamespaceJunction>, String, Nfs3Target, ClfsTarget, UnknownTarget, BlobNfsTarget)

Initializes a new instance of the StorageTarget class.

StorageTarget()

Initializes a new instance of the StorageTarget class.

public StorageTarget ();
Public Sub New ()

Applies to

StorageTarget(String, String, String, String, String, SystemData, IList<NamespaceJunction>, String, Nfs3Target, ClfsTarget, UnknownTarget, BlobNfsTarget)

Initializes a new instance of the StorageTarget class.

public StorageTarget (string targetType, string name = default, string id = default, string type = default, string location = default, Microsoft.Azure.Management.StorageCache.Models.SystemData systemData = default, System.Collections.Generic.IList<Microsoft.Azure.Management.StorageCache.Models.NamespaceJunction> junctions = default, string provisioningState = default, Microsoft.Azure.Management.StorageCache.Models.Nfs3Target nfs3 = default, Microsoft.Azure.Management.StorageCache.Models.ClfsTarget clfs = default, Microsoft.Azure.Management.StorageCache.Models.UnknownTarget unknown = default, Microsoft.Azure.Management.StorageCache.Models.BlobNfsTarget blobNfs = default);
new Microsoft.Azure.Management.StorageCache.Models.StorageTarget : string * string * string * string * string * Microsoft.Azure.Management.StorageCache.Models.SystemData * System.Collections.Generic.IList<Microsoft.Azure.Management.StorageCache.Models.NamespaceJunction> * string * Microsoft.Azure.Management.StorageCache.Models.Nfs3Target * Microsoft.Azure.Management.StorageCache.Models.ClfsTarget * Microsoft.Azure.Management.StorageCache.Models.UnknownTarget * Microsoft.Azure.Management.StorageCache.Models.BlobNfsTarget -> Microsoft.Azure.Management.StorageCache.Models.StorageTarget
Public Sub New (targetType As String, Optional name As String = Nothing, Optional id As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional systemData As SystemData = Nothing, Optional junctions As IList(Of NamespaceJunction) = Nothing, Optional provisioningState As String = Nothing, Optional nfs3 As Nfs3Target = Nothing, Optional clfs As ClfsTarget = Nothing, Optional unknown As UnknownTarget = Nothing, Optional blobNfs As BlobNfsTarget = Nothing)

Parameters

targetType
String

Type of the Storage Target. Possible values include: 'nfs3', 'clfs', 'unknown', 'blobNfs'

name
String

Name of the Storage Target.

id
String

Resource ID of the Storage Target.

type
String

Type of the Storage Target; Microsoft.StorageCache/Cache/StorageTarget

location
String

Region name string.

systemData
SystemData

The system meta data relating to this resource.

junctions
IList<NamespaceJunction>

List of Cache namespace junctions to target for namespace associations.

provisioningState
String

ARM provisioning state, see https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#provisioningstate-property. Possible values include: 'Succeeded', 'Failed', 'Cancelled', 'Creating', 'Deleting', 'Updating'

nfs3
Nfs3Target

Properties when targetType is nfs3.

clfs
ClfsTarget

Properties when targetType is clfs.

unknown
UnknownTarget

Properties when targetType is unknown.

blobNfs
BlobNfsTarget

Properties when targetType is blobNfs.

Applies to