LoadBalancerBackendAddressPoolReference 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
LoadBalancerBackendAddressPoolReference() |
Initializes a new instance of the LoadBalancerBackendAddressPoolReference class. |
LoadBalancerBackendAddressPoolReference(String, String) |
Initializes a new instance of the LoadBalancerBackendAddressPoolReference class. |
LoadBalancerBackendAddressPoolReference()
Initializes a new instance of the LoadBalancerBackendAddressPoolReference class.
public LoadBalancerBackendAddressPoolReference ();
Public Sub New ()
Applies to
LoadBalancerBackendAddressPoolReference(String, String)
Initializes a new instance of the LoadBalancerBackendAddressPoolReference class.
public LoadBalancerBackendAddressPoolReference (string sourceArmResourceId, string name = default);
new Microsoft.Azure.Management.Migrate.ResourceMover.Models.LoadBalancerBackendAddressPoolReference : string * string -> Microsoft.Azure.Management.Migrate.ResourceMover.Models.LoadBalancerBackendAddressPoolReference
Public Sub New (sourceArmResourceId As String, Optional name As String = Nothing)
Parameters
- sourceArmResourceId
- String
Gets the ARM resource ID of the tracked resource being referenced.
- name
- String
Gets the name of the proxy resource on the target side.
Applies to
Azure SDK for .NET