OriginInner Class

Definition

CDN origin is the source of the content being delivered via CDN. When the edge nodes represented by an endpoint do not have the requested content cached, they attempt to fetch it from one or more of the configured origins.

[Microsoft.Rest.Serialization.JsonTransformation]
public class OriginInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type OriginInner = class
    inherit Resource
Public Class OriginInner
Inherits Resource
Inheritance
Attributes

Constructors

OriginInner()

Initializes a new instance of the OriginInner class.

OriginInner(String, String, String, String, String, IDictionary<String,String>, Nullable<Int32>, Nullable<Int32>, OriginResourceState, String)

Initializes a new instance of the OriginInner class.

Properties

HostName

Gets or sets the address of the origin. Domain names, IPv4 addresses, and IPv6 addresses are supported.

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.

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
ProvisioningState

Gets provisioning status of the origin.

ResourceState

Gets resource status of the origin. Possible values include: 'Creating', 'Active', 'Deleting'

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object.

Applies to