IFrontDoorIdentity Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.FrontDoorIdentityTypeConverter))]
public interface IFrontDoorIdentity : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.FrontDoorIdentityTypeConverter))>]
type IFrontDoorIdentity = interface
    interface IJsonSerializable
Public Interface IFrontDoorIdentity
Implements IJsonSerializable
Derived
Attributes
Implements

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to