LBBackendAddressPoolResourceSettings 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
LBBackendAddressPoolResourceSettings() |
Initializes a new instance of the LBBackendAddressPoolResourceSettings class. |
LBBackendAddressPoolResourceSettings(String) |
Initializes a new instance of the LBBackendAddressPoolResourceSettings class. |
LBBackendAddressPoolResourceSettings()
Initializes a new instance of the LBBackendAddressPoolResourceSettings class.
public LBBackendAddressPoolResourceSettings ();
Public Sub New ()
Applies to
LBBackendAddressPoolResourceSettings(String)
Initializes a new instance of the LBBackendAddressPoolResourceSettings class.
public LBBackendAddressPoolResourceSettings (string name = default);
new Microsoft.Azure.Management.Migrate.ResourceMover.Models.LBBackendAddressPoolResourceSettings : string -> Microsoft.Azure.Management.Migrate.ResourceMover.Models.LBBackendAddressPoolResourceSettings
Public Sub New (Optional name As String = Nothing)
Parameters
- name
- String
Gets or sets the backend address pool name.