Show / Hide Table of Contents

Class TrafficManagerEndpointSubnetGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TrafficManagerEndpointSubnetGetArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class TrafficManagerEndpointSubnetGetArgs : ResourceArgs

Constructors

View Source

TrafficManagerEndpointSubnetGetArgs()

Declaration
public TrafficManagerEndpointSubnetGetArgs()

Properties

View Source

First

The First IP....

Declaration
public Input<string> First { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Last

The Last IP...

Declaration
public Input<string> Last { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Scope

The Scope...

Declaration
public Input<int> Scope { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.