CdnEndpoint Class

Definition

Defines the ARM Resource ID for the linked endpoints

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

Constructors

Name Description
CdnEndpoint()

Creates an new CdnEndpoint instance.

Properties

Name Description
Id

ARM Resource ID string.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CdnEndpoint.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CdnEndpoint.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CdnEndpoint into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to