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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET