ImageReference Classe
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.
Référence d’image.
public class ImageReference : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Wrapper<Microsoft.Azure.Management.Compute.Fluent.Models.ImageReferenceInner>
type ImageReference = class
inherit Wrapper<ImageReferenceInner>
Public Class ImageReference
Inherits Wrapper(Of ImageReferenceInner)
- Héritage
Constructeurs
ImageReference() |
Crée ImageReference. |
ImageReference(ImageReferenceInner) |
Crée ImageReference. |
Propriétés
Inner |
Référence d’image. |
Offer |
Obtient ou définit l’offre d’image. |
Publisher |
Obtient ou définit l’éditeur d’image. |
Sku |
Obtient ou définit la référence sku d’image. |
Version |
Obtient ou définit la version de l’image. Les formats autorisés sont Major.Minor.Build ou « latest ». Major, Minor et Build étant des nombres décimaux. Spécifiez « dernière » pour utiliser la dernière version de l’image. |
Méthodes
SetInner(InnerT) |
Référence d’image. (Hérité de Wrapper<InnerT>) |
S’applique à
Azure SDK for .NET