Show / Hide Table of Contents

Class GetBackendService

Inheritance
System.Object
GetBackendService
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 GetBackendService

Methods

View Source

InvokeAsync(GetBackendServiceArgs, InvokeOptions)

Provide access to a Backend Service's attribute. For more information see the official documentation and the API.

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

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