你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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