C# 클래스 Pulumi.Fastly.GetTlsDomain

파일 보기 프로젝트 열기: pulumi/pulumi-fastly

공개 메소드들

메소드 설명
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 %}}

메소드 상세

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 ( GetTlsDomainArgs args, InvokeOptions? options = null ) : Task
args GetTlsDomainArgs
options InvokeOptions?
리턴 Task