VirtualMachineExtension.DefinitionStages.Blank<ParentT> 接口
定义
The first stage of a virtual machine extension definition.
public interface Blank<ParentT> extends VirtualMachineExtension.DefinitionStages.WithImageOrPublisher<ParentT>
类型参数
- ParentT
the stage of the parent definition to return to after attaching this definition
继承成员
VirtualMachineExtension.DefinitionStages.WithImageOrPublisher<ParentT>.withImage(VirtualMachineExtensionImage image)
VirtualMachineExtension.DefinitionStages.WithPublisher<ParentT>.withPublisher(String extensionImagePublisherName)