Partager via


ProfileUpdateModel Constructors

Definition

Overloads

ProfileUpdateModel()

Initializes a new instance of the ProfileUpdateModel class.

ProfileUpdateModel(IDictionary<String,String>, String)

Initializes a new instance of the ProfileUpdateModel class.

ProfileUpdateModel()

Initializes a new instance of the ProfileUpdateModel class.

public ProfileUpdateModel ();
Public Sub New ()

Applies to

ProfileUpdateModel(IDictionary<String,String>, String)

Initializes a new instance of the ProfileUpdateModel class.

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

Parameters

tags
IDictionary<String,String>

Resource tags.

enabledState
String

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

Applies to