Profile 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 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) | |
| 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) | |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |