ArmCdnModelFactory.FrontDoorEndpointPatch Method
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.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET