Class AzureBlobFSLocationArgs


  • public final class AzureBlobFSLocationArgs
    extends com.pulumi.resources.ResourceArgs
    The location of azure blobFS dataset.
    • Method Detail

      • fileName

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> fileName()
        Returns:
        Specify the file name of dataset. Type: string (or Expression with resultType string).
      • fileSystem

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> fileSystem()
        Returns:
        Specify the fileSystem of azure blobFS. Type: string (or Expression with resultType string).
      • folderPath

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> folderPath()
        Returns:
        Specify the folder path of dataset. Type: string (or Expression with resultType string)
      • type

        public com.pulumi.core.Output<java.lang.String> type()
        Returns:
        Type of dataset storage location. Expected value is 'AzureBlobFSLocation'.