WorkloadNetworkSegmentPortVif 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
WorkloadNetworkSegmentPortVif() |
Initializes a new instance of the WorkloadNetworkSegmentPortVif class. |
WorkloadNetworkSegmentPortVif(String) |
Initializes a new instance of the WorkloadNetworkSegmentPortVif class. |
WorkloadNetworkSegmentPortVif()
Initializes a new instance of the WorkloadNetworkSegmentPortVif class.
public WorkloadNetworkSegmentPortVif ();
Public Sub New ()
Applies to
WorkloadNetworkSegmentPortVif(String)
Initializes a new instance of the WorkloadNetworkSegmentPortVif class.
public WorkloadNetworkSegmentPortVif (string portName = default);
new Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegmentPortVif : string -> Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegmentPortVif
Public Sub New (Optional portName As String = Nothing)
Parameters
- portName
- String
Name of port or VIF attached to segment.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET