Condividi tramite


AfdEndpointPropertiesUpdateParameters Class

Definition

The JSON object containing endpoint update parameters.

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

Constructors

AfdEndpointPropertiesUpdateParameters()

Creates an new AfdEndpointPropertiesUpdateParameters 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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AfdEndpointPropertiesUpdateParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AfdEndpointPropertiesUpdateParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AfdEndpointPropertiesUpdateParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to