Show / Hide Table of Contents

Class GetBackendBucket

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

Methods

View Source

InvokeAsync(GetBackendBucketArgs, InvokeOptions)

Get information about a BackendBucket.

{{% examples %}}

Example Usage

{{% example %}}

using Pulumi;
using Gcp = Pulumi.Gcp;

class MyStack : Stack
{
public MyStack()
{
    var my_backend_bucket = Output.Create(Gcp.Compute.GetBackendBucket.InvokeAsync(new Gcp.Compute.GetBackendBucketArgs
    {
        Name = "my-backend",
    }));
}

}

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

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