ArmOracleDatabaseModelFactory.PrivateIPAddressResult 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 PrivateIPAddressResult.
public static Azure.ResourceManager.OracleDatabase.Models.PrivateIPAddressResult PrivateIPAddressResult (string displayName = default, string hostnameLabel = default, Azure.Core.ResourceIdentifier ocid = default, string ipAddress = default, Azure.Core.ResourceIdentifier subnetId = default);
static member PrivateIPAddressResult : string * string * Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.OracleDatabase.Models.PrivateIPAddressResult
Public Shared Function PrivateIPAddressResult (Optional displayName As String = Nothing, Optional hostnameLabel As String = Nothing, Optional ocid As ResourceIdentifier = Nothing, Optional ipAddress As String = Nothing, Optional subnetId As ResourceIdentifier = Nothing) As PrivateIPAddressResult
Parameters
- displayName
- String
PrivateIpAddresses displayName.
- hostnameLabel
- String
PrivateIpAddresses hostnameLabel.
- ocid
- ResourceIdentifier
PrivateIpAddresses Id.
- ipAddress
- String
PrivateIpAddresses ipAddress.
- subnetId
- ResourceIdentifier
PrivateIpAddresses subnetId.
Returns
A new PrivateIPAddressResult 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