SubnetResourceSettings 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
SubnetResourceSettings() |
Initializes a new instance of the SubnetResourceSettings class. |
SubnetResourceSettings(String, String, NsgReference) |
Initializes a new instance of the SubnetResourceSettings class. |
SubnetResourceSettings()
Initializes a new instance of the SubnetResourceSettings class.
public SubnetResourceSettings ();
Public Sub New ()
Applies to
SubnetResourceSettings(String, String, NsgReference)
Initializes a new instance of the SubnetResourceSettings class.
public SubnetResourceSettings (string name = default, string addressPrefix = default, Microsoft.Azure.Management.Migrate.ResourceMover.Models.NsgReference networkSecurityGroup = default);
new Microsoft.Azure.Management.Migrate.ResourceMover.Models.SubnetResourceSettings : string * string * Microsoft.Azure.Management.Migrate.ResourceMover.Models.NsgReference -> Microsoft.Azure.Management.Migrate.ResourceMover.Models.SubnetResourceSettings
Public Sub New (Optional name As String = Nothing, Optional addressPrefix As String = Nothing, Optional networkSecurityGroup As NsgReference = Nothing)
Parameters
- name
- String
Gets or sets the Subnet name.
- addressPrefix
- String
Gets or sets address prefix for the subnet.
- networkSecurityGroup
- NsgReference