Megosztás a következőn keresztül:


ArmCdnModelFactory.FrontDoorEndpointPatch Method

Definition

Initializes a new instance of FrontDoorEndpointPatch.

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);
static member FrontDoorEndpointPatch : System.Collections.Generic.IDictionary<string, string> * string * Nullable<Azure.ResourceManager.Cdn.Models.EnabledState> -> 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) 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'.

Returns

A new FrontDoorEndpointPatch instance for mocking.

Applies to