Sdílet prostřednictvím


Profile Constructors

Definition

Overloads

Profile()

Initializes a new instance of the Profile class.

Profile(String, String, String, String, IDictionary<String,String>, String, String, String)

Initializes a new instance of the Profile class.

Profile()

Initializes a new instance of the Profile class.

public Profile ();
Public Sub New ()

Applies to

Profile(String, String, String, String, IDictionary<String,String>, String, String, String)

Initializes a new instance of the Profile class.

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

Parameters

id
String

Resource ID.

name
String

Resource name.

type
String

Resource type.

location
String

Resource location.

tags
IDictionary<String,String>

Resource tags.

etag
String

Gets a unique read-only string that changes whenever the resource is updated.

resourceState
String

Resource status. Possible values include: 'Creating', 'Enabling', 'Enabled', 'Disabling', 'Disabled', 'Deleting'

enabledState
String

The state of the Experiment Possible values include: 'Enabled', 'Disabled'

Applies to