Compartilhar via


ProfileUpdateProperties Constructors

Definition

Overloads

ProfileUpdateProperties()

Initializes a new instance of the ProfileUpdateProperties class.

ProfileUpdateProperties(String)

Initializes a new instance of the ProfileUpdateProperties class.

ProfileUpdateProperties()

Initializes a new instance of the ProfileUpdateProperties class.

public ProfileUpdateProperties ();
Public Sub New ()

Applies to

ProfileUpdateProperties(String)

Initializes a new instance of the ProfileUpdateProperties class.

public ProfileUpdateProperties (string enabledState = default);
new Microsoft.Azure.Management.FrontDoor.Models.ProfileUpdateProperties : string -> Microsoft.Azure.Management.FrontDoor.Models.ProfileUpdateProperties
Public Sub New (Optional enabledState As String = Nothing)

Parameters

enabledState
String

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

Applies to