C# Class Pulumi.Sakuracloud.GetNFS

显示文件 Open project: sacloud/pulumi-sakuracloud

Public Methods

Method Description
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 %}}

Method Details

InvokeAsync() public static method

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?
return Task