public class BastionShareableLinkListRequest extends Object
| Constructor and Description |
|---|
BastionShareableLinkListRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<com.microsoft.azure.management.network.implementation.BastionShareableLinkInner> |
vms()
Get list of VM references.
|
BastionShareableLinkListRequest |
withVms(List<com.microsoft.azure.management.network.implementation.BastionShareableLinkInner> vms)
Set list of VM references.
|
public List<com.microsoft.azure.management.network.implementation.BastionShareableLinkInner> vms()
public BastionShareableLinkListRequest withVms(List<com.microsoft.azure.management.network.implementation.BastionShareableLinkInner> vms)
vms - the vms value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/