FirewallPolicyKubeSelectorGroupsOperations interface

Interface representing a FirewallPolicyKubeSelectorGroups operations.

Properties

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

Creates or updates the specified FirewallPolicyKubeSelectorGroup.

delete

Deletes the specified FirewallPolicyKubeSelectorGroup.

get

Gets the specified FirewallPolicyKubeSelectorGroup.

list

Lists all FirewallPolicyKubeSelectorGroups in a FirewallPolicy resource.

Property Details

beginCreateOrUpdate

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, firewallPolicyName: string, kubeSelectorGroupName: string, resource: FirewallPolicyKubeSelectorGroup, options?: FirewallPolicyKubeSelectorGroupsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<FirewallPolicyKubeSelectorGroup>, FirewallPolicyKubeSelectorGroup>>

Property Value

(resourceGroupName: string, firewallPolicyName: string, kubeSelectorGroupName: string, resource: FirewallPolicyKubeSelectorGroup, options?: FirewallPolicyKubeSelectorGroupsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<FirewallPolicyKubeSelectorGroup>, FirewallPolicyKubeSelectorGroup>>

beginCreateOrUpdateAndWait

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, firewallPolicyName: string, kubeSelectorGroupName: string, resource: FirewallPolicyKubeSelectorGroup, options?: FirewallPolicyKubeSelectorGroupsCreateOrUpdateOptionalParams) => Promise<FirewallPolicyKubeSelectorGroup>

Property Value

(resourceGroupName: string, firewallPolicyName: string, kubeSelectorGroupName: string, resource: FirewallPolicyKubeSelectorGroup, options?: FirewallPolicyKubeSelectorGroupsCreateOrUpdateOptionalParams) => Promise<FirewallPolicyKubeSelectorGroup>

beginDelete

Warning

This API is now deprecated.

use delete instead

beginDelete: (resourceGroupName: string, firewallPolicyName: string, kubeSelectorGroupName: string, options?: FirewallPolicyKubeSelectorGroupsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(resourceGroupName: string, firewallPolicyName: string, kubeSelectorGroupName: string, options?: FirewallPolicyKubeSelectorGroupsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, firewallPolicyName: string, kubeSelectorGroupName: string, options?: FirewallPolicyKubeSelectorGroupsDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, firewallPolicyName: string, kubeSelectorGroupName: string, options?: FirewallPolicyKubeSelectorGroupsDeleteOptionalParams) => Promise<void>

createOrUpdate

Creates or updates the specified FirewallPolicyKubeSelectorGroup.

createOrUpdate: (resourceGroupName: string, firewallPolicyName: string, kubeSelectorGroupName: string, resource: FirewallPolicyKubeSelectorGroup, options?: FirewallPolicyKubeSelectorGroupsCreateOrUpdateOptionalParams) => PollerLike<OperationState<FirewallPolicyKubeSelectorGroup>, FirewallPolicyKubeSelectorGroup>

Property Value

(resourceGroupName: string, firewallPolicyName: string, kubeSelectorGroupName: string, resource: FirewallPolicyKubeSelectorGroup, options?: FirewallPolicyKubeSelectorGroupsCreateOrUpdateOptionalParams) => PollerLike<OperationState<FirewallPolicyKubeSelectorGroup>, FirewallPolicyKubeSelectorGroup>

delete

Deletes the specified FirewallPolicyKubeSelectorGroup.

delete: (resourceGroupName: string, firewallPolicyName: string, kubeSelectorGroupName: string, options?: FirewallPolicyKubeSelectorGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, firewallPolicyName: string, kubeSelectorGroupName: string, options?: FirewallPolicyKubeSelectorGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Gets the specified FirewallPolicyKubeSelectorGroup.

get: (resourceGroupName: string, firewallPolicyName: string, kubeSelectorGroupName: string, options?: FirewallPolicyKubeSelectorGroupsGetOptionalParams) => Promise<FirewallPolicyKubeSelectorGroup>

Property Value

(resourceGroupName: string, firewallPolicyName: string, kubeSelectorGroupName: string, options?: FirewallPolicyKubeSelectorGroupsGetOptionalParams) => Promise<FirewallPolicyKubeSelectorGroup>

list

Lists all FirewallPolicyKubeSelectorGroups in a FirewallPolicy resource.

list: (resourceGroupName: string, firewallPolicyName: string, options?: FirewallPolicyKubeSelectorGroupsListOptionalParams) => PagedAsyncIterableIterator<FirewallPolicyKubeSelectorGroup, FirewallPolicyKubeSelectorGroup[], PageSettings>

Property Value

(resourceGroupName: string, firewallPolicyName: string, options?: FirewallPolicyKubeSelectorGroupsListOptionalParams) => PagedAsyncIterableIterator<FirewallPolicyKubeSelectorGroup, FirewallPolicyKubeSelectorGroup[], PageSettings>