Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IFrontDoor Interface
Definition
- Assembly:
- Az.FrontDoor.private.dll
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.FrontDoorTypeConverter))]
public interface IFrontDoor : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.FrontDoorTypeConverter))>]
type IFrontDoor = interface
interface IJsonSerializable
interface IResource
Public Interface IFrontDoor
Implements IResource
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| BackendPool |
Backend pools available to routing rules. |
| BackendPoolsSetting |
Settings for all backendPools |
| Cname |
The host that each frontendEndpoint must CNAME to. |
| EnabledState |
Operational status of the Front Door load balancer. Permitted values are 'Enabled' or 'Disabled' |
| ExtendedProperty |
Key-Value pair representing additional properties for frontdoor. |
| FriendlyName |
A friendly name for the frontDoor |
| FrontdoorId |
The Id of the frontdoor. |
| FrontendEndpoint |
Frontend endpoints available to routing rules. |
| HealthProbeSetting |
Health probe settings associated with this Front Door instance. |
| Id |
Resource ID. (Inherited from IResource) |
| LoadBalancingSetting |
Load balancing settings associated with this Front Door instance. |
| Location |
Resource location. (Inherited from IResource) |
| Name |
Resource name. (Inherited from IResource) |
| ProvisioningState |
Provisioning state of the Front Door. |
| ResourceState |
Resource status of the Front Door. |
| RoutingRule |
Routing rules associated with this Front Door. |
| RulesEngine |
Rules Engine Configurations available to routing rules. |
| Tag |
Resource tags. (Inherited from IResource) |
| Type |
Resource type. (Inherited from IResource) |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |
