WorkloadNetworkSegment Class
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.
NSX Segment
[Microsoft.Rest.Serialization.JsonTransformation]
public class WorkloadNetworkSegment : Microsoft.Azure.Management.Avs.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type WorkloadNetworkSegment = class
inherit ProxyResource
Public Class WorkloadNetworkSegment
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
WorkloadNetworkSegment() |
Initializes a new instance of the WorkloadNetworkSegment class. |
WorkloadNetworkSegment(String, String, String, String, String, WorkloadNetworkSegmentSubnet, IList<WorkloadNetworkSegmentPortVif>, String, String, Nullable<Int64>) |
Initializes a new instance of the WorkloadNetworkSegment class. |
Properties
ConnectedGateway |
Gets or sets gateway which to connect segment to. |
DisplayName |
Gets or sets display name of the segment. |
Id |
Gets resource ID. (Inherited from Resource) |
Name |
Gets resource name. (Inherited from Resource) |
PortVif |
Gets port Vif which segment is associated with. |
ProvisioningState |
Gets the provisioning state. Possible values include: 'Succeeded', 'Failed', 'Building', 'Deleting', 'Updating' |
Revision |
Gets or sets NSX revision number. |
Status |
Gets segment status. Possible values include: 'SUCCESS', 'FAILURE' |
Subnet |
Gets or sets subnet which to connect segment to. |
Type |
Gets resource type. (Inherited from Resource) |
Applies to
Azure SDK for .NET