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 SourceAllocationType
Declaration
public readonly string AllocationType
Field Value
| Type | Description |
|---|---|
| System.String |
Attached
Declaration
public readonly bool? Attached
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
NamePrefix
Declaration
public readonly string NamePrefix
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
ResourceGroupName
Declaration
public readonly string ResourceGroupName
Field Value
| Type | Description |
|---|---|
| System.String |