ArmOracleDatabaseModelFactory.PrivateIPAddressProperties 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 PrivateIPAddressProperties.
public static Azure.ResourceManager.OracleDatabase.Models.PrivateIPAddressProperties PrivateIPAddressProperties (string displayName = default, string hostnameLabel = default, string ocid = default, string ipAddress = default, string subnetId = default);
static member PrivateIPAddressProperties : string * string * string * string * string -> Azure.ResourceManager.OracleDatabase.Models.PrivateIPAddressProperties
Public Shared Function PrivateIPAddressProperties (Optional displayName As String = Nothing, Optional hostnameLabel As String = Nothing, Optional ocid As String = Nothing, Optional ipAddress As String = Nothing, Optional subnetId As String = Nothing) As PrivateIPAddressProperties
Parameters
- displayName
- String
PrivateIpAddresses displayName Serialized Name: PrivateIpAddressProperties.displayName
- hostnameLabel
- String
PrivateIpAddresses hostnameLabel Serialized Name: PrivateIpAddressProperties.hostnameLabel
- ocid
- String
PrivateIpAddresses Id Serialized Name: PrivateIpAddressProperties.ocid
- ipAddress
- String
PrivateIpAddresses ipAddress Serialized Name: PrivateIpAddressProperties.ipAddress
- subnetId
- String
PrivateIpAddresses subnetId Serialized Name: PrivateIpAddressProperties.subnetId
Returns
A new PrivateIPAddressProperties instance for mocking.
Applies to
Azure SDK for .NET