Uses of Class
com.azure.resourcemanager.network.models.BastionShareableLinkListRequest
Packages that use BastionShareableLinkListRequest
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of BastionShareableLinkListRequest in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type BastionShareableLinkListRequestModifier and TypeMethodDescriptionNetworkManagementClient.beginDeleteBastionShareableLink(String resourceGroupName, String bastionHostname, BastionShareableLinkListRequest bslRequest) Deletes the Bastion Shareable Links for all the VMs specified in the request.NetworkManagementClient.beginDeleteBastionShareableLink(String resourceGroupName, String bastionHostname, BastionShareableLinkListRequest bslRequest, com.azure.core.util.Context context) Deletes the Bastion Shareable Links for all the VMs specified in the request.NetworkManagementClient.beginDeleteBastionShareableLinkAsync(String resourceGroupName, String bastionHostname, BastionShareableLinkListRequest bslRequest) Deletes the Bastion Shareable Links for all the VMs specified in the request.voidNetworkManagementClient.deleteBastionShareableLink(String resourceGroupName, String bastionHostname, BastionShareableLinkListRequest bslRequest) Deletes the Bastion Shareable Links for all the VMs specified in the request.voidNetworkManagementClient.deleteBastionShareableLink(String resourceGroupName, String bastionHostname, BastionShareableLinkListRequest bslRequest, com.azure.core.util.Context context) Deletes the Bastion Shareable Links for all the VMs specified in the request.NetworkManagementClient.deleteBastionShareableLinkAsync(String resourceGroupName, String bastionHostname, BastionShareableLinkListRequest bslRequest) Deletes the Bastion Shareable Links for all the VMs specified in the request.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> NetworkManagementClient.deleteBastionShareableLinkWithResponseAsync(String resourceGroupName, String bastionHostname, BastionShareableLinkListRequest bslRequest) Deletes the Bastion Shareable Links for all the VMs specified in the request.com.azure.core.http.rest.PagedIterable<BastionShareableLinkInner> NetworkManagementClient.getBastionShareableLink(String resourceGroupName, String bastionHostname, BastionShareableLinkListRequest bslRequest) Return the Bastion Shareable Links for all the VMs specified in the request.com.azure.core.http.rest.PagedIterable<BastionShareableLinkInner> NetworkManagementClient.getBastionShareableLink(String resourceGroupName, String bastionHostname, BastionShareableLinkListRequest bslRequest, com.azure.core.util.Context context) Return the Bastion Shareable Links for all the VMs specified in the request.com.azure.core.http.rest.PagedFlux<BastionShareableLinkInner> NetworkManagementClient.getBastionShareableLinkAsync(String resourceGroupName, String bastionHostname, BastionShareableLinkListRequest bslRequest) Return the Bastion Shareable Links for all the VMs specified in the request.com.azure.core.http.rest.PagedIterable<BastionShareableLinkInner> NetworkManagementClient.putBastionShareableLink(String resourceGroupName, String bastionHostname, BastionShareableLinkListRequest bslRequest) Creates a Bastion Shareable Links for all the VMs specified in the request.com.azure.core.http.rest.PagedIterable<BastionShareableLinkInner> NetworkManagementClient.putBastionShareableLink(String resourceGroupName, String bastionHostname, BastionShareableLinkListRequest bslRequest, com.azure.core.util.Context context) Creates a Bastion Shareable Links for all the VMs specified in the request.com.azure.core.http.rest.PagedFlux<BastionShareableLinkInner> NetworkManagementClient.putBastionShareableLinkAsync(String resourceGroupName, String bastionHostname, BastionShareableLinkListRequest bslRequest) Creates a Bastion Shareable Links for all the VMs specified in the request. -
Uses of BastionShareableLinkListRequest in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return BastionShareableLinkListRequestModifier and TypeMethodDescriptionBastionShareableLinkListRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BastionShareableLinkListRequest from the JsonReader.BastionShareableLinkListRequest.withVms(List<BastionShareableLinkInner> vms) Set the vms property: List of VM references.