你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CdnIdentity Class

Definition

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

Constructors

CdnIdentity()

Creates an new CdnIdentity instance.

Properties

CustomDomainName

Name of the domain under the profile which is unique globally.

EndpointName

Name of the endpoint under the profile which is unique globally.

Id

Resource identity path

OriginGroupName

Name of the origin group which is unique within the endpoint.

OriginName

Name of the origin which is unique within the profile.

ProfileName

Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.

ResourceGroupName

Name of the Resource group within the Azure subscription.

RouteName

Name of the routing rule.

RuleName

Name of the delivery rule which is unique within the endpoint.

RuleSetName

Name of the rule set under the profile which is unique globally.

SecretName

Name of the Secret under the profile.

SecurityPolicyName

Name of the security policy under the profile.

SubscriptionId

Azure Subscription ID.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CdnIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CdnIdentity.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CdnIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to