Udostępnij za pośrednictwem


Manager Constructors

Definition

Overloads

Manager()

Initializes a new instance of the Manager class.

Manager(String, String, String, String, IDictionary<String,String>, ManagerIntrinsicSettings, String, String)

Initializes a new instance of the Manager class.

Manager()

Initializes a new instance of the Manager class.

public Manager ();
Public Sub New ()

Applies to

Manager(String, String, String, String, IDictionary<String,String>, ManagerIntrinsicSettings, String, String)

Initializes a new instance of the Manager class.

public Manager (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.StorSimple8000Series.Models.ManagerIntrinsicSettings cisIntrinsicSettings = default, string provisioningState = default, string etag = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.Manager : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.StorSimple8000Series.Models.ManagerIntrinsicSettings * string * string -> Microsoft.Azure.Management.StorSimple8000Series.Models.Manager
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional cisIntrinsicSettings As ManagerIntrinsicSettings = Nothing, Optional provisioningState As String = Nothing, Optional etag As String = Nothing)

Parameters

location
String

The geo location of the resource.

id
String

The resource ID.

name
String

The resource name.

type
String

The resource type.

tags
IDictionary<String,String>

The tags attached to the resource.

cisIntrinsicSettings
ManagerIntrinsicSettings

Represents the type of StorSimple Manager.

provisioningState
String

Specifies the state of the resource as it is getting provisioned. Value of "Succeeded" means the Manager was successfully created.

etag
String

The etag of the manager.

Applies to