Show / Hide Table of Contents

Class GetIpRanges

Inheritance
System.Object
GetIpRanges
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.Github
Assembly: Pulumi.Github.dll
Syntax
public static class GetIpRanges

Methods

View Source

InvokeAsync(InvokeOptions)

Use this data source to retrieve information about GitHub's IP addresses.

{{% examples %}}

Example Usage

{{% example %}}

using Pulumi;
using Github = Pulumi.Github;

class MyStack : Stack
{
public MyStack()
{
    var test = Output.Create(Github.GetIpRanges.InvokeAsync());
}

}

{{% /example %}} {{% /examples %}}

Declaration
public static Task<GetIpRangesResult> InvokeAsync(InvokeOptions options = null)
Parameters
Type Name Description
InvokeOptions options
Returns
Type Description
System.Threading.Tasks.Task<GetIpRangesResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.