Class BastionHostIpConfiguration
Inheritance
System.Object
BastionHostIpConfiguration
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.Azure.Compute.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class BastionHostIpConfiguration
Fields
View SourceName
The name of the IP configuration.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
PublicIpAddressId
Reference to a Public IP Address to associate with this Bastion Host.
Declaration
public readonly string PublicIpAddressId
Field Value
| Type | Description |
|---|---|
| System.String |
SubnetId
Reference to a subnet in which this Bastion Host has been created.
Declaration
public readonly string SubnetId
Field Value
| Type | Description |
|---|---|
| System.String |