CdnIdentity Class
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 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() |