DefinitionEndpointCreateParameters Constructors

Definition

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

Applies to