Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IFrontendEndpoint Interface

Definition

Namespace:
Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models
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.FrontendEndpointTypeConverter))]
public interface IFrontendEndpoint : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ISubResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.FrontendEndpointTypeConverter))>]
type IFrontendEndpoint = interface
 interface IJsonSerializable
 interface ISubResource
Public Interface IFrontendEndpoint
Implements ISubResource
Derived
Attributes
Implements

Properties

Name Description
CertificateSource

Defines the source of the SSL certificate

CertificateType

Defines the type of the certificate used for secure connections to a frontendEndpoint

CustomHttpsProvisioningState

Provisioning status of Custom Https of the frontendEndpoint.

CustomHttpsProvisioningSubstate

Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step.

HostName

The host name of the frontendEndpoint. Must be a domain name.

Id

Resource ID.

(Inherited from ISubResource)
MinimumTlsVersion

The minimum TLS version required from the clients to establish an SSL handshake with Front Door.

Name

Resource name.

ProtocolType

Defines the TLS extension protocol that is used for secure delivery

ResourceState

Resource status.

SecretName

The name of the Key Vault secret representing the full certificate PFX

SecretVersion

The version of the Key Vault secret representing the full certificate PFX

SessionAffinityEnabledState

Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled'

SessionAffinityTtlInSeconds

UNUSED. This field will be ignored. The TTL to use in seconds for session affinity, if applicable.

Type

Resource type.

Vault

Resource ID.

WebApplicationFirewallPolicyLinkId

Resource ID.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to