Class GetPublicIPResult
Inheritance
System.Object
GetPublicIPResult
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 GetPublicIPResult
Fields
View SourceAllocationMethod
Declaration
public readonly string AllocationMethod
Field Value
| Type | Description |
|---|---|
| System.String |
DomainNameLabel
The label for the Domain Name.
Declaration
public readonly string DomainNameLabel
Field Value
| Type | Description |
|---|---|
| System.String |
Fqdn
Fully qualified domain name of the A DNS record associated with the public IP. This is the concatenation of the domainNameLabel and the regionalized DNS zone.
Declaration
public readonly string Fqdn
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
IdleTimeoutInMinutes
Specifies the timeout for the TCP idle connection.
Declaration
public readonly int IdleTimeoutInMinutes
Field Value
| Type | Description |
|---|---|
| System.Int32 |
IpAddress
The IP address value that was allocated.
Declaration
public readonly string IpAddress
Field Value
| Type | Description |
|---|---|
| System.String |
IpVersion
The IP version being used, for example IPv4 or IPv6.
Declaration
public readonly string IpVersion
Field Value
| Type | Description |
|---|---|
| System.String |
Location
Declaration
public readonly string Location
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupName
Declaration
public readonly string ResourceGroupName
Field Value
| Type | Description |
|---|---|
| System.String |
ReverseFqdn
Declaration
public readonly string ReverseFqdn
Field Value
| Type | Description |
|---|---|
| System.String |
Sku
Declaration
public readonly string Sku
Field Value
| Type | Description |
|---|---|
| System.String |
Tags
A mapping of tags to assigned to the resource.
Declaration
public readonly ImmutableDictionary<string, string> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
Zones
Declaration
public readonly ImmutableArray<string> Zones
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |