Share via


StorageTargetResource Constructors

Definition

Overloads

StorageTargetResource()

Initializes a new instance of the StorageTargetResource class.

StorageTargetResource(String, String, String, String, SystemData)

Initializes a new instance of the StorageTargetResource class.

StorageTargetResource()

Initializes a new instance of the StorageTargetResource class.

public StorageTargetResource ();
Public Sub New ()

Applies to

StorageTargetResource(String, String, String, String, SystemData)

Initializes a new instance of the StorageTargetResource class.

public StorageTargetResource (string name = default, string id = default, string type = default, string location = default, Microsoft.Azure.Management.StorageCache.Models.SystemData systemData = default);
new Microsoft.Azure.Management.StorageCache.Models.StorageTargetResource : string * string * string * string * Microsoft.Azure.Management.StorageCache.Models.SystemData -> Microsoft.Azure.Management.StorageCache.Models.StorageTargetResource
Public Sub New (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)

Parameters

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.

Applies to