C# Class Pulumi.Fastly.GetTlsDomain

Mostrar archivo Open project: pulumi/pulumi-fastly

Public Methods

Method Description
InvokeAsync ( GetTlsDomainArgs args, InvokeOptions? options = null ) : Task

Use this data source to get the IDs of activations, certificates and subscriptions associated with a domain. {{% examples %}} ## Example Usage {{% example %}} ```csharp using Pulumi; using Fastly = Pulumi.Fastly; class MyStack : Stack { public MyStack() { var domain = Output.Create(Fastly.GetTlsDomain.InvokeAsync(new Fastly.GetTlsDomainArgs { Domain = "example.com", })); } } ``` {{% /example %}} {{% /examples %}}

Method Details

InvokeAsync() public static method

Use this data source to get the IDs of activations, certificates and subscriptions associated with a domain. {{% examples %}} ## Example Usage {{% example %}} ```csharp using Pulumi; using Fastly = Pulumi.Fastly; class MyStack : Stack { public MyStack() { var domain = Output.Create(Fastly.GetTlsDomain.InvokeAsync(new Fastly.GetTlsDomainArgs { Domain = "example.com", })); } } ``` {{% /example %}} {{% /examples %}}
public static InvokeAsync ( GetTlsDomainArgs args, InvokeOptions? options = null ) : Task
args GetTlsDomainArgs
options InvokeOptions?
return Task