get static method
LocationFsxOntapFileSystem
get(
- String name,
- Input<
String> id, { - LocationFsxOntapFileSystemState? state,
- CustomResourceOptions? options,
Gets an existing LocationFsxOntapFileSystem resource's state with the given name and id.
Implementation
static LocationFsxOntapFileSystem get(
String name,
pulumi.Input<String> id, {
LocationFsxOntapFileSystemState? state,
pulumi.CustomResourceOptions? options,
}) {
return LocationFsxOntapFileSystem._get(
name,
state: state?.toMap(),
options: pulumi.CustomResourceOptions(id: id).merge(options),
);
}