FirewallPolicyKubeSelectorGroupsClient Interface
public interface FirewallPolicyKubeSelectorGroupsClient
An instance of this class provides access to all the operations defined in FirewallPolicyKubeSelectorGroupsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<FirewallPolicyKubeSelectorGroupInner>,FirewallPolicyKubeSelectorGroupInner> beginCreateOrUpdate(String resourceGroupName, String firewallPolicyName, String kubeSelectorGroupName, FirewallPolicyKubeSelectorGroupInner resource)
Creates or updates the specified FirewallPolicyKubeSelectorGroup.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<FirewallPolicyKubeSelectorGroupInner>,FirewallPolicyKubeSelectorGroupInner> beginCreateOrUpdate(String resourceGroupName, String firewallPolicyName, String kubeSelectorGroupName, FirewallPolicyKubeSelectorGroupInner resource, Context context)
Creates or updates the specified FirewallPolicyKubeSelectorGroup.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux<PollResult<FirewallPolicyKubeSelectorGroupInner>,FirewallPolicyKubeSelectorGroupInner> beginCreateOrUpdateAsync(String resourceGroupName, String firewallPolicyName, String kubeSelectorGroupName, FirewallPolicyKubeSelectorGroupInner resource)
Creates or updates the specified FirewallPolicyKubeSelectorGroup.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String firewallPolicyName, String kubeSelectorGroupName)
Deletes the specified FirewallPolicyKubeSelectorGroup.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String firewallPolicyName, String kubeSelectorGroupName, Context context)
Deletes the specified FirewallPolicyKubeSelectorGroup.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String firewallPolicyName, String kubeSelectorGroupName)
Deletes the specified FirewallPolicyKubeSelectorGroup.
Parameters:
Returns:
createOrUpdate
public abstract FirewallPolicyKubeSelectorGroupInner createOrUpdate(String resourceGroupName, String firewallPolicyName, String kubeSelectorGroupName, FirewallPolicyKubeSelectorGroupInner resource)
Creates or updates the specified FirewallPolicyKubeSelectorGroup.
Parameters:
Returns:
createOrUpdate
public abstract FirewallPolicyKubeSelectorGroupInner createOrUpdate(String resourceGroupName, String firewallPolicyName, String kubeSelectorGroupName, FirewallPolicyKubeSelectorGroupInner resource, Context context)
Creates or updates the specified FirewallPolicyKubeSelectorGroup.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono<FirewallPolicyKubeSelectorGroupInner> createOrUpdateAsync(String resourceGroupName, String firewallPolicyName, String kubeSelectorGroupName, FirewallPolicyKubeSelectorGroupInner resource)
Creates or updates the specified FirewallPolicyKubeSelectorGroup.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String firewallPolicyName, String kubeSelectorGroupName, FirewallPolicyKubeSelectorGroupInner resource)
Creates or updates the specified FirewallPolicyKubeSelectorGroup.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String firewallPolicyName, String kubeSelectorGroupName)
Deletes the specified FirewallPolicyKubeSelectorGroup.
Parameters:
delete
public abstract void delete(String resourceGroupName, String firewallPolicyName, String kubeSelectorGroupName, Context context)
Deletes the specified FirewallPolicyKubeSelectorGroup.
Parameters:
deleteAsync
public abstract Mono<Void> deleteAsync(String resourceGroupName, String firewallPolicyName, String kubeSelectorGroupName)
Deletes the specified FirewallPolicyKubeSelectorGroup.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String firewallPolicyName, String kubeSelectorGroupName)
Deletes the specified FirewallPolicyKubeSelectorGroup.
Parameters:
Returns:
get
public abstract FirewallPolicyKubeSelectorGroupInner get(String resourceGroupName, String firewallPolicyName, String kubeSelectorGroupName)
Gets the specified FirewallPolicyKubeSelectorGroup.
Parameters:
Returns:
getAsync
public abstract Mono<FirewallPolicyKubeSelectorGroupInner> getAsync(String resourceGroupName, String firewallPolicyName, String kubeSelectorGroupName)
Gets the specified FirewallPolicyKubeSelectorGroup.
Parameters:
Returns:
getWithResponse
public abstract Response<FirewallPolicyKubeSelectorGroupInner> getWithResponse(String resourceGroupName, String firewallPolicyName, String kubeSelectorGroupName, Context context)
Gets the specified FirewallPolicyKubeSelectorGroup.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<FirewallPolicyKubeSelectorGroupInner>> getWithResponseAsync(String resourceGroupName, String firewallPolicyName, String kubeSelectorGroupName)
Gets the specified FirewallPolicyKubeSelectorGroup.
Parameters:
Returns:
list
public abstract PagedIterable<FirewallPolicyKubeSelectorGroupInner> list(String resourceGroupName, String firewallPolicyName)
Lists all FirewallPolicyKubeSelectorGroups in a FirewallPolicy resource.
Parameters:
Returns:
list
public abstract PagedIterable<FirewallPolicyKubeSelectorGroupInner> list(String resourceGroupName, String firewallPolicyName, Context context)
Lists all FirewallPolicyKubeSelectorGroups in a FirewallPolicy resource.
Parameters:
Returns:
listAsync
public abstract PagedFlux<FirewallPolicyKubeSelectorGroupInner> listAsync(String resourceGroupName, String firewallPolicyName)
Lists all FirewallPolicyKubeSelectorGroups in a FirewallPolicy resource.
Parameters:
Returns: