你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ShareDirectoryClient.CreateIfNotExists 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
操作 CreateIfNotExists(IDictionary<String,String>, FileSmbProperties, String, CancellationToken) 会创建新目录(如果尚不存在)。 如果该目录已存在,则不会对其进行修改。
有关详细信息,请参阅 创建目录。
public virtual Azure.Response<Azure.Storage.Files.Shares.Models.ShareDirectoryInfo> CreateIfNotExists (System.Collections.Generic.IDictionary<string,string> metadata = default, Azure.Storage.Files.Shares.Models.FileSmbProperties smbProperties = default, string filePermission = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateIfNotExists : System.Collections.Generic.IDictionary<string, string> * Azure.Storage.Files.Shares.Models.FileSmbProperties * string * System.Threading.CancellationToken -> Azure.Response<Azure.Storage.Files.Shares.Models.ShareDirectoryInfo>
override this.CreateIfNotExists : System.Collections.Generic.IDictionary<string, string> * Azure.Storage.Files.Shares.Models.FileSmbProperties * string * System.Threading.CancellationToken -> Azure.Response<Azure.Storage.Files.Shares.Models.ShareDirectoryInfo>
Public Overridable Function CreateIfNotExists (Optional metadata As IDictionary(Of String, String) = Nothing, Optional smbProperties As FileSmbProperties = Nothing, Optional filePermission As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ShareDirectoryInfo)
参数
- metadata
- IDictionary<String,String>
要为此目录设置的可选自定义元数据。
- smbProperties
- FileSmbProperties
要为目录设置的可选 SMB 属性。
- filePermission
- String
要对目录设置的可选文件权限。
- cancellationToken
- CancellationToken
可选 CancellationToken ,用于传播应取消操作的通知。
返回
描述 Response<T> 新创建的目录的 。
注解
RequestFailedException如果发生故障,将引发 。