Class ContentDeliveryNetwork
Defines the CDN settings to provision
Inherited Members
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public class ContentDeliveryNetwork : BaseModel, IProvisioningTemplateDescendant
Constructors
ContentDeliveryNetwork()
Default constructor
Declaration
public ContentDeliveryNetwork()
ContentDeliveryNetwork(CdnSettings, CdnSettings)
Custom constructor with both public and private CDN settings
Declaration
public ContentDeliveryNetwork(CdnSettings publicCdn, CdnSettings privateCdn)
Parameters
Cdn
|
Cdn
|
Properties
PrivateCdn
Defines the Private CDN settings to provision
Declaration
public CdnSettings PrivateCdn { get; }
Property Value
PublicCdn
Defines the Public CDN settings to provision
Declaration
public CdnSettings PublicCdn { get; }
Property Value
Methods
Equals(ContentDeliveryNetwork)
Compares Cdn object based on PublicCdn and PrivateCdn properties.
Declaration
public bool Equals(ContentDeliveryNetwork other)
Parameters
Content Cdn object |
Returns
System. true if the Cdn object is equal to the current object; otherwise, false. |
Equals(Object)
Compares object with CDN
Declaration
public override bool Equals(object obj)
Parameters
System. Object that represents CDN |
Returns
System. true if the current object is equal to the CDN |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
System. Returns HashCode |