StorageTargetResource Constructors
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.
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.