ICdnIdentity Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to