DiskAccessesOperations interface

واجهة تمثل عمليات الوصول إلى القرص.

الخصائص

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginDeleteAPrivateEndpointConnection
beginDeleteAPrivateEndpointConnectionAndWait
beginUpdate
beginUpdateAndWait
beginUpdateAPrivateEndpointConnection
beginUpdateAPrivateEndpointConnectionAndWait
createOrUpdate

إنشاء أو تحديث مورد وصول القرص

delete
deleteAPrivateEndpointConnection

يحذف اتصال نقطة نهاية خاص تحت مورد وصول القرص.

get

تحصل على معلومات عن مورد الوصول إلى الأقراص.

getAPrivateEndpointConnection

يحصل على معلومات عن اتصال نقطة نهاية خاصة تحت مورد وصول القرص.

getPrivateLinkResources

يحصل على موارد الرابط الخاص الممكنة تحت مورد الوصول إلى القرص

list

يسرد جميع موارد الوصول إلى القرص ضمن الاشتراك.

listByResourceGroup

يسرد جميع موارد الوصول إلى القرص ضمن مجموعة موارد.

listPrivateEndpointConnections

قائمة بمعلومات عن اتصالات نقاط النهاية الخاصة تحت مورد الوصول إلى القرص

update

تحديث (تحديثات) مورد الوصول إلى القرص.

updateAPrivateEndpointConnection

الموافقة أو الرفض على اتصال نقطة نهاية خاص تحت موارد الوصول إلى القرص، لا يمكن استخدام هذا لإنشاء اتصال نقطة نهاية خاصة جديد.

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

beginCreateOrUpdate

تحذير

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

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, diskAccessName: string, diskAccess: DiskAccess, options?: DiskAccessesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<DiskAccess>, DiskAccess>>

قيمة الخاصية

(resourceGroupName: string, diskAccessName: string, diskAccess: DiskAccess, options?: DiskAccessesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<DiskAccess>, DiskAccess>>

beginCreateOrUpdateAndWait

تحذير

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

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, diskAccessName: string, diskAccess: DiskAccess, options?: DiskAccessesCreateOrUpdateOptionalParams) => Promise<DiskAccess>

قيمة الخاصية

(resourceGroupName: string, diskAccessName: string, diskAccess: DiskAccess, options?: DiskAccessesCreateOrUpdateOptionalParams) => Promise<DiskAccess>

beginDelete

تحذير

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

use delete instead

beginDelete: (resourceGroupName: string, diskAccessName: string, options?: DiskAccessesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

قيمة الخاصية

(resourceGroupName: string, diskAccessName: string, options?: DiskAccessesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

تحذير

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

use delete instead

beginDeleteAndWait: (resourceGroupName: string, diskAccessName: string, options?: DiskAccessesDeleteOptionalParams) => Promise<void>

قيمة الخاصية

(resourceGroupName: string, diskAccessName: string, options?: DiskAccessesDeleteOptionalParams) => Promise<void>

beginDeleteAPrivateEndpointConnection

تحذير

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

use deleteAPrivateEndpointConnection instead

beginDeleteAPrivateEndpointConnection: (resourceGroupName: string, diskAccessName: string, privateEndpointConnectionName: string, options?: DiskAccessesDeleteAPrivateEndpointConnectionOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

قيمة الخاصية

(resourceGroupName: string, diskAccessName: string, privateEndpointConnectionName: string, options?: DiskAccessesDeleteAPrivateEndpointConnectionOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAPrivateEndpointConnectionAndWait

تحذير

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

use deleteAPrivateEndpointConnection instead

beginDeleteAPrivateEndpointConnectionAndWait: (resourceGroupName: string, diskAccessName: string, privateEndpointConnectionName: string, options?: DiskAccessesDeleteAPrivateEndpointConnectionOptionalParams) => Promise<void>

قيمة الخاصية

(resourceGroupName: string, diskAccessName: string, privateEndpointConnectionName: string, options?: DiskAccessesDeleteAPrivateEndpointConnectionOptionalParams) => Promise<void>

beginUpdate

تحذير

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

use update instead

beginUpdate: (resourceGroupName: string, diskAccessName: string, diskAccess: DiskAccessUpdate, options?: DiskAccessesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<DiskAccess>, DiskAccess>>

قيمة الخاصية

(resourceGroupName: string, diskAccessName: string, diskAccess: DiskAccessUpdate, options?: DiskAccessesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<DiskAccess>, DiskAccess>>

beginUpdateAndWait

تحذير

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

use update instead

beginUpdateAndWait: (resourceGroupName: string, diskAccessName: string, diskAccess: DiskAccessUpdate, options?: DiskAccessesUpdateOptionalParams) => Promise<DiskAccess>

قيمة الخاصية

(resourceGroupName: string, diskAccessName: string, diskAccess: DiskAccessUpdate, options?: DiskAccessesUpdateOptionalParams) => Promise<DiskAccess>

beginUpdateAPrivateEndpointConnection

تحذير

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

use updateAPrivateEndpointConnection instead

beginUpdateAPrivateEndpointConnection: (resourceGroupName: string, diskAccessName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: DiskAccessesUpdateAPrivateEndpointConnectionOptionalParams) => Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

قيمة الخاصية

(resourceGroupName: string, diskAccessName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: DiskAccessesUpdateAPrivateEndpointConnectionOptionalParams) => Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

beginUpdateAPrivateEndpointConnectionAndWait

تحذير

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

use updateAPrivateEndpointConnection instead

beginUpdateAPrivateEndpointConnectionAndWait: (resourceGroupName: string, diskAccessName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: DiskAccessesUpdateAPrivateEndpointConnectionOptionalParams) => Promise<PrivateEndpointConnection>

قيمة الخاصية

(resourceGroupName: string, diskAccessName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: DiskAccessesUpdateAPrivateEndpointConnectionOptionalParams) => Promise<PrivateEndpointConnection>

createOrUpdate

إنشاء أو تحديث مورد وصول القرص

createOrUpdate: (resourceGroupName: string, diskAccessName: string, diskAccess: DiskAccess, options?: DiskAccessesCreateOrUpdateOptionalParams) => PollerLike<OperationState<DiskAccess>, DiskAccess>

قيمة الخاصية

(resourceGroupName: string, diskAccessName: string, diskAccess: DiskAccess, options?: DiskAccessesCreateOrUpdateOptionalParams) => PollerLike<OperationState<DiskAccess>, DiskAccess>

delete

delete: (resourceGroupName: string, diskAccessName: string, options?: DiskAccessesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

قيمة الخاصية

(resourceGroupName: string, diskAccessName: string, options?: DiskAccessesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

deleteAPrivateEndpointConnection

يحذف اتصال نقطة نهاية خاص تحت مورد وصول القرص.

deleteAPrivateEndpointConnection: (resourceGroupName: string, diskAccessName: string, privateEndpointConnectionName: string, options?: DiskAccessesDeleteAPrivateEndpointConnectionOptionalParams) => PollerLike<OperationState<void>, void>

قيمة الخاصية

(resourceGroupName: string, diskAccessName: string, privateEndpointConnectionName: string, options?: DiskAccessesDeleteAPrivateEndpointConnectionOptionalParams) => PollerLike<OperationState<void>, void>

get

تحصل على معلومات عن مورد الوصول إلى الأقراص.

get: (resourceGroupName: string, diskAccessName: string, options?: DiskAccessesGetOptionalParams) => Promise<DiskAccess>

قيمة الخاصية

(resourceGroupName: string, diskAccessName: string, options?: DiskAccessesGetOptionalParams) => Promise<DiskAccess>

getAPrivateEndpointConnection

يحصل على معلومات عن اتصال نقطة نهاية خاصة تحت مورد وصول القرص.

getAPrivateEndpointConnection: (resourceGroupName: string, diskAccessName: string, privateEndpointConnectionName: string, options?: DiskAccessesGetAPrivateEndpointConnectionOptionalParams) => Promise<PrivateEndpointConnection>

قيمة الخاصية

(resourceGroupName: string, diskAccessName: string, privateEndpointConnectionName: string, options?: DiskAccessesGetAPrivateEndpointConnectionOptionalParams) => Promise<PrivateEndpointConnection>

getPrivateLinkResources

يحصل على موارد الرابط الخاص الممكنة تحت مورد الوصول إلى القرص

getPrivateLinkResources: (resourceGroupName: string, diskAccessName: string, options?: DiskAccessesGetPrivateLinkResourcesOptionalParams) => Promise<PrivateLinkResourceListResult>

قيمة الخاصية

(resourceGroupName: string, diskAccessName: string, options?: DiskAccessesGetPrivateLinkResourcesOptionalParams) => Promise<PrivateLinkResourceListResult>

list

يسرد جميع موارد الوصول إلى القرص ضمن الاشتراك.

list: (options?: DiskAccessesListOptionalParams) => PagedAsyncIterableIterator<DiskAccess, DiskAccess[], PageSettings>

قيمة الخاصية

(options?: DiskAccessesListOptionalParams) => PagedAsyncIterableIterator<DiskAccess, DiskAccess[], PageSettings>

listByResourceGroup

يسرد جميع موارد الوصول إلى القرص ضمن مجموعة موارد.

listByResourceGroup: (resourceGroupName: string, options?: DiskAccessesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DiskAccess, DiskAccess[], PageSettings>

قيمة الخاصية

(resourceGroupName: string, options?: DiskAccessesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DiskAccess, DiskAccess[], PageSettings>

listPrivateEndpointConnections

قائمة بمعلومات عن اتصالات نقاط النهاية الخاصة تحت مورد الوصول إلى القرص

listPrivateEndpointConnections: (resourceGroupName: string, diskAccessName: string, options?: DiskAccessesListPrivateEndpointConnectionsOptionalParams) => PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

قيمة الخاصية

(resourceGroupName: string, diskAccessName: string, options?: DiskAccessesListPrivateEndpointConnectionsOptionalParams) => PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

update

تحديث (تحديثات) مورد الوصول إلى القرص.

update: (resourceGroupName: string, diskAccessName: string, diskAccess: DiskAccessUpdate, options?: DiskAccessesUpdateOptionalParams) => PollerLike<OperationState<DiskAccess>, DiskAccess>

قيمة الخاصية

(resourceGroupName: string, diskAccessName: string, diskAccess: DiskAccessUpdate, options?: DiskAccessesUpdateOptionalParams) => PollerLike<OperationState<DiskAccess>, DiskAccess>

updateAPrivateEndpointConnection

الموافقة أو الرفض على اتصال نقطة نهاية خاص تحت موارد الوصول إلى القرص، لا يمكن استخدام هذا لإنشاء اتصال نقطة نهاية خاصة جديد.

updateAPrivateEndpointConnection: (resourceGroupName: string, diskAccessName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: DiskAccessesUpdateAPrivateEndpointConnectionOptionalParams) => PollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>

قيمة الخاصية

(resourceGroupName: string, diskAccessName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: DiskAccessesUpdateAPrivateEndpointConnectionOptionalParams) => PollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>