ManagedInstanceAzureADOnlyAuthenticationsOperations interface
Interface representation a ManagedInstanceAzureADOnlyAuthentications operations.
속성
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
서버 Active Directory 전용 인증 속성을 설정하거나 기존 서버 Active Directory 전용 인증 속성을 업데이트합니다. |
| delete | 기존 서버의 Active Directory 전용 인증 속성을 삭제합니다. |
| get | 특정 Azure Active Directory 전용 인증 속성을 얻습니다. |
| list |
서버 Azure Active Directory 전용 인증 목록을 얻습니다. |
속성 세부 정보
beginCreateOrUpdate
경고
이 API는 이제 사용되지 않습니다.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, managedInstanceName: string, authenticationName: string, parameters: ManagedInstanceAzureADOnlyAuthentication, options?: ManagedInstanceAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ManagedInstanceAzureADOnlyAuthentication>, ManagedInstanceAzureADOnlyAuthentication>>
속성 값
(resourceGroupName: string, managedInstanceName: string, authenticationName: string, parameters: ManagedInstanceAzureADOnlyAuthentication, options?: ManagedInstanceAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ManagedInstanceAzureADOnlyAuthentication>, ManagedInstanceAzureADOnlyAuthentication>>
beginCreateOrUpdateAndWait
경고
이 API는 이제 사용되지 않습니다.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, managedInstanceName: string, authenticationName: string, parameters: ManagedInstanceAzureADOnlyAuthentication, options?: ManagedInstanceAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams) => Promise<ManagedInstanceAzureADOnlyAuthentication>
속성 값
(resourceGroupName: string, managedInstanceName: string, authenticationName: string, parameters: ManagedInstanceAzureADOnlyAuthentication, options?: ManagedInstanceAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams) => Promise<ManagedInstanceAzureADOnlyAuthentication>
beginDelete
경고
이 API는 이제 사용되지 않습니다.
use delete instead
beginDelete: (resourceGroupName: string, managedInstanceName: string, authenticationName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
속성 값
(resourceGroupName: string, managedInstanceName: string, authenticationName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
경고
이 API는 이제 사용되지 않습니다.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, managedInstanceName: string, authenticationName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsDeleteOptionalParams) => Promise<void>
속성 값
(resourceGroupName: string, managedInstanceName: string, authenticationName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsDeleteOptionalParams) => Promise<void>
createOrUpdate
서버 Active Directory 전용 인증 속성을 설정하거나 기존 서버 Active Directory 전용 인증 속성을 업데이트합니다.
createOrUpdate: (resourceGroupName: string, managedInstanceName: string, authenticationName: string, parameters: ManagedInstanceAzureADOnlyAuthentication, options?: ManagedInstanceAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ManagedInstanceAzureADOnlyAuthentication>, ManagedInstanceAzureADOnlyAuthentication>
속성 값
(resourceGroupName: string, managedInstanceName: string, authenticationName: string, parameters: ManagedInstanceAzureADOnlyAuthentication, options?: ManagedInstanceAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ManagedInstanceAzureADOnlyAuthentication>, ManagedInstanceAzureADOnlyAuthentication>
delete
기존 서버의 Active Directory 전용 인증 속성을 삭제합니다.
delete: (resourceGroupName: string, managedInstanceName: string, authenticationName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
속성 값
(resourceGroupName: string, managedInstanceName: string, authenticationName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
특정 Azure Active Directory 전용 인증 속성을 얻습니다.
get: (resourceGroupName: string, managedInstanceName: string, authenticationName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsGetOptionalParams) => Promise<ManagedInstanceAzureADOnlyAuthentication>
속성 값
(resourceGroupName: string, managedInstanceName: string, authenticationName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsGetOptionalParams) => Promise<ManagedInstanceAzureADOnlyAuthentication>
listByInstance
서버 Azure Active Directory 전용 인증 목록을 얻습니다.
listByInstance: (resourceGroupName: string, managedInstanceName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsListByInstanceOptionalParams) => PagedAsyncIterableIterator<ManagedInstanceAzureADOnlyAuthentication, ManagedInstanceAzureADOnlyAuthentication[], PageSettings>
속성 값
(resourceGroupName: string, managedInstanceName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsListByInstanceOptionalParams) => PagedAsyncIterableIterator<ManagedInstanceAzureADOnlyAuthentication, ManagedInstanceAzureADOnlyAuthentication[], PageSettings>