ArmNetworkModelFactory.NvaInterfaceConfigurationsProperties Method
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.
public static Azure.ResourceManager.Network.Models.NvaInterfaceConfigurationsProperties NvaInterfaceConfigurationsProperties(Azure.Core.ResourceIdentifier subnetId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.NvaNicType> type = default, string name = default);
static member NvaInterfaceConfigurationsProperties : Azure.Core.ResourceIdentifier * seq<Azure.ResourceManager.Network.Models.NvaNicType> * string -> Azure.ResourceManager.Network.Models.NvaInterfaceConfigurationsProperties
Public Shared Function NvaInterfaceConfigurationsProperties (Optional subnetId As ResourceIdentifier = Nothing, Optional type As IEnumerable(Of NvaNicType) = Nothing, Optional name As String = Nothing) As NvaInterfaceConfigurationsProperties
Parameters
- subnetId
- ResourceIdentifier
Resource Uri of Subnet.
- type
- IEnumerable<NvaNicType>
Specifies the NIC types for the NVA interface configuration. Allowed values: PrivateNic, PublicNic, AdditionalPrivateNic, AdditionalPublicNic. Only the combination of PrivateNic and PublicNic is currently supported.
- name
- String
Specifies the name of the interface. Maximum length is 70 characters.
Returns
A new NvaInterfaceConfigurationsProperties instance for mocking.