DeepCreatedOrigin 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.
The main origin of CDN content which is added when creating a CDN endpoint.
[Microsoft.Rest.Serialization.JsonTransformation]
public class DeepCreatedOrigin
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DeepCreatedOrigin = class
Public Class DeepCreatedOrigin
- Inheritance
-
DeepCreatedOrigin
- Attributes
Constructors
DeepCreatedOrigin() |
Initializes a new instance of the DeepCreatedOrigin class. |
DeepCreatedOrigin(String, String, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the DeepCreatedOrigin class. |
Properties
HostName |
Gets or sets the address of the origin. It can be a domain name, IPv4 address, or IPv6 address. |
HttpPort |
Gets or sets the value of the HTTP port. Must be between 1 and 65535 |
HttpsPort |
Gets or sets the value of the HTTPS port. Must be between 1 and 65535 |
Name |
Gets or sets origin name |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET