Managed Instance Azure AD Only Authentications - Delete
기존 서버 Active Directory 전용 인증 속성을 삭제합니다.
DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/azureADOnlyAuthentications/Default?api-version=2021-11-01
URI 매개 변수
Name |
In(다음 안에) |
필수 |
형식 |
Description |
authenticationName
|
path |
True
|
AuthenticationName
|
서버 Azure Active Directory 전용 인증의 이름입니다.
|
managedInstanceName
|
path |
True
|
string
|
관리되는 인스턴스의 이름입니다.
|
resourceGroupName
|
path |
True
|
string
|
리소스를 포함하는 리소스 그룹의 이름입니다. Azure 리소스 관리자 API 또는 포털에서 이 값을 가져올 수 있습니다.
|
subscriptionId
|
path |
True
|
string
|
Azure 구독을 식별하는 구독 ID입니다.
|
api-version
|
query |
True
|
string
|
요청에 사용할 API 버전입니다.
|
응답
Name |
형식 |
Description |
200 OK
|
|
Azure Active Directory 전용 속성을 삭제했습니다.
|
202 Accepted
|
|
수락됨
|
204 No Content
|
|
지정된 Azure Active Directory 전용 속성이 없습니다.
|
Other Status Codes
|
|
오류 응답: ***
400 InvalidServerAzureADOnlyAuthenticationParameter - 사용자가 허용되지 않는 AzureADOnlyAuthentication 매개 변수를 false로 설정하려고 했습니다. 대신 azureADOnlyAuthentications API를 사용하세요.
400 InvalidManagedServerAADOnlyAuthTypePropertyName - 관리되는 서버 Azure Active Directory 전용 인증 유형은 기본값이어야 합니다.
400 InvalidManagedServerAADOnlyAuthNoAADAdminPropertyName - AAD 관리 구성되지 않았습니다. AAD 전용 인증을 사용/사용하지 않도록 설정하기 전에 AAD 관리 설정해야 합니다.
404 ServerNotInSubscription - 지정된 서버가 지정된 구독에 없습니다.
404 ManagedInstanceNotInSubscriptionResourceGroup - 지정된 관리되는 instance 지정된 리소스 그룹 및 구독에 없습니다.
404 SubscriptionNotFound - 요청된 구독을 찾을 수 없습니다.
404 OperationIdNotFound - ID가 있는 작업이 없습니다.
409 OperationCancelled - 사용자가 작업을 취소했습니다.
409 OperationInterrupted - 동일한 리소스의 다른 작업에 의해 중단되었으므로 리소스에 대한 작업을 완료할 수 없습니다.
429 SubscriptionTooManyCreateUpdateRequests - 사용 가능한 리소스에서 처리할 수 있는 최대 요청을 초과하는 요청입니다.
429 SubscriptionTooManyRequests - 사용 가능한 리소스에서 처리할 수 있는 최대 요청을 초과하는 요청입니다.
429 SubscriptionTooManyCreateUpdateRequests - 사용 가능한 리소스에서 처리할 수 있는 최대 요청을 초과하는 요청입니다.
429 SubscriptionTooManyRequests - 사용 가능한 리소스에서 처리할 수 있는 최대 요청을 초과하는 요청입니다.
500 OperationTimedOut - 작업 시간이 초과되고 자동으로 롤백됩니다. 작업을 다시 시도하세요.
503 TooManyRequests - 사용 가능한 리소스에서 처리할 수 있는 최대 요청을 초과하는 요청입니다.
503 TooManyRequests - 사용 가능한 리소스에서 처리할 수 있는 최대 요청을 초과하는 요청입니다.
504 RequestTimeout - 서비스 요청이 허용된 시간 제한을 초과했습니다.
|
예제
Deletes Azure Active Directory only authentication object.
샘플 요청
DELETE https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default-SQL-SouthEastAsia/providers/Microsoft.Sql/managedInstances/managedInstance/azureADOnlyAuthentications/Default?api-version=2021-11-01
import com.azure.resourcemanager.sql.models.AuthenticationName;
/**
* Samples for ManagedInstanceAzureADOnlyAuthentications Delete.
*/
public final class Main {
/*
* x-ms-original-file:
* specification/sql/resource-manager/Microsoft.Sql/stable/2021-11-01/examples/ManagedInstanceAzureADOnlyAuthDelete.
* json
*/
/**
* Sample code: Deletes Azure Active Directory only authentication object.
*
* @param azure The entry point for accessing resource management APIs in Azure.
*/
public static void
deletesAzureActiveDirectoryOnlyAuthenticationObject(com.azure.resourcemanager.AzureResourceManager azure) {
azure.sqlServers().manager().serviceClient().getManagedInstanceAzureADOnlyAuthentications().delete(
"Default-SQL-SouthEastAsia", "managedInstance", AuthenticationName.DEFAULT,
com.azure.core.util.Context.NONE);
}
}
To use the Azure SDK library in your project, see this documentation. To provide feedback on this code sample, open a GitHub issue
정의
AuthenticationName
서버 Azure Active Directory 전용 인증의 이름입니다.
Name |
형식 |
Description |
Default
|
string
|
|