OriginUpdateParameters Constructors
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.
Overloads
OriginUpdateParameters() |
Initializes a new instance of the OriginUpdateParameters class. |
OriginUpdateParameters(String, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the OriginUpdateParameters class. |
OriginUpdateParameters()
Initializes a new instance of the OriginUpdateParameters class.
public OriginUpdateParameters ();
Public Sub New ()
Applies to
OriginUpdateParameters(String, Nullable<Int32>, Nullable<Int32>)
Initializes a new instance of the OriginUpdateParameters class.
public OriginUpdateParameters (string hostName = default, int? httpPort = default, int? httpsPort = default);
new Microsoft.Azure.Management.Cdn.Fluent.Models.OriginUpdateParameters : string * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.Cdn.Fluent.Models.OriginUpdateParameters
Public Sub New (Optional hostName As String = Nothing, Optional httpPort As Nullable(Of Integer) = Nothing, Optional httpsPort As Nullable(Of Integer) = Nothing)
Parameters
- hostName
- String
The address of the origin. Domain names, IPv4 addresses, and IPv6 addresses are supported.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET