VerifierWorkspacesOperations interface

Bir VerifierWorkspaces işlemlerini temsil eden arayüz.

Özellikler

beginDelete
beginDeleteAndWait
create

Doğrulayıcı çalışma alanı oluşturur.

delete

Doğrulayıcı çalışma alanını siler.

get

Doğrulayıcı Çalışma Alanı'nı alır.

list

Doğrulayıcı Çalışma Alanlarının listesini alır.

update

Doğrulayıcı Çalışma Alanı'nı güncelleştirir.

Özellik Ayrıntıları

beginDelete

Uyarı

Bu API artık kullanım dışıdır.

use delete instead

beginDelete: (resourceGroupName: string, networkManagerName: string, workspaceName: string, options?: VerifierWorkspacesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Özellik Değeri

(resourceGroupName: string, networkManagerName: string, workspaceName: string, options?: VerifierWorkspacesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Uyarı

Bu API artık kullanım dışıdır.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, networkManagerName: string, workspaceName: string, options?: VerifierWorkspacesDeleteOptionalParams) => Promise<void>

Özellik Değeri

(resourceGroupName: string, networkManagerName: string, workspaceName: string, options?: VerifierWorkspacesDeleteOptionalParams) => Promise<void>

create

Doğrulayıcı çalışma alanı oluşturur.

create: (resourceGroupName: string, networkManagerName: string, workspaceName: string, body: VerifierWorkspace, options?: VerifierWorkspacesCreateOptionalParams) => Promise<VerifierWorkspace>

Özellik Değeri

(resourceGroupName: string, networkManagerName: string, workspaceName: string, body: VerifierWorkspace, options?: VerifierWorkspacesCreateOptionalParams) => Promise<VerifierWorkspace>

delete

Doğrulayıcı çalışma alanını siler.

delete: (resourceGroupName: string, networkManagerName: string, workspaceName: string, options?: VerifierWorkspacesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Özellik Değeri

(resourceGroupName: string, networkManagerName: string, workspaceName: string, options?: VerifierWorkspacesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Doğrulayıcı Çalışma Alanı'nı alır.

get: (resourceGroupName: string, networkManagerName: string, workspaceName: string, options?: VerifierWorkspacesGetOptionalParams) => Promise<VerifierWorkspace>

Özellik Değeri

(resourceGroupName: string, networkManagerName: string, workspaceName: string, options?: VerifierWorkspacesGetOptionalParams) => Promise<VerifierWorkspace>

list

Doğrulayıcı Çalışma Alanlarının listesini alır.

list: (resourceGroupName: string, networkManagerName: string, options?: VerifierWorkspacesListOptionalParams) => PagedAsyncIterableIterator<VerifierWorkspace, VerifierWorkspace[], PageSettings>

Özellik Değeri

(resourceGroupName: string, networkManagerName: string, options?: VerifierWorkspacesListOptionalParams) => PagedAsyncIterableIterator<VerifierWorkspace, VerifierWorkspace[], PageSettings>

update

Doğrulayıcı Çalışma Alanı'nı güncelleştirir.

update: (resourceGroupName: string, networkManagerName: string, workspaceName: string, options?: VerifierWorkspacesUpdateOptionalParams) => Promise<VerifierWorkspace>

Özellik Değeri

(resourceGroupName: string, networkManagerName: string, workspaceName: string, options?: VerifierWorkspacesUpdateOptionalParams) => Promise<VerifierWorkspace>