ArmCdnModelFactory.FrontDoorEndpointPatch Method

Definition

public static Azure.ResourceManager.Cdn.Models.FrontDoorEndpointPatch FrontDoorEndpointPatch(System.Collections.Generic.IDictionary<string,string> tags = default, string profileName = default, Azure.ResourceManager.Cdn.Models.EnabledState? enabledState = default, Azure.ResourceManager.Cdn.Models.EnforceMtlsEnabledState? enforceMtls = default);
static member FrontDoorEndpointPatch : System.Collections.Generic.IDictionary<string, string> * string * Nullable<Azure.ResourceManager.Cdn.Models.EnabledState> * Nullable<Azure.ResourceManager.Cdn.Models.EnforceMtlsEnabledState> -> Azure.ResourceManager.Cdn.Models.FrontDoorEndpointPatch
Public Shared Function FrontDoorEndpointPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional profileName As String = Nothing, Optional enabledState As Nullable(Of EnabledState) = Nothing, Optional enforceMtls As Nullable(Of EnforceMtlsEnabledState) = Nothing) As FrontDoorEndpointPatch

Parameters

tags
IDictionary<String,String>

Endpoint tags.

profileName
String

The name of the profile which holds the endpoint.

enabledState
Nullable<EnabledState>

Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'.

enforceMtls
Nullable<EnforceMtlsEnabledState>

Set to Disabled by default. If set to Enabled, only custom domains with mTLS enabled can be added to child Route resources.

Returns

A new FrontDoorEndpointPatch instance for mocking.

Applies to