WorkloadNetworkPortMirroring 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
WorkloadNetworkPortMirroring() |
Initializes a new instance of the WorkloadNetworkPortMirroring class. |
WorkloadNetworkPortMirroring(String, String, String, String, String, String, String, String, String, Nullable<Int64>) |
Initializes a new instance of the WorkloadNetworkPortMirroring class. |
WorkloadNetworkPortMirroring()
Initializes a new instance of the WorkloadNetworkPortMirroring class.
public WorkloadNetworkPortMirroring();
Public Sub New ()
Applies to
WorkloadNetworkPortMirroring(String, String, String, String, String, String, String, String, String, Nullable<Int64>)
Initializes a new instance of the WorkloadNetworkPortMirroring class.
public WorkloadNetworkPortMirroring(string id = default, string name = default, string type = default, string displayName = default, string direction = default, string source = default, string destination = default, string status = default, string provisioningState = default, long? revision = default);
new Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring : string * string * string * string * string * string * string * string * string * Nullable<int64> -> Microsoft.Azure.Management.Avs.Models.WorkloadNetworkPortMirroring
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional displayName As String = Nothing, Optional direction As String = Nothing, Optional source As String = Nothing, Optional destination As String = Nothing, Optional status As String = Nothing, Optional provisioningState As String = Nothing, Optional revision As Nullable(Of Long) = Nothing)
Parameters
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- displayName
- String
Display name of the port mirroring profile.
- direction
- String
Direction of port mirroring profile. Possible values include: 'INGRESS', 'EGRESS', 'BIDIRECTIONAL'
- source
- String
Source VM Group.
- destination
- String
Destination VM Group.
- status
- String
Port Mirroring Status. Possible values include: 'SUCCESS', 'FAILURE'
- provisioningState
- String
The provisioning state. Possible values include: 'Succeeded', 'Failed', 'Building', 'Deleting', 'Updating'
Applies to
Azure SDK for .NET