FrontDoorIdentity 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.FrontDoorIdentityTypeConverter))]
public class FrontDoorIdentity : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.FrontDoorIdentityTypeConverter))>]
type FrontDoorIdentity = class
interface IFrontDoorIdentity
interface IJsonSerializable
Public Class FrontDoorIdentity
Implements IFrontDoorIdentity
- Inheritance
-
FrontDoorIdentity
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| FrontDoorIdentity() |
Creates an new FrontDoorIdentity instance. |
Properties
| Name | Description |
|---|---|
| ExperimentName |
The Experiment identifier associated with the Experiment |
| FrontDoorName |
Name of the Front Door which is globally unique. |
| FrontendEndpointName |
Name of the Frontend endpoint which is unique within the Front Door. |
| Id |
Resource identity path |
| PolicyName |
The name of the Web Application Firewall Policy. |
| ProfileName |
The Profile identifier associated with the Tenant and Partner |
| ResourceGroupName |
The name of the resource group. The name is case insensitive. |
| RulesEngineName |
Name of the Rules Engine which is unique within the Front Door. |
| SubscriptionId |
The ID of the target subscription. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FrontDoorIdentity. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FrontDoorIdentity. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity. |
| FromJsonString(String) |
Creates a new instance of FrontDoorIdentity, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of FrontDoorIdentity into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |