Class ElastigroupNetworkArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.SpotInst.Azure.Inputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class ElastigroupNetworkArgs : ResourceArgs
Constructors
View SourceElastigroupNetworkArgs()
Declaration
public ElastigroupNetworkArgs()
Properties
View SourceAdditionalIpConfigs
Declaration
public InputList<ElastigroupNetworkAdditionalIpConfigArgs> AdditionalIpConfigs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ElastigroupNetworkAdditionalIpConfigArgs> |
AssignPublicIp
Declaration
public Input<bool> AssignPublicIp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
ResourceGroupName
The Resource Group that the user-assigned managed identity resides in.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SubnetName
Declaration
public Input<string> SubnetName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VirtualNetworkName
Declaration
public Input<string> VirtualNetworkName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |