Uses of Class
com.azure.resourcemanager.network.fluent.models.BastionShareableLinkInner
Packages that use BastionShareableLinkInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of BastionShareableLinkInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type BastionShareableLinkInnerModifier and TypeMethodDescriptioncom.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 BastionShareableLinkInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return BastionShareableLinkInnerModifier and TypeMethodDescriptionstatic BastionShareableLinkInnerBastionShareableLinkInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BastionShareableLinkInner from the JsonReader.Set the vm property: Reference of the virtual machine resource. -
Uses of BastionShareableLinkInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type BastionShareableLinkInnerModifier and TypeMethodDescriptionBastionShareableLinkListResult.value()Get the value property: List of Bastion Shareable Links for the request.BastionShareableLinkListRequest.vms()Get the vms property: List of VM references.Method parameters in com.azure.resourcemanager.network.models with type arguments of type BastionShareableLinkInnerModifier and TypeMethodDescriptionBastionShareableLinkListResult.withValue(List<BastionShareableLinkInner> value) Set the value property: List of Bastion Shareable Links for the request.BastionShareableLinkListRequest.withVms(List<BastionShareableLinkInner> vms) Set the vms property: List of VM references.