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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET