ArmConnectedVMwarevSphereModelFactory.NicIPAddressSettings 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.
Initializes a new instance of NicIPAddressSettings.
public static Azure.ResourceManager.ConnectedVMwarevSphere.Models.NicIPAddressSettings NicIPAddressSettings (string allocationMethod = default, string ipAddress = default, string subnetMask = default);
static member NicIPAddressSettings : string * string * string -> Azure.ResourceManager.ConnectedVMwarevSphere.Models.NicIPAddressSettings
Public Shared Function NicIPAddressSettings (Optional allocationMethod As String = Nothing, Optional ipAddress As String = Nothing, Optional subnetMask As String = Nothing) As NicIPAddressSettings
Parameters
- allocationMethod
- String
Gets the ip address allocation method.
- ipAddress
- String
Gets the ip address for the nic.
- subnetMask
- String
Gets the mask.
Returns
A new NicIPAddressSettings instance for mocking.
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