OracleDatabaseExtensions.GetAutonomousDatabaseNationalCharacterSets 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.
Gets a collection of AutonomousDatabaseNationalCharacterSetResources in the SubscriptionResource. MockingTo mock this method, please mock GetAutonomousDatabaseNationalCharacterSets(AzureLocation) instead.
public static Azure.ResourceManager.OracleDatabase.AutonomousDatabaseNationalCharacterSetCollection GetAutonomousDatabaseNationalCharacterSets (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location);
static member GetAutonomousDatabaseNationalCharacterSets : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation -> Azure.ResourceManager.OracleDatabase.AutonomousDatabaseNationalCharacterSetCollection
<Extension()>
Public Function GetAutonomousDatabaseNationalCharacterSets (subscriptionResource As SubscriptionResource, location As AzureLocation) As AutonomousDatabaseNationalCharacterSetCollection
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource instance the method will execute against.
- location
- AzureLocation
The name of the Azure region.
Returns
An object representing collection of AutonomousDatabaseNationalCharacterSetResources and their operations over a AutonomousDatabaseNationalCharacterSetResource.
Exceptions
subscriptionResource
is null.
Applies to
Azure SDK for .NET