Show / Hide Table of Contents

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 Source

Name

The name of the IP configuration.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

PublicIpAddressId

Reference to a Public IP Address to associate with this Bastion Host.

Declaration
public readonly string PublicIpAddressId
Field Value
Type Description
System.String
View Source

SubnetId

Reference to a subnet in which this Bastion Host has been created.

Declaration
public readonly string SubnetId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.