ImagePurchasePlan Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ImagePurchasePlan() |
Inicializa uma nova instância da classe ImagePurchasePlan. |
ImagePurchasePlan(String, String, String) |
Inicializa uma nova instância da classe ImagePurchasePlan. |
ImagePurchasePlan()
Inicializa uma nova instância da classe ImagePurchasePlan.
public ImagePurchasePlan ();
Public Sub New ()
Aplica-se a
ImagePurchasePlan(String, String, String)
Inicializa uma nova instância da classe ImagePurchasePlan.
public ImagePurchasePlan (string name = default, string publisher = default, string product = default);
new Microsoft.Azure.Management.Compute.Models.ImagePurchasePlan : string * string * string -> Microsoft.Azure.Management.Compute.Models.ImagePurchasePlan
Public Sub New (Optional name As String = Nothing, Optional publisher As String = Nothing, Optional product As String = Nothing)
Parâmetros
- name
- String
A ID do plano.
- publisher
- String
A ID do editor.
- product
- String
A identificação do produto.
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET