OracleNetworkAnchorProperties(String, ResourceIdentifier) Constructor
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 OracleNetworkAnchorProperties.
public OracleNetworkAnchorProperties(string resourceAnchorId, Azure.Core.ResourceIdentifier subnetId);
new Azure.ResourceManager.OracleDatabase.Models.OracleNetworkAnchorProperties : string * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.OracleDatabase.Models.OracleNetworkAnchorProperties
Public Sub New (resourceAnchorId As String, subnetId As ResourceIdentifier)
Parameters
- resourceAnchorId
- String
Corresponding resource anchor Azure ID.
- subnetId
- ResourceIdentifier
Client subnet.
Exceptions
resourceAnchorId or subnetId is null.