Show / Hide Table of Contents

Class PreconditionsArgs

Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.

Inheritance
System.Object
InputArgs
ResourceArgs
PreconditionsArgs
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.Kubernetes.Types.Inputs.Meta.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class PreconditionsArgs : ResourceArgs

Properties

View Source

ResourceVersion

Specifies the target ResourceVersion

Declaration
public Input<string> ResourceVersion { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Uid

Specifies the target UID.

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