DefinitionPolicyCreateParameters 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
DefinitionPolicyCreateParameters() |
Initializes a new instance of the DefinitionPolicyCreateParameters class. |
DefinitionPolicyCreateParameters(LoadBalancingMethod, IList<DefinitionEndpointCreateParameters>) |
Initializes a new instance of the DefinitionPolicyCreateParameters class with required arguments. |
DefinitionPolicyCreateParameters()
Initializes a new instance of the DefinitionPolicyCreateParameters class.
public DefinitionPolicyCreateParameters ();
Public Sub New ()
Applies to
DefinitionPolicyCreateParameters(LoadBalancingMethod, IList<DefinitionEndpointCreateParameters>)
Initializes a new instance of the DefinitionPolicyCreateParameters class with required arguments.
public DefinitionPolicyCreateParameters (Microsoft.WindowsAzure.Management.TrafficManager.Models.LoadBalancingMethod loadBalancingMethod, System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.TrafficManager.Models.DefinitionEndpointCreateParameters> endpoints);
new Microsoft.WindowsAzure.Management.TrafficManager.Models.DefinitionPolicyCreateParameters : Microsoft.WindowsAzure.Management.TrafficManager.Models.LoadBalancingMethod * System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.TrafficManager.Models.DefinitionEndpointCreateParameters> -> Microsoft.WindowsAzure.Management.TrafficManager.Models.DefinitionPolicyCreateParameters
Public Sub New (loadBalancingMethod As LoadBalancingMethod, endpoints As IList(Of DefinitionEndpointCreateParameters))
Parameters
- loadBalancingMethod
- LoadBalancingMethod
- endpoints
- IList<DefinitionEndpointCreateParameters>
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