Show / Hide Table of Contents

Class ServiceTemplateGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceTemplateGetArgs
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.Gcp.CloudRun.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ServiceTemplateGetArgs : ResourceArgs

Constructors

View Source

ServiceTemplateGetArgs()

Declaration
public ServiceTemplateGetArgs()

Properties

View Source

Metadata

Metadata associated with this Service, including name, namespace, labels, and annotations. Structure is documented below.

Declaration
public Input<ServiceTemplateMetadataGetArgs> Metadata { get; set; }
Property Value
Type Description
Input<ServiceTemplateMetadataGetArgs>
View Source

Spec

RevisionSpec holds the desired state of the Revision (from the client). Structure is documented below.

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