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
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.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET