C# Class Pulumi.Yandex.ComputePlacementGroup

Inheritance: Pulumi.CustomResource
Show file Open project: pulumi/pulumi-yandex

Private Properties

Property Type Description
ComputePlacementGroup System
MakeResourceOptions CustomResourceOptions

Public Methods

Method Description
ComputePlacementGroup ( string name, ComputePlacementGroupArgs? args = null, CustomResourceOptions? options = null ) : System

Create a ComputePlacementGroup resource with the given unique name, arguments, and options.

Get ( string name, Input id, ComputePlacementGroupState? state = null, CustomResourceOptions? options = null ) : ComputePlacementGroup

Get an existing ComputePlacementGroup resource's state with the given name, ID, and optional extra properties used to qualify the lookup.

Private Methods

Method Description
ComputePlacementGroup ( string name, Input id, ComputePlacementGroupState? state = null, CustomResourceOptions? options = null ) : System
MakeResourceOptions ( CustomResourceOptions? options, Input? id ) : CustomResourceOptions

Method Details

ComputePlacementGroup() public method

Create a ComputePlacementGroup resource with the given unique name, arguments, and options.
public ComputePlacementGroup ( string name, ComputePlacementGroupArgs? args = null, CustomResourceOptions? options = null ) : System
name string The unique name of the resource
args ComputePlacementGroupArgs? The arguments used to populate this resource's properties
options CustomResourceOptions? A bag of options that control this resource's behavior
return System

Get() public static method

Get an existing ComputePlacementGroup resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
public static Get ( string name, Input id, ComputePlacementGroupState? state = null, CustomResourceOptions? options = null ) : ComputePlacementGroup
name string The unique name of the resulting resource.
id Input The unique provider ID of the resource to lookup.
state ComputePlacementGroupState? Any extra arguments used during the lookup.
options CustomResourceOptions? A bag of options that control this resource's behavior
return ComputePlacementGroup