C# Класс Pulumi.Yandex.ComputePlacementGroup

Наследование: Pulumi.CustomResource
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
ComputePlacementGroup System
MakeResourceOptions CustomResourceOptions

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
ComputePlacementGroup ( string name, Input id, ComputePlacementGroupState? state = null, CustomResourceOptions? options = null ) : System
MakeResourceOptions ( CustomResourceOptions? options, Input? id ) : CustomResourceOptions

Описание методов

ComputePlacementGroup() публичный Метод

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
Результат System

Get() публичный статический Метод

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
Результат ComputePlacementGroup