Class AzureBlobStorageLocationArgs


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

      • container

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> container()
        Returns:
        Specify the container of azure blob. Type: string (or Expression with resultType string).
      • 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).
      • 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 'AzureBlobStorageLocation'.