Share via


ArmLargeInstanceModelFactory.LargeInstanceIPAddress(String) Method

Definition

Initializes a new instance of LargeInstanceIPAddress.

public static Azure.ResourceManager.LargeInstance.Models.LargeInstanceIPAddress LargeInstanceIPAddress (string ipAddress = default);
static member LargeInstanceIPAddress : string -> Azure.ResourceManager.LargeInstance.Models.LargeInstanceIPAddress
Public Shared Function LargeInstanceIPAddress (Optional ipAddress As String = Nothing) As LargeInstanceIPAddress

Parameters

ipAddress
String

Specifies the IP address of the network interface.

Returns

A new LargeInstanceIPAddress instance for mocking.

Applies to