Condividi tramite


UnknownTarget Constructors

Definition

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