DefinitionEndpointCreateParameters 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
DefinitionEndpointCreateParameters() |
Initializes a new instance of the DefinitionEndpointCreateParameters class. |
DefinitionEndpointCreateParameters(String, EndpointStatus) |
Initializes a new instance of the DefinitionEndpointCreateParameters class with required arguments. |
DefinitionEndpointCreateParameters()
Initializes a new instance of the DefinitionEndpointCreateParameters class.
public DefinitionEndpointCreateParameters ();
Public Sub New ()
Applies to
DefinitionEndpointCreateParameters(String, EndpointStatus)
Initializes a new instance of the DefinitionEndpointCreateParameters class with required arguments.
public DefinitionEndpointCreateParameters (string domainName, Microsoft.WindowsAzure.Management.TrafficManager.Models.EndpointStatus status);
new Microsoft.WindowsAzure.Management.TrafficManager.Models.DefinitionEndpointCreateParameters : string * Microsoft.WindowsAzure.Management.TrafficManager.Models.EndpointStatus -> Microsoft.WindowsAzure.Management.TrafficManager.Models.DefinitionEndpointCreateParameters
Public Sub New (domainName As String, status As EndpointStatus)
Parameters
- domainName
- String
- status
- EndpointStatus
Applies to
Azure SDK for .NET