Show / Hide Table of Contents

Class EndpointSubnet

Inheritance
System.Object
EndpointSubnet
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EndpointSubnet

Fields

View Source

First

The First IP....

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

Last

The Last IP...

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

Scope

The Scope...

Declaration
public readonly int? Scope
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.