NetworkSecurityPerimeterAssociationsOperations interface

Bir NetworkSecurityPerimeterAssociations işlemlerini temsil eden arayüz.

Özellikler

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

Bir NSP kaynak ilişkilendirmesi oluşturur veya güncelleştirir.

delete

NSP ilişkilendirme kaynağını siler.

get

Belirtilen NSP ilişkilendirmesini ada göre alır.

list

NSP kaynak ilişkilendirmelerini listeler.

reconcile

NSP ilişkilendirmesini uzlaştırın

Özellik Ayrıntıları

beginCreateOrUpdate

Uyarı

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

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, networkSecurityPerimeterName: string, associationName: string, parameters: NspAssociation, options?: NetworkSecurityPerimeterAssociationsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NspAssociation>, NspAssociation>>

Özellik Değeri

(resourceGroupName: string, networkSecurityPerimeterName: string, associationName: string, parameters: NspAssociation, options?: NetworkSecurityPerimeterAssociationsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NspAssociation>, NspAssociation>>

beginCreateOrUpdateAndWait

Uyarı

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

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, networkSecurityPerimeterName: string, associationName: string, parameters: NspAssociation, options?: NetworkSecurityPerimeterAssociationsCreateOrUpdateOptionalParams) => Promise<NspAssociation>

Özellik Değeri

(resourceGroupName: string, networkSecurityPerimeterName: string, associationName: string, parameters: NspAssociation, options?: NetworkSecurityPerimeterAssociationsCreateOrUpdateOptionalParams) => Promise<NspAssociation>

beginDelete

Uyarı

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

use delete instead

beginDelete: (resourceGroupName: string, networkSecurityPerimeterName: string, associationName: string, options?: NetworkSecurityPerimeterAssociationsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Özellik Değeri

(resourceGroupName: string, networkSecurityPerimeterName: string, associationName: string, options?: NetworkSecurityPerimeterAssociationsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Uyarı

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

use delete instead

beginDeleteAndWait: (resourceGroupName: string, networkSecurityPerimeterName: string, associationName: string, options?: NetworkSecurityPerimeterAssociationsDeleteOptionalParams) => Promise<void>

Özellik Değeri

(resourceGroupName: string, networkSecurityPerimeterName: string, associationName: string, options?: NetworkSecurityPerimeterAssociationsDeleteOptionalParams) => Promise<void>

createOrUpdate

Bir NSP kaynak ilişkilendirmesi oluşturur veya güncelleştirir.

createOrUpdate: (resourceGroupName: string, networkSecurityPerimeterName: string, associationName: string, parameters: NspAssociation, options?: NetworkSecurityPerimeterAssociationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<NspAssociation>, NspAssociation>

Özellik Değeri

(resourceGroupName: string, networkSecurityPerimeterName: string, associationName: string, parameters: NspAssociation, options?: NetworkSecurityPerimeterAssociationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<NspAssociation>, NspAssociation>

delete

NSP ilişkilendirme kaynağını siler.

delete: (resourceGroupName: string, networkSecurityPerimeterName: string, associationName: string, options?: NetworkSecurityPerimeterAssociationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Özellik Değeri

(resourceGroupName: string, networkSecurityPerimeterName: string, associationName: string, options?: NetworkSecurityPerimeterAssociationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Belirtilen NSP ilişkilendirmesini ada göre alır.

get: (resourceGroupName: string, networkSecurityPerimeterName: string, associationName: string, options?: NetworkSecurityPerimeterAssociationsGetOptionalParams) => Promise<NspAssociation>

Özellik Değeri

(resourceGroupName: string, networkSecurityPerimeterName: string, associationName: string, options?: NetworkSecurityPerimeterAssociationsGetOptionalParams) => Promise<NspAssociation>

list

NSP kaynak ilişkilendirmelerini listeler.

list: (resourceGroupName: string, networkSecurityPerimeterName: string, options?: NetworkSecurityPerimeterAssociationsListOptionalParams) => PagedAsyncIterableIterator<NspAssociation, NspAssociation[], PageSettings>

Özellik Değeri

(resourceGroupName: string, networkSecurityPerimeterName: string, options?: NetworkSecurityPerimeterAssociationsListOptionalParams) => PagedAsyncIterableIterator<NspAssociation, NspAssociation[], PageSettings>

reconcile

NSP ilişkilendirmesini uzlaştırın

reconcile: (resourceGroupName: string, networkSecurityPerimeterName: string, associationName: string, parameters: Record<string, unknown>, options?: NetworkSecurityPerimeterAssociationsReconcileOptionalParams) => Promise<Record<string, unknown>>

Özellik Değeri

(resourceGroupName: string, networkSecurityPerimeterName: string, associationName: string, parameters: Record<string, unknown>, options?: NetworkSecurityPerimeterAssociationsReconcileOptionalParams) => Promise<Record<string, unknown>>