Megosztás a következőn keresztül:


Oracle Subscriptions - Add Azure Subscriptions

Add Azure Subscriptions

POST https://management.azure.com/subscriptions/{subscriptionId}/providers/Oracle.Database/oracleSubscriptions/default/addAzureSubscriptions?api-version=2025-03-01

URI Parameters

Name In Required Type Description
subscriptionId
path True

string (uuid)

The ID of the target subscription. The value must be an UUID.

api-version
query True

string

minLength: 1

The API version to use for this operation.

Request Body

Name Required Type Description
azureSubscriptionIds True

string[]

Azure Subscription Ids to be updated

Responses

Name Type Description
202 Accepted

Resource operation accepted.

Headers

  • Location: string
  • Retry-After: integer
Other Status Codes

ErrorResponse

An unexpected error response.

Security

azure_auth

Azure Active Directory OAuth2 Flow.

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation impersonate your user account

Examples

Add Azure Subscriptions to the OracleSubscription

Sample request

POST https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Oracle.Database/oracleSubscriptions/default/addAzureSubscriptions?api-version=2025-03-01

{
  "azureSubscriptionIds": [
    "00000000-0000-0000-0000-000000000001"
  ]
}

Sample response

Retry-After: 10000000
Location: eastus

Definitions

Name Description
AzureSubscriptions

Azure Subscriptions model

ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

ErrorResponse

Error response

AzureSubscriptions

Azure Subscriptions model

Name Type Description
azureSubscriptionIds

string[]

Azure Subscription Ids to be updated

ErrorAdditionalInfo

The resource management error additional info.

Name Type Description
info

object

The additional info.

type

string

The additional info type.

ErrorDetail

The error detail.

Name Type Description
additionalInfo

ErrorAdditionalInfo[]

The error additional info.

code

string

The error code.

details

ErrorDetail[]

The error details.

message

string

The error message.

target

string

The error target.

ErrorResponse

Error response

Name Type Description
error

ErrorDetail

The error object.