NetworkSecurityPerimetersOperations interface

Interface representing a NetworkSecurityPerimeters operations.

Properties

beginDelete
beginDeleteAndWait
createOrUpdate

Creates or updates a Network Security Perimeter.

delete

Deletes a network security perimeter.

get

Gets the specified network security perimeter by the name.

list

List network security perimeters in a resource group.

listBySubscription

List all network security perimeters in a subscription.

patch

Patch Tags for a Network Security Perimeter.

Property Details

beginDelete

Warning

This API is now deprecated.

use delete instead

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

Property Value

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

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

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

Property Value

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

createOrUpdate

Creates or updates a Network Security Perimeter.

createOrUpdate: (resourceGroupName: string, networkSecurityPerimeterName: string, parameters: NetworkSecurityPerimeter, options?: NetworkSecurityPerimetersCreateOrUpdateOptionalParams) => Promise<NetworkSecurityPerimeter>

Property Value

(resourceGroupName: string, networkSecurityPerimeterName: string, parameters: NetworkSecurityPerimeter, options?: NetworkSecurityPerimetersCreateOrUpdateOptionalParams) => Promise<NetworkSecurityPerimeter>

delete

Deletes a network security perimeter.

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

Property Value

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

get

Gets the specified network security perimeter by the name.

get: (resourceGroupName: string, networkSecurityPerimeterName: string, options?: NetworkSecurityPerimetersGetOptionalParams) => Promise<NetworkSecurityPerimeter>

Property Value

(resourceGroupName: string, networkSecurityPerimeterName: string, options?: NetworkSecurityPerimetersGetOptionalParams) => Promise<NetworkSecurityPerimeter>

list

List network security perimeters in a resource group.

list: (resourceGroupName: string, options?: NetworkSecurityPerimetersListOptionalParams) => PagedAsyncIterableIterator<NetworkSecurityPerimeter, NetworkSecurityPerimeter[], PageSettings>

Property Value

(resourceGroupName: string, options?: NetworkSecurityPerimetersListOptionalParams) => PagedAsyncIterableIterator<NetworkSecurityPerimeter, NetworkSecurityPerimeter[], PageSettings>

listBySubscription

List all network security perimeters in a subscription.

listBySubscription: (options?: NetworkSecurityPerimetersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkSecurityPerimeter, NetworkSecurityPerimeter[], PageSettings>

Property Value

(options?: NetworkSecurityPerimetersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkSecurityPerimeter, NetworkSecurityPerimeter[], PageSettings>

patch

Patch Tags for a Network Security Perimeter.

patch: (resourceGroupName: string, networkSecurityPerimeterName: string, parameters: UpdateTagsRequest, options?: NetworkSecurityPerimetersPatchOptionalParams) => Promise<NetworkSecurityPerimeter>

Property Value

(resourceGroupName: string, networkSecurityPerimeterName: string, parameters: UpdateTagsRequest, options?: NetworkSecurityPerimetersPatchOptionalParams) => Promise<NetworkSecurityPerimeter>