ArmOracleDatabaseModelFactory.OracleAzureSubscriptionsContent 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.
public static Azure.ResourceManager.OracleDatabase.Models.OracleAzureSubscriptionsContent OracleAzureSubscriptionsContent(System.Collections.Generic.IEnumerable<string> azureSubscriptionIds = default);
static member OracleAzureSubscriptionsContent : seq<string> -> Azure.ResourceManager.OracleDatabase.Models.OracleAzureSubscriptionsContent
Public Shared Function OracleAzureSubscriptionsContent (Optional azureSubscriptionIds As IEnumerable(Of String) = Nothing) As OracleAzureSubscriptionsContent
Parameters
- azureSubscriptionIds
- IEnumerable<String>
Azure Subscription Ids to be updated.
Returns
A new OracleAzureSubscriptionsContent instance for mocking.