IBlank<ParentT> Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Première étape d’une définition d’extension de machine virtuelle.
public interface IBlank<ParentT> : Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.UpdateDefinition.IWithImageOrPublisher<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.UpdateDefinition.IWithPublisher<ParentT>
type IBlank<'ParentT> = interface
interface IWithImageOrPublisher<'ParentT>
interface IWithPublisher<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IWithImageOrPublisher(Of ParentT), IWithPublisher(Of ParentT)
Paramètres de type
- ParentT
Étape de la mise à jour parente à laquelle revenir après l’attachement de cette définition.
- Dérivé
- Implémente
Méthodes
WithImage(IVirtualMachineExtensionImage) |
Spécifie l’image d’extension de machine virtuelle à utiliser. (Hérité de IWithImageOrPublisher<ParentT>) |
WithPublisher(String) |
Spécifie le nom de l’éditeur d’image d’extension de machine virtuelle. (Hérité de IWithPublisher<ParentT>) |
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET