Uses of Class
com.azure.resourcemanager.network.models.BastionShareableLinkTokenListRequest
Packages that use BastionShareableLinkTokenListRequest
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of BastionShareableLinkTokenListRequest in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type BastionShareableLinkTokenListRequestModifier and TypeMethodDescriptionNetworkManagementClient.beginDeleteBastionShareableLinkByToken(String resourceGroupName, String bastionHostname, BastionShareableLinkTokenListRequest bslTokenRequest) Deletes the Bastion Shareable Links for all the tokens specified in the request.NetworkManagementClient.beginDeleteBastionShareableLinkByToken(String resourceGroupName, String bastionHostname, BastionShareableLinkTokenListRequest bslTokenRequest, com.azure.core.util.Context context) Deletes the Bastion Shareable Links for all the tokens specified in the request.NetworkManagementClient.beginDeleteBastionShareableLinkByTokenAsync(String resourceGroupName, String bastionHostname, BastionShareableLinkTokenListRequest bslTokenRequest) Deletes the Bastion Shareable Links for all the tokens specified in the request.voidNetworkManagementClient.deleteBastionShareableLinkByToken(String resourceGroupName, String bastionHostname, BastionShareableLinkTokenListRequest bslTokenRequest) Deletes the Bastion Shareable Links for all the tokens specified in the request.voidNetworkManagementClient.deleteBastionShareableLinkByToken(String resourceGroupName, String bastionHostname, BastionShareableLinkTokenListRequest bslTokenRequest, com.azure.core.util.Context context) Deletes the Bastion Shareable Links for all the tokens specified in the request.NetworkManagementClient.deleteBastionShareableLinkByTokenAsync(String resourceGroupName, String bastionHostname, BastionShareableLinkTokenListRequest bslTokenRequest) Deletes the Bastion Shareable Links for all the tokens specified in the request.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> NetworkManagementClient.deleteBastionShareableLinkByTokenWithResponseAsync(String resourceGroupName, String bastionHostname, BastionShareableLinkTokenListRequest bslTokenRequest) Deletes the Bastion Shareable Links for all the tokens specified in the request. -
Uses of BastionShareableLinkTokenListRequest in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type BastionShareableLinkTokenListRequestModifier and TypeClassDescriptionfinal classPost request for Delete Bastion Shareable Link By Token endpoint.Methods in com.azure.resourcemanager.network.models that return BastionShareableLinkTokenListRequestModifier and TypeMethodDescriptionBastionShareableLinkTokenListRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BastionShareableLinkTokenListRequest from the JsonReader.BastionShareableLinkTokenListRequest.withTokens(List<String> tokens) Set the tokens property: List of Bastion Shareable Link Token.