ManagerPatch Constructors

Definition

Overloads

ManagerPatch()

Initializes a new instance of the ManagerPatch class.

ManagerPatch(IDictionary<String,String>)

Initializes a new instance of the ManagerPatch class.

ManagerPatch()

Initializes a new instance of the ManagerPatch class.

public ManagerPatch ();
Public Sub New ()

Applies to

ManagerPatch(IDictionary<String,String>)

Initializes a new instance of the ManagerPatch class.

public ManagerPatch (System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.ManagerPatch : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.StorSimple8000Series.Models.ManagerPatch
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing)

Parameters

tags
IDictionary<String,String>

The tags attached to the Manager.

Applies to