ArmHciModelFactory.IPConfigurationProperties 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 IPConfigurationProperties.
public static Azure.ResourceManager.Hci.Models.IPConfigurationProperties IPConfigurationProperties (string gateway = default, string prefixLength = default, string privateIPAddress = default, Azure.Core.ResourceIdentifier subnetId = default);
static member IPConfigurationProperties : string * string * string * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Hci.Models.IPConfigurationProperties
Public Shared Function IPConfigurationProperties (Optional gateway As String = Nothing, Optional prefixLength As String = Nothing, Optional privateIPAddress As String = Nothing, Optional subnetId As ResourceIdentifier = Nothing) As IPConfigurationProperties
Parameters
- gateway
- String
Gateway for network interface.
- prefixLength
- String
prefixLength for network interface.
- privateIPAddress
- String
PrivateIPAddress - Private IP address of the IP configuration.
- subnetId
- ResourceIdentifier
Subnet - Name of Subnet bound to the IP configuration.
Returns
A new IPConfigurationProperties instance for mocking.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.