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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET