BastionHostsClient Interface
Implements
public interface BastionHostsClient
extends InnerSupportsGet<BastionHostInner>, InnerSupportsListing<BastionHostInner>, InnerSupportsDelete<Void>
An instance of this class provides access to all the operations defined in BastionHostsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<BastionHostInner>,BastionHostInner> beginCreateOrUpdate(String resourceGroupName, String bastionHostname, BastionHostInner parameters)
Creates or updates the specified Bastion Host.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<BastionHostInner>,BastionHostInner> beginCreateOrUpdate(String resourceGroupName, String bastionHostname, BastionHostInner parameters, Context context)
Creates or updates the specified Bastion Host.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux<PollResult<BastionHostInner>,BastionHostInner> beginCreateOrUpdateAsync(String resourceGroupName, String bastionHostname, BastionHostInner parameters)
Creates or updates the specified Bastion Host.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String bastionHostname)
Deletes the specified Bastion Host.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String bastionHostname, Context context)
Deletes the specified Bastion Host.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String bastionHostname)
Deletes the specified Bastion Host.
Parameters:
Returns:
beginUpdateTags
public abstract SyncPoller<PollResult<BastionHostInner>,BastionHostInner> beginUpdateTags(String resourceGroupName, String bastionHostname, TagsObject parameters)
Updates Tags for BastionHost resource.
Parameters:
Returns:
beginUpdateTags
public abstract SyncPoller<PollResult<BastionHostInner>,BastionHostInner> beginUpdateTags(String resourceGroupName, String bastionHostname, TagsObject parameters, Context context)
Updates Tags for BastionHost resource.
Parameters:
Returns:
beginUpdateTagsAsync
public abstract PollerFlux<PollResult<BastionHostInner>,BastionHostInner> beginUpdateTagsAsync(String resourceGroupName, String bastionHostname, TagsObject parameters)
Updates Tags for BastionHost resource.
Parameters:
Returns:
createOrUpdate
public abstract BastionHostInner createOrUpdate(String resourceGroupName, String bastionHostname, BastionHostInner parameters)
Creates or updates the specified Bastion Host.
Parameters:
Returns:
createOrUpdate
public abstract BastionHostInner createOrUpdate(String resourceGroupName, String bastionHostname, BastionHostInner parameters, Context context)
Creates or updates the specified Bastion Host.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono<BastionHostInner> createOrUpdateAsync(String resourceGroupName, String bastionHostname, BastionHostInner parameters)
Creates or updates the specified Bastion Host.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String bastionHostname, BastionHostInner parameters)
Creates or updates the specified Bastion Host.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String bastionHostname)
Deletes the specified Bastion Host.
Parameters:
delete
public abstract void delete(String resourceGroupName, String bastionHostname, Context context)
Deletes the specified Bastion Host.
Parameters:
deleteAsync
public abstract Mono<Void> deleteAsync(String resourceGroupName, String bastionHostname)
Deletes the specified Bastion Host.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String bastionHostname)
Deletes the specified Bastion Host.
Parameters:
Returns:
getByResourceGroup
public abstract BastionHostInner getByResourceGroup(String resourceGroupName, String bastionHostname)
Gets the specified Bastion Host.
Parameters:
Returns:
getByResourceGroupAsync
public abstract Mono<BastionHostInner> getByResourceGroupAsync(String resourceGroupName, String bastionHostname)
Gets the specified Bastion Host.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<BastionHostInner> getByResourceGroupWithResponse(String resourceGroupName, String bastionHostname, Context context)
Gets the specified Bastion Host.
Parameters:
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono<Response<BastionHostInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String bastionHostname)
Gets the specified Bastion Host.
Parameters:
Returns:
list
public abstract PagedIterable<BastionHostInner> list()
Lists all Bastion Hosts in a subscription.
Returns:
list
public abstract PagedIterable<BastionHostInner> list(Context context)
Lists all Bastion Hosts in a subscription.
Parameters:
Returns:
listAsync
public abstract PagedFlux<BastionHostInner> listAsync()
Lists all Bastion Hosts in a subscription.
Returns:
listByResourceGroup
public abstract PagedIterable<BastionHostInner> listByResourceGroup(String resourceGroupName)
Lists all Bastion Hosts in a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<BastionHostInner> listByResourceGroup(String resourceGroupName, Context context)
Lists all Bastion Hosts in a resource group.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux<BastionHostInner> listByResourceGroupAsync(String resourceGroupName)
Lists all Bastion Hosts in a resource group.
Parameters:
Returns:
updateTags
public abstract BastionHostInner updateTags(String resourceGroupName, String bastionHostname, TagsObject parameters)
Updates Tags for BastionHost resource.
Parameters:
Returns:
updateTags
public abstract BastionHostInner updateTags(String resourceGroupName, String bastionHostname, TagsObject parameters, Context context)
Updates Tags for BastionHost resource.
Parameters:
Returns:
updateTagsAsync
public abstract Mono<BastionHostInner> updateTagsAsync(String resourceGroupName, String bastionHostname, TagsObject parameters)
Updates Tags for BastionHost resource.
Parameters:
Returns:
updateTagsWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> updateTagsWithResponseAsync(String resourceGroupName, String bastionHostname, TagsObject parameters)
Updates Tags for BastionHost resource.
Parameters:
Returns: