Profile Class

Definition

Defines an Network Experiment Profile and lists of Experiments

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ProfileTypeConverter))]
public class Profile : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IProfile, Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ProfileTypeConverter))>]
type Profile = class
    interface IProfile
    interface IJsonSerializable
    interface IResourcewithSettableName
    interface IValidates
Public Class Profile
Implements IProfile, IValidates
Inheritance
Profile
Attributes
Implements

Constructors

Name Description
Profile()

Creates an new Profile instance.

Properties

Name Description
EnabledState

The state of the Experiment

Etag

Gets a unique read-only string that changes whenever the resource is updated.

Id

Resource ID.

Location

Resource location.

Name

Resource name.

ResourceGroupName

Gets the resource group name

ResourceState

Resource status.

Tag

Resource tags.

Type

Resource type.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Profile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Profile.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Profile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to