OracleAzureSubscriptionsContent(IEnumerable<String>) 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 OracleAzureSubscriptionsContent.
public OracleAzureSubscriptionsContent(System.Collections.Generic.IEnumerable<string> azureSubscriptionIds);
new Azure.ResourceManager.OracleDatabase.Models.OracleAzureSubscriptionsContent : seq<string> -> Azure.ResourceManager.OracleDatabase.Models.OracleAzureSubscriptionsContent
Public Sub New (azureSubscriptionIds As IEnumerable(Of String))
Parameters
- azureSubscriptionIds
- IEnumerable<String>
Azure Subscription Ids to be updated.
Exceptions
azureSubscriptionIds
is null.