C# 클래스 Pulumi.Sakuracloud.GetNFS

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

공개 메소드들

메소드 설명
InvokeAsync ( GetNFSArgs? args = null, InvokeOptions? options = null ) : Task

Get information about an existing NFS. {{% examples %}} ## Example Usage {{% example %}} ```csharp using Pulumi; using Sakuracloud = Pulumi.Sakuracloud; class MyStack : Stack { public MyStack() { var foobar = Output.Create(Sakuracloud.GetNFS.InvokeAsync(new Sakuracloud.GetNFSArgs { Filter = new Sakuracloud.Inputs.GetNFSFilterArgs { Names = { "foobar", }, }, })); } } ``` {{% /example %}} {{% /examples %}}

메소드 상세

InvokeAsync() 공개 정적인 메소드

Get information about an existing NFS. {{% examples %}} ## Example Usage {{% example %}} ```csharp using Pulumi; using Sakuracloud = Pulumi.Sakuracloud; class MyStack : Stack { public MyStack() { var foobar = Output.Create(Sakuracloud.GetNFS.InvokeAsync(new Sakuracloud.GetNFSArgs { Filter = new Sakuracloud.Inputs.GetNFSFilterArgs { Names = { "foobar", }, }, })); } } ``` {{% /example %}} {{% /examples %}}
public static InvokeAsync ( GetNFSArgs? args = null, InvokeOptions? options = null ) : Task
args GetNFSArgs?
options InvokeOptions?
리턴 Task