UnknownTarget 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
UnknownTarget() |
Initializes a new instance of the UnknownTarget class. |
UnknownTarget(IDictionary<String,String>) |
Initializes a new instance of the UnknownTarget class. |
UnknownTarget()
Initializes a new instance of the UnknownTarget class.
public UnknownTarget ();
Public Sub New ()
Applies to
UnknownTarget(IDictionary<String,String>)
Initializes a new instance of the UnknownTarget class.
public UnknownTarget (System.Collections.Generic.IDictionary<string,string> attributes = default);
new Microsoft.Azure.Management.StorageCache.Models.UnknownTarget : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.StorageCache.Models.UnknownTarget
Public Sub New (Optional attributes As IDictionary(Of String, String) = Nothing)
Parameters
- attributes
- IDictionary<String,String>
Dictionary of string->string pairs containing information about the Storage Target.