Show / Hide Table of Contents

Class GetPublicIPsResult

Inheritance
System.Object
GetPublicIPsResult
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.Network
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetPublicIPsResult

Fields

View Source

AllocationType

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

Attached

Declaration
public readonly bool? Attached
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Id

The provider-assigned unique ID for this managed resource.

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

NamePrefix

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

PublicIps

A List of public_ips blocks as defined below filtered by the criteria above.

Declaration
public readonly ImmutableArray<GetPublicIPsPublicIpResult> PublicIps
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetPublicIPsPublicIpResult>
View Source

ResourceGroupName

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