Method | Description | |
---|---|---|
InvokeAsync ( |
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 ( |
||
args | ||
options | InvokeOptions? | |
return | Task |