Class GetPublicIPArgs
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 GetPublicIPArgs : InvokeArgs
Constructors
View SourceGetPublicIPArgs()
Declaration
public GetPublicIPArgs()
Properties
View SourceName
Specifies the name of the public IP address.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupName
Specifies the name of the resource group.
Declaration
public string ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Tags
A mapping of tags to assigned to the resource.
Declaration
public Dictionary<string, string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.String> |
Zones
Declaration
public List<string> Zones { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |