你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ShareClient.CreateIfNotExists(ShareCreateOptions, CancellationToken) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
CreateIfNotExists(ShareCreateOptions, CancellationToken)操作在指定帐户下创建一个新共享。 如果已存在同名的共享,则不会更改该共享。
有关详细信息,请参阅 创建共享。
public virtual Azure.Response<Azure.Storage.Files.Shares.Models.ShareInfo> CreateIfNotExists (Azure.Storage.Files.Shares.Models.ShareCreateOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateIfNotExists : Azure.Storage.Files.Shares.Models.ShareCreateOptions * System.Threading.CancellationToken -> Azure.Response<Azure.Storage.Files.Shares.Models.ShareInfo>
override this.CreateIfNotExists : Azure.Storage.Files.Shares.Models.ShareCreateOptions * System.Threading.CancellationToken -> Azure.Response<Azure.Storage.Files.Shares.Models.ShareInfo>
Public Overridable Function CreateIfNotExists (options As ShareCreateOptions, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ShareInfo)
参数
- options
- ShareCreateOptions
可选参数。
- cancellationToken
- CancellationToken
可选 CancellationToken ,用于传播应取消操作的通知。
返回
描述 Response<T> 新创建的共享的 。 如果共享已存在,则为 null
。
注解
RequestFailedException如果失败,将引发 。