SecurityAdminConfigurationsClient Interface

public interface SecurityAdminConfigurationsClient

An instance of this class provides access to all the operations defined in SecurityAdminConfigurationsClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String networkManagerName, String configurationName)

Deletes a network manager security admin configuration.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String networkManagerName, String configurationName, Boolean force, Context context)

Deletes a network manager security admin configuration.

abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String networkManagerName, String configurationName)

Deletes a network manager security admin configuration.

abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String networkManagerName, String configurationName, Boolean force)

Deletes a network manager security admin configuration.

abstract SecurityAdminConfigurationInner createOrUpdate(String resourceGroupName, String networkManagerName, String configurationName, SecurityAdminConfigurationInner securityAdminConfiguration)

Creates or updates a network manager security admin configuration.

abstract Mono<SecurityAdminConfigurationInner> createOrUpdateAsync(String resourceGroupName, String networkManagerName, String configurationName, SecurityAdminConfigurationInner securityAdminConfiguration)

Creates or updates a network manager security admin configuration.

abstract Response<SecurityAdminConfigurationInner> createOrUpdateWithResponse(String resourceGroupName, String networkManagerName, String configurationName, SecurityAdminConfigurationInner securityAdminConfiguration, Context context)

Creates or updates a network manager security admin configuration.

abstract Mono<Response<SecurityAdminConfigurationInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String networkManagerName, String configurationName, SecurityAdminConfigurationInner securityAdminConfiguration)

Creates or updates a network manager security admin configuration.

abstract void delete(String resourceGroupName, String networkManagerName, String configurationName)

Deletes a network manager security admin configuration.

abstract void delete(String resourceGroupName, String networkManagerName, String configurationName, Boolean force, Context context)

Deletes a network manager security admin configuration.

abstract Mono<Void> deleteAsync(String resourceGroupName, String networkManagerName, String configurationName)

Deletes a network manager security admin configuration.

abstract Mono<Void> deleteAsync(String resourceGroupName, String networkManagerName, String configurationName, Boolean force)

Deletes a network manager security admin configuration.

abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String networkManagerName, String configurationName, Boolean force)

Deletes a network manager security admin configuration.

abstract SecurityAdminConfigurationInner get(String resourceGroupName, String networkManagerName, String configurationName)

Retrieves a network manager security admin configuration.

abstract Mono<SecurityAdminConfigurationInner> getAsync(String resourceGroupName, String networkManagerName, String configurationName)

Retrieves a network manager security admin configuration.

abstract Response<SecurityAdminConfigurationInner> getWithResponse(String resourceGroupName, String networkManagerName, String configurationName, Context context)

Retrieves a network manager security admin configuration.

abstract Mono<Response<SecurityAdminConfigurationInner>> getWithResponseAsync(String resourceGroupName, String networkManagerName, String configurationName)

Retrieves a network manager security admin configuration.

abstract PagedIterable<SecurityAdminConfigurationInner> list(String resourceGroupName, String networkManagerName)

Lists all the network manager security admin configurations in a network manager, in a paginated format.

abstract PagedIterable<SecurityAdminConfigurationInner> list(String resourceGroupName, String networkManagerName, Integer top, String skipToken, Context context)

Lists all the network manager security admin configurations in a network manager, in a paginated format.

abstract PagedFlux<SecurityAdminConfigurationInner> listAsync(String resourceGroupName, String networkManagerName)

Lists all the network manager security admin configurations in a network manager, in a paginated format.

abstract PagedFlux<SecurityAdminConfigurationInner> listAsync(String resourceGroupName, String networkManagerName, Integer top, String skipToken)

Lists all the network manager security admin configurations in a network manager, in a paginated format.

Method Details

beginDelete

public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String networkManagerName, String configurationName)

Deletes a network manager security admin configuration.

Parameters:

resourceGroupName - The name of the resource group.
networkManagerName - The name of the network manager.
configurationName - The name of the network manager Security Configuration.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDelete

public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String networkManagerName, String configurationName, Boolean force, Context context)

Deletes a network manager security admin configuration.

Parameters:

resourceGroupName - The name of the resource group.
networkManagerName - The name of the network manager.
configurationName - The name of the network manager Security Configuration.
force - Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDeleteAsync

public abstract PollerFlux,Void> beginDeleteAsync(String resourceGroupName, String networkManagerName, String configurationName)

Deletes a network manager security admin configuration.

Parameters:

resourceGroupName - The name of the resource group.
networkManagerName - The name of the network manager.
configurationName - The name of the network manager Security Configuration.

Returns:

the PollerFlux<T,U> for polling of long-running operation.

beginDeleteAsync

public abstract PollerFlux,Void> beginDeleteAsync(String resourceGroupName, String networkManagerName, String configurationName, Boolean force)

Deletes a network manager security admin configuration.

Parameters:

resourceGroupName - The name of the resource group.
networkManagerName - The name of the network manager.
configurationName - The name of the network manager Security Configuration.
force - Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete.

Returns:

the PollerFlux<T,U> for polling of long-running operation.

createOrUpdate

public abstract SecurityAdminConfigurationInner createOrUpdate(String resourceGroupName, String networkManagerName, String configurationName, SecurityAdminConfigurationInner securityAdminConfiguration)

Creates or updates a network manager security admin configuration.

Parameters:

resourceGroupName - The name of the resource group.
networkManagerName - The name of the network manager.
configurationName - The name of the network manager Security Configuration.
securityAdminConfiguration - The security admin configuration to create or update.

Returns:

defines the security admin configuration.

createOrUpdateAsync

public abstract Mono createOrUpdateAsync(String resourceGroupName, String networkManagerName, String configurationName, SecurityAdminConfigurationInner securityAdminConfiguration)

Creates or updates a network manager security admin configuration.

Parameters:

resourceGroupName - The name of the resource group.
networkManagerName - The name of the network manager.
configurationName - The name of the network manager Security Configuration.
securityAdminConfiguration - The security admin configuration to create or update.

Returns:

defines the security admin configuration on successful completion of Mono.

createOrUpdateWithResponse

public abstract Response createOrUpdateWithResponse(String resourceGroupName, String networkManagerName, String configurationName, SecurityAdminConfigurationInner securityAdminConfiguration, Context context)

Creates or updates a network manager security admin configuration.

Parameters:

resourceGroupName - The name of the resource group.
networkManagerName - The name of the network manager.
configurationName - The name of the network manager Security Configuration.
securityAdminConfiguration - The security admin configuration to create or update.
context - The context to associate with this operation.

Returns:

defines the security admin configuration along with Response<T>.

createOrUpdateWithResponseAsync

public abstract Mono> createOrUpdateWithResponseAsync(String resourceGroupName, String networkManagerName, String configurationName, SecurityAdminConfigurationInner securityAdminConfiguration)

Creates or updates a network manager security admin configuration.

Parameters:

resourceGroupName - The name of the resource group.
networkManagerName - The name of the network manager.
configurationName - The name of the network manager Security Configuration.
securityAdminConfiguration - The security admin configuration to create or update.

Returns:

defines the security admin configuration along with Response<T> on successful completion of Mono.

delete

public abstract void delete(String resourceGroupName, String networkManagerName, String configurationName)

Deletes a network manager security admin configuration.

Parameters:

resourceGroupName - The name of the resource group.
networkManagerName - The name of the network manager.
configurationName - The name of the network manager Security Configuration.

delete

public abstract void delete(String resourceGroupName, String networkManagerName, String configurationName, Boolean force, Context context)

Deletes a network manager security admin configuration.

Parameters:

resourceGroupName - The name of the resource group.
networkManagerName - The name of the network manager.
configurationName - The name of the network manager Security Configuration.
force - Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete.
context - The context to associate with this operation.

deleteAsync

public abstract Mono deleteAsync(String resourceGroupName, String networkManagerName, String configurationName)

Deletes a network manager security admin configuration.

Parameters:

resourceGroupName - The name of the resource group.
networkManagerName - The name of the network manager.
configurationName - The name of the network manager Security Configuration.

Returns:

A Mono that completes when a successful response is received.

deleteAsync

public abstract Mono deleteAsync(String resourceGroupName, String networkManagerName, String configurationName, Boolean force)

Deletes a network manager security admin configuration.

Parameters:

resourceGroupName - The name of the resource group.
networkManagerName - The name of the network manager.
configurationName - The name of the network manager Security Configuration.
force - Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete.

Returns:

A Mono that completes when a successful response is received.

deleteWithResponseAsync

public abstract Mono>> deleteWithResponseAsync(String resourceGroupName, String networkManagerName, String configurationName, Boolean force)

Deletes a network manager security admin configuration.

Parameters:

resourceGroupName - The name of the resource group.
networkManagerName - The name of the network manager.
configurationName - The name of the network manager Security Configuration.
force - Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete.

Returns:

the Response<T> on successful completion of Mono.

get

public abstract SecurityAdminConfigurationInner get(String resourceGroupName, String networkManagerName, String configurationName)

Retrieves a network manager security admin configuration.

Parameters:

resourceGroupName - The name of the resource group.
networkManagerName - The name of the network manager.
configurationName - The name of the network manager Security Configuration.

Returns:

defines the security admin configuration.

getAsync

public abstract Mono getAsync(String resourceGroupName, String networkManagerName, String configurationName)

Retrieves a network manager security admin configuration.

Parameters:

resourceGroupName - The name of the resource group.
networkManagerName - The name of the network manager.
configurationName - The name of the network manager Security Configuration.

Returns:

defines the security admin configuration on successful completion of Mono.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String networkManagerName, String configurationName, Context context)

Retrieves a network manager security admin configuration.

Parameters:

resourceGroupName - The name of the resource group.
networkManagerName - The name of the network manager.
configurationName - The name of the network manager Security Configuration.
context - The context to associate with this operation.

Returns:

defines the security admin configuration along with Response<T>.

getWithResponseAsync

public abstract Mono> getWithResponseAsync(String resourceGroupName, String networkManagerName, String configurationName)

Retrieves a network manager security admin configuration.

Parameters:

resourceGroupName - The name of the resource group.
networkManagerName - The name of the network manager.
configurationName - The name of the network manager Security Configuration.

Returns:

defines the security admin configuration along with Response<T> on successful completion of Mono.

list

public abstract PagedIterable list(String resourceGroupName, String networkManagerName)

Lists all the network manager security admin configurations in a network manager, in a paginated format.

Parameters:

resourceGroupName - The name of the resource group.
networkManagerName - The name of the network manager.

Returns:

a list of network manager security admin configurations as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(String resourceGroupName, String networkManagerName, Integer top, String skipToken, Context context)

Lists all the network manager security admin configurations in a network manager, in a paginated format.

Parameters:

resourceGroupName - The name of the resource group.
networkManagerName - The name of the network manager.
top - An optional query parameter which specifies the maximum number of records to be returned by the server.
skipToken - SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.
context - The context to associate with this operation.

Returns:

a list of network manager security admin configurations as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux listAsync(String resourceGroupName, String networkManagerName)

Lists all the network manager security admin configurations in a network manager, in a paginated format.

Parameters:

resourceGroupName - The name of the resource group.
networkManagerName - The name of the network manager.

Returns:

a list of network manager security admin configurations as paginated response with PagedFlux<T>.

listAsync

public abstract PagedFlux listAsync(String resourceGroupName, String networkManagerName, Integer top, String skipToken)

Lists all the network manager security admin configurations in a network manager, in a paginated format.

Parameters:

resourceGroupName - The name of the resource group.
networkManagerName - The name of the network manager.
top - An optional query parameter which specifies the maximum number of records to be returned by the server.
skipToken - SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.

Returns:

a list of network manager security admin configurations as paginated response with PagedFlux<T>.

Applies to