get static method

LocationFsxOntapFileSystem get(
  1. String name,
  2. Input<String> id, {
  3. LocationFsxOntapFileSystemState? state,
  4. 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),
  );
}