OriginUpdateParameters 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.
Origin properties needed for origin creation or update.
[Microsoft.Rest.Serialization.JsonTransformation]
public class OriginUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type OriginUpdateParameters = class
Public Class OriginUpdateParameters
- Inheritance
-
OriginUpdateParameters
- Attributes
Constructors
OriginUpdateParameters() |
Initializes a new instance of the OriginUpdateParameters class. |
OriginUpdateParameters(String, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the OriginUpdateParameters 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. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET