NetworkSecurityPerimeterProfilesOperations interface

Bir NetworkSecurityPerimeterProfiles işlemlerini temsil eden arayüz.

Özellikler

createOrUpdate

Bir ağ profili oluşturur veya güncelleştirir.

delete

Bir NSP profilini siler.

get

Belirtilen NSP profilini alır.

list

Belirtilen ağ güvenlik çevresindeki NSP profillerini listeler.

Özellik Ayrıntıları

createOrUpdate

Bir ağ profili oluşturur veya güncelleştirir.

createOrUpdate: (resourceGroupName: string, networkSecurityPerimeterName: string, profileName: string, parameters: NspProfile, options?: NetworkSecurityPerimeterProfilesCreateOrUpdateOptionalParams) => Promise<NspProfile>

Özellik Değeri

(resourceGroupName: string, networkSecurityPerimeterName: string, profileName: string, parameters: NspProfile, options?: NetworkSecurityPerimeterProfilesCreateOrUpdateOptionalParams) => Promise<NspProfile>

delete

Bir NSP profilini siler.

delete: (resourceGroupName: string, networkSecurityPerimeterName: string, profileName: string, options?: NetworkSecurityPerimeterProfilesDeleteOptionalParams) => Promise<void>

Özellik Değeri

(resourceGroupName: string, networkSecurityPerimeterName: string, profileName: string, options?: NetworkSecurityPerimeterProfilesDeleteOptionalParams) => Promise<void>

get

Belirtilen NSP profilini alır.

get: (resourceGroupName: string, networkSecurityPerimeterName: string, profileName: string, options?: NetworkSecurityPerimeterProfilesGetOptionalParams) => Promise<NspProfile>

Özellik Değeri

(resourceGroupName: string, networkSecurityPerimeterName: string, profileName: string, options?: NetworkSecurityPerimeterProfilesGetOptionalParams) => Promise<NspProfile>

list

Belirtilen ağ güvenlik çevresindeki NSP profillerini listeler.

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

Özellik Değeri

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