你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VolumeContainersOperationsExtensions.BeginCreateOrUpdate 方法

定义

创建或更新卷容器。

public static Microsoft.Azure.Management.StorSimple8000Series.Models.VolumeContainer BeginCreateOrUpdate (this Microsoft.Azure.Management.StorSimple8000Series.IVolumeContainersOperations operations, string deviceName, string volumeContainerName, Microsoft.Azure.Management.StorSimple8000Series.Models.VolumeContainer parameters, string resourceGroupName, string managerName);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.StorSimple8000Series.IVolumeContainersOperations * string * string * Microsoft.Azure.Management.StorSimple8000Series.Models.VolumeContainer * string * string -> Microsoft.Azure.Management.StorSimple8000Series.Models.VolumeContainer
<Extension()>
Public Function BeginCreateOrUpdate (operations As IVolumeContainersOperations, deviceName As String, volumeContainerName As String, parameters As VolumeContainer, resourceGroupName As String, managerName As String) As VolumeContainer

参数

operations
IVolumeContainersOperations

此扩展方法的操作组。

deviceName
String

设备名

volumeContainerName
String

卷容器的名称。

parameters
VolumeContainer

要添加或更新的卷容器。

resourceGroupName
String

资源组名称

managerName
String

经理姓名

返回

适用于