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
Creates or updates the specified Bastion Host.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Creates or updates the specified Bastion Host.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Creates or updates the specified Bastion Host.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified Bastion Host.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified Bastion Host.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Deletes the specified Bastion Host.
Parameters:
Returns:
beginUpdateTags
public abstract SyncPoller
Updates Tags for BastionHost resource.
Parameters:
Returns:
beginUpdateTags
public abstract SyncPoller
Updates Tags for BastionHost resource.
Parameters:
Returns:
beginUpdateTagsAsync
public abstract PollerFlux
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
Creates or updates the specified Bastion Host.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
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
Deletes the specified Bastion Host.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
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
Gets the specified Bastion Host.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response
Gets the specified Bastion Host.
Parameters:
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono
Gets the specified Bastion Host.
Parameters:
Returns:
list
public abstract PagedIterable
Lists all Bastion Hosts in a subscription.
Returns:
list
public abstract PagedIterable
Lists all Bastion Hosts in a subscription.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Lists all Bastion Hosts in a subscription.
Returns:
listByResourceGroup
public abstract PagedIterable
Lists all Bastion Hosts in a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable
Lists all Bastion Hosts in a resource group.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux
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
Updates Tags for BastionHost resource.
Parameters:
Returns:
updateTagsWithResponseAsync
public abstract Mono
Updates Tags for BastionHost resource.
Parameters:
Returns:
Applies to
Azure SDK for Java