ProfileUpdateModel Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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'