Show / Hide Table of Contents

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 Source

AllocationMethod

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

DomainNameLabel

The label for the Domain Name.

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

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
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

IdleTimeoutInMinutes

Specifies the timeout for the TCP idle connection.

Declaration
public readonly int IdleTimeoutInMinutes
Field Value
Type Description
System.Int32
View Source

IpAddress

The IP address value that was allocated.

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

IpVersion

The IP version being used, for example IPv4 or IPv6.

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

Location

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

Name

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

ResourceGroupName

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

ReverseFqdn

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

Sku

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

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>
View Source

Zones

Declaration
public readonly ImmutableArray<string> Zones
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.