NetworkSecurityPerimeterProfilesOperations interface

Interface representing a NetworkSecurityPerimeterProfiles operations.

Properties

createOrUpdate

Creates or updates a network profile.

delete

Deletes an NSP profile.

get

Gets the specified NSP profile.

list

Lists the NSP profiles in the specified network security perimeter.

Property Details

createOrUpdate

Creates or updates a network profile.

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

Property Value

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

delete

Deletes an NSP profile.

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

Property Value

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

get

Gets the specified NSP profile.

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

Property Value

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

list

Lists the NSP profiles in the specified network security perimeter.

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

Property Value

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