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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET