ManagedInstanceAzureADOnlyAuthenticationsOperations interface

واجهة تمثل عمليات ManagedInstanceAzureADOnlyAuthentications.

الخصائص

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

يحدد خاصية المصادقة فقط على Server Active Directory أو يحدث خاصية مصادقة Active Directory موجودة في الخوادم.

delete

يحذف خاصية مصادقة الخادم الحالية التي تحتوي فقط على Active Directory.

get

يحصل على خاصية مصادقة محددة فقط ل Azure Active Directory.

listByInstance

يحصل على قائمة بالمصادقات الخاصة ب Azure Active Directory فقط.

تفاصيل الخاصية

beginCreateOrUpdate

تحذير

واجهة برمجة التطبيقات هذه مهملة الآن.

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

تحذير

واجهة برمجة التطبيقات هذه مهملة الآن.

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

تحذير

واجهة برمجة التطبيقات هذه مهملة الآن.

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

تحذير

واجهة برمجة التطبيقات هذه مهملة الآن.

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

يحدد خاصية المصادقة فقط على Server 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>