次の方法で共有


AzureStorageState type

AzureStorageState の値を定義します。

type AzureStorageState =
  | "Ok"
  | "InvalidCredentials"
  | "InvalidShare"
  | "NotValidated"