ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithAzureFileShare<ParentT> 接口
定义
The stage of the volume definition allowing to specify a read only Azure File Share name.
public interface WithAzureFileShare<ParentT>
类型参数
- ParentT
the stage of the parent definition to return to after attaching this definition
方法
withExistingReadOnlyAzureFileShare(String shareName) |
Specifies an existing Azure file share name.
|
withExistingReadWriteAzureFileShare(String shareName) |
Specifies an existing Azure file share name.
|