ICdnIdentity Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
| Name | Description |
|---|---|
| CustomDomainName |
Name of the domain under the profile which is unique globally. |
| EdgeActionName |
The name of the Edge Action |
| EndpointName |
Name of the endpoint under the profile which is unique globally. |
| ExecutionFilter |
The name of the execution filter |
| 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 |
The name of the resource group. The name is case insensitive. |
| 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 |
The ID of the target subscription. The value must be an UUID. |
| Version |
The name of the Edge Action version |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |