Get-AzOracleAutonomousDatabase
Een AutonomousDatabase ophalen
Syntaxis
Get-AzOracleAutonomousDatabase
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzOracleAutonomousDatabase
-Name <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzOracleAutonomousDatabase
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzOracleAutonomousDatabase
-InputObject <IOracleIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Een AutonomousDatabase ophalen
Voorbeelden
Voorbeeld 1: Een lijst met de autonome database-resources ophalen
Get-AzOracleAutonomousDatabase
...
Name : OFakePowerShellTestAdbs
NcharacterSet : AL16UTF16
NextLongTermBackupTimeStamp :
OciUrl : https://cloud.oracle.com/db/adbs/ocid1.autonomousdatabase.oc1.iad.anuwcljtnirvylqa7vzcwywunyc2mjnuuwov4vm626yj46caifxh4le5uoxa?region=us-ashbur
n-1&tenant=orpsandbox3&compartmentId=ocid1.compartment.oc1..aaaaaaaazcet2jt2uowjtgxsae5uositfy2thngqgokwdifyzmyygdpckeua
Ocid : ocid1.autonomousdatabase.oc1.iad.anuwcljtnirvylqa7vzcwywunyc2mjnuuwov4vm626yj46caifxh4le5uoxa
OpenMode : ReadWrite
OperationsInsightsStatus :
PeerDbId :
PeerDbIds :
PermissionLevel :
PrivateEndpoint : byui3zo3.adb.us-ashburn-1.oraclecloud.com
PrivateEndpointIP : 10.0.1.51
PrivateEndpointLabel : byui3zo3
Property : {
...
}
ProvisionableCpu :
ProvisioningState : Succeeded
ResourceGroupName : PowerShellTestRg
Role :
ScheduledOperationScheduledStartTime :
ScheduledOperationScheduledStopTime :
ServiceConsoleUrl :
SqlWebDeveloperUrl :
SubnetId : /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PowerShellTestRg/providers/Microsoft.Network/virtualNetworks/PSTestVnet/subn
ets/delegated
SupportedRegionsToCloneTo :
SystemDataCreatedAt : 05/07/2024 13:40:35
SystemDataCreatedBy : example@oracle.com
SystemDataCreatedByType : User
SystemDataLastModifiedAt : 06/07/2024 09:19:26
SystemDataLastModifiedBy : 857ad006-4380-4712-ba4c-22f7c64d84e7
SystemDataLastModifiedByType : Application
Tag : {
}
TimeCreated : 05/07/2024 13:44:18
TimeDataGuardRoleChanged :
TimeDeletionOfFreeAutonomousDatabase :
TimeLocalDataGuardEnabled : Fri Jul 05 13:44:40 UTC 2024
TimeMaintenanceBegin : 07/07/2024 09:00:00
TimeMaintenanceEnd : 07/07/2024 11:00:00
TimeOfLastFailover :
TimeOfLastRefresh :
TimeOfLastRefreshPoint :
TimeOfLastSwitchover :
TimeReclamationOfFreeAutonomousDatabase :
Type : oracle.database/autonomousdatabases
UsedDataStorageSizeInGb :
UsedDataStorageSizeInTb :
VnetId : /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PowerShellTestRg/providers/Microsoft.Network/virtualNetworks/PSTestVnet
WhitelistedIP :
Haal een autonome databaseresource op naam en resourcegroepnaam op.
Voer Get-Help Get-AzOracleAutonomousDatabase
uit voor meer informatie.
Parameters
-DefaultProfile
De parameter DefaultProfile is niet functioneel. Gebruik de parameter SubscriptionId indien beschikbaar als u de cmdlet uitvoert voor een ander abonnement.
Type: | PSObject |
Aliassen: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-InputObject
Identiteitsparameter
Type: | IOracleIdentity |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
-Name
De naam van de database.
Type: | String |
Aliassen: | Autonomousdatabasename |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-ResourceGroupName
De naam van de resourcegroep. De naam is hoofdletterongevoelig.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-SubscriptionId
De id van het doelabonnement. De waarde moet een UUID zijn.
Type: | String[] |
Position: | Named |
Default value: | (Get-AzContext).Subscription.Id |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |