ProfileUpdateProperties Class

Definition

Defines the properties of an experiment

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ProfileUpdatePropertiesTypeConverter))]
public class ProfileUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IProfileUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ProfileUpdatePropertiesTypeConverter))>]
type ProfileUpdateProperties = class
    interface IProfileUpdateProperties
    interface IJsonSerializable
Public Class ProfileUpdateProperties
Implements IProfileUpdateProperties
Inheritance
ProfileUpdateProperties
Attributes
Implements

Constructors

Name Description
ProfileUpdateProperties()

Creates an new ProfileUpdateProperties instance.

Properties

Name Description
EnabledState

The enabled state of the Profile

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProfileUpdateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProfileUpdateProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IProfileUpdateProperties.

FromJsonString(String)

Creates a new instance of ProfileUpdateProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProfileUpdateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to