Class GetProjectRoleTemplateBinding
Inheritance
System.Object
GetProjectRoleTemplateBinding
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.Rancher2
Assembly: Pulumi.Rancher2.dll
Syntax
public static class GetProjectRoleTemplateBinding
Methods
View SourceInvokeAsync(GetProjectRoleTemplateBindingArgs, InvokeOptions)
Use this data source to retrieve information about a Rancher v2 project role template binding.
{{% examples %}}
Example Usage
{{% example %}}
using Pulumi;
using Rancher2 = Pulumi.Rancher2;
class MyStack : Stack
{
public MyStack()
{
var foo = Output.Create(Rancher2.GetProjectRoleTemplateBinding.InvokeAsync(new Rancher2.GetProjectRoleTemplateBindingArgs
{
Name = "foo",
ProjectId = "foo_id",
}));
}
}
{{% /example %}} {{% /examples %}}
Declaration
public static Task<GetProjectRoleTemplateBindingResult> InvokeAsync(GetProjectRoleTemplateBindingArgs args, InvokeOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| GetProjectRoleTemplateBindingArgs | args | |
| InvokeOptions | options |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<GetProjectRoleTemplateBindingResult> |