SecurityGroupViewResult 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
| Name | Description |
|---|---|
| SecurityGroupViewResult() |
Initializes a new instance of the SecurityGroupViewResult class. |
| SecurityGroupViewResult(IList<SecurityGroupNetworkInterface>) |
Initializes a new instance of the SecurityGroupViewResult class. |
SecurityGroupViewResult()
Initializes a new instance of the SecurityGroupViewResult class.
public SecurityGroupViewResult();
Public Sub New ()
Applies to
SecurityGroupViewResult(IList<SecurityGroupNetworkInterface>)
Initializes a new instance of the SecurityGroupViewResult class.
public SecurityGroupViewResult(System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SecurityGroupNetworkInterface> networkInterfaces = default);
new Microsoft.Azure.Management.Network.Models.SecurityGroupViewResult : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SecurityGroupNetworkInterface> -> Microsoft.Azure.Management.Network.Models.SecurityGroupViewResult
Public Sub New (Optional networkInterfaces As IList(Of SecurityGroupNetworkInterface) = Nothing)
Parameters
- networkInterfaces
- IList<SecurityGroupNetworkInterface>
List of network interfaces on the specified VM.