Uses of Class
com.azure.resourcemanager.network.fluent.models.BastionShareableLinkInner
-
Packages that use BastionShareableLinkInner Package Description com.azure.resourcemanager.network.fluent Package containing the service clients for NetworkManagementClient.com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 BastionShareableLinkInner Modifier and Type Method Description 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 BastionShareableLinkInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return BastionShareableLinkInner Modifier and Type Method Description BastionShareableLinkInnerBastionShareableLinkInner. withVm(VM vm)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 BastionShareableLinkInner Modifier and Type Method Description List<BastionShareableLinkInner>BastionShareableLinkListResult. value()Get the value property: List of Bastion Shareable Links for the request.List<BastionShareableLinkInner>BastionShareableLinkListRequest. vms()Get the vms property: List of VM references.Method parameters in com.azure.resourcemanager.network.models with type arguments of type BastionShareableLinkInner Modifier and Type Method Description BastionShareableLinkListResultBastionShareableLinkListResult. withValue(List<BastionShareableLinkInner> value)Set the value property: List of Bastion Shareable Links for the request.BastionShareableLinkListRequestBastionShareableLinkListRequest. withVms(List<BastionShareableLinkInner> vms)Set the vms property: List of VM references.
-