VirtualMachineExtension.DefinitionStages.WithTags<ParentT> 接口
定义
The stage of the virtual machine extension definition allowing to specify the tags.
public interface WithTags<ParentT>
类型参数
- ParentT
the stage of the parent definition to return to after attaching this definition
方法
withTag(String key, String value) |
Adds a tag to the virtual machine extension. |
withTags(Map<String, String> tags) |
Specifies tags for the virtual machine extension. |