2021-10-18 22:18:15 +00:00
|
|
|
// *** WARNING: this file was generated by test. ***
|
|
|
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
|
|
|
|
|
|
using System;
|
|
|
|
using System.Collections.Generic;
|
|
|
|
using System.Collections.Immutable;
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
using Pulumi.Serialization;
|
|
|
|
|
|
|
|
namespace Pulumi.Mypkg.Inputs
|
|
|
|
{
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Bastion Shareable Link.
|
|
|
|
/// </summary>
|
2022-07-27 09:24:21 +00:00
|
|
|
public sealed class BastionShareableLinkArgs : global::Pulumi.ResourceArgs
|
2021-10-18 22:18:15 +00:00
|
|
|
{
|
|
|
|
/// <summary>
|
|
|
|
/// Reference of the virtual machine resource.
|
|
|
|
/// </summary>
|
|
|
|
[Input("vm", required: true)]
|
|
|
|
public Input<string> Vm { get; set; } = null!;
|
|
|
|
|
|
|
|
public BastionShareableLinkArgs()
|
|
|
|
{
|
|
|
|
}
|
2022-07-27 09:23:34 +00:00
|
|
|
public static new BastionShareableLinkArgs Empty => new BastionShareableLinkArgs();
|
2021-10-18 22:18:15 +00:00
|
|
|
}
|
|
|
|
}
|