Class EndpointSubnetArgs
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.TrafficManager.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EndpointSubnetArgs : ResourceArgs
Constructors
View SourceEndpointSubnetArgs()
Declaration
public EndpointSubnetArgs()
Properties
View SourceFirst
The First IP....
Declaration
public Input<string> First { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Last
The Last IP...
Declaration
public Input<string> Last { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Scope
The Scope...
Declaration
public Input<int> Scope { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |