IFrontDoorIdentity Interface
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 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 |
|---|---|
| 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. |
| ResourceGroupName |
Name of the Resource group within the Azure subscription. |
| RulesEngineName |
Name of the Rules Engine which is unique within the Front Door. |
| SubscriptionId |
The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |