VirtualMachineCustomImage.DefinitionStages.WithCreate Interface
public interface WithCreate extends Creatable,Resource.DefinitionWithTags<VirtualMachineCustomImage.DefinitionStages.WithCreate>
The stage of an image definition containing all the required inputs for the resource to be created, but also allowing for any other optional settings to be specified.
Inherited Members
Creatable<T>.create()
Creatable<T>.createAsync(final ServiceCallback<T> callback)
Creatable<T>.createAsync()
Indexable.key()
HasName.name()
Resource.DefinitionWithTags<T>.withTag(String key, String value)
Resource.DefinitionWithTags<T>.withTags(Map<String, String> tags)
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java