ProfileProperties Class

Definition

Defines the properties of an experiment

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

Constructors

Name Description
ProfileProperties()

Creates an new ProfileProperties instance.

Properties

Name Description
EnabledState

The state of the Experiment

ResourceState

Resource status.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProfileProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProfileProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProfileProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to