AfdEndpointUpdateParameters Class

Definition

Properties required to create or update an endpoint.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.AfdEndpointUpdateParametersTypeConverter))]
public class AfdEndpointUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IAfdEndpointUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.AfdEndpointUpdateParametersTypeConverter))>]
type AfdEndpointUpdateParameters = class
    interface IAfdEndpointUpdateParameters
    interface IJsonSerializable
Public Class AfdEndpointUpdateParameters
Implements IAfdEndpointUpdateParameters
Inheritance
AfdEndpointUpdateParameters
Attributes
Implements

Constructors

AfdEndpointUpdateParameters()

Creates an new AfdEndpointUpdateParameters instance.

Properties

EnabledState

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

ProfileName

The name of the profile which holds the endpoint.

Tag

Endpoint tags.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AfdEndpointUpdateParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AfdEndpointUpdateParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IAfdEndpointUpdateParameters.

FromJsonString(String)

Creates a new instance of AfdEndpointUpdateParameters, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AfdEndpointUpdateParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to