Class EndpointOrigin
Inheritance
System.Object
EndpointOrigin
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Cdn.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EndpointOrigin
Fields
View SourceHostName
A string that determines the hostname/IP address of the origin server. This string can be a domain name, Storage Account endpoint, Web App endpoint, IPv4 address or IPv6 address. Changing this forces a new resource to be created.
Declaration
public readonly string HostName
Field Value
| Type | Description |
|---|---|
| System.String |
HttpPort
The HTTP port of the origin. Defaults to 80. Changing this forces a new resource to be created.
Declaration
public readonly int? HttpPort
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
HttpsPort
The HTTPS port of the origin. Defaults to 443. Changing this forces a new resource to be created.
Declaration
public readonly int? HttpsPort
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Name
The name of the origin. This is an arbitrary value. However, this value needs to be unique under the endpoint. Changing this forces a new resource to be created.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |