Bagikan melalui


OriginInner Constructors

Definition

Overloads

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.

OriginInner()

Initializes a new instance of the OriginInner class.

public OriginInner ();
Public Sub New ()

Applies to

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

Initializes a new instance of the OriginInner class.

public OriginInner (string location, string hostName, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, int? httpPort = default, int? httpsPort = default, Microsoft.Azure.Management.Cdn.Fluent.Models.OriginResourceState resourceState = default, string provisioningState = default);
new Microsoft.Azure.Management.Cdn.Fluent.Models.OriginInner : string * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<int> * Nullable<int> * Microsoft.Azure.Management.Cdn.Fluent.Models.OriginResourceState * string -> Microsoft.Azure.Management.Cdn.Fluent.Models.OriginInner
Public Sub New (location As String, hostName As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional httpPort As Nullable(Of Integer) = Nothing, Optional httpsPort As Nullable(Of Integer) = Nothing, Optional resourceState As OriginResourceState = Nothing, Optional provisioningState As String = Nothing)

Parameters

location
String

Resource location.

hostName
String

The address of the origin. Domain names, IPv4 addresses, and IPv6 addresses are supported.

id
String
name
String
type
String
tags
IDictionary<String,String>

Resource tags.

httpPort
Nullable<Int32>

The value of the HTTP port. Must be between 1 and 65535.

httpsPort
Nullable<Int32>

The value of the https port. Must be between 1 and 65535.

resourceState
OriginResourceState

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

provisioningState
String

Provisioning status of the origin.

Applies to