com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
NetworkManagementClient.beginDeleteBastionShareableLink(String resourceGroupName,
String bastionHostname,
BastionShareableLinkListRequest bslRequest) |
Deletes the Bastion Shareable Links for all the VMs specified in the request.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
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.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
NetworkManagementClient.beginDeleteBastionShareableLinkAsync(String resourceGroupName,
String bastionHostname,
BastionShareableLinkListRequest bslRequest) |
Deletes the Bastion Shareable Links for all the VMs specified in the request.
|
void |
NetworkManagementClient.deleteBastionShareableLink(String resourceGroupName,
String bastionHostname,
BastionShareableLinkListRequest bslRequest) |
Deletes the Bastion Shareable Links for all the VMs specified in the request.
|
void |
NetworkManagementClient.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.
|
Mono<Void> |
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.
|