ProfileUpdateModel Class
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.
Defines modifiable attributes of a Profile
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ProfileUpdateModelTypeConverter))]
public class ProfileUpdateModel : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IProfileUpdateModel
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ProfileUpdateModelTypeConverter))>]
type ProfileUpdateModel = class
interface IProfileUpdateModel
interface IJsonSerializable
Public Class ProfileUpdateModel
Implements IProfileUpdateModel
- Inheritance
-
ProfileUpdateModel
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ProfileUpdateModel() |
Creates an new ProfileUpdateModel instance. |
Properties
| Name | Description |
|---|---|
| EnabledState |
The enabled state of the Profile |
| Tag |
Resource tags. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ProfileUpdateModel. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ProfileUpdateModel. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IProfileUpdateModel. |
| FromJsonString(String) |
Creates a new instance of ProfileUpdateModel, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ProfileUpdateModel into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |