Compartilhar via


IWithPurchasePlan.WithPurchasePlan Método

Definição

Sobrecargas

WithPurchasePlan(ImagePurchasePlan)

Especifica o plano de compra para esta imagem.

WithPurchasePlan(String, String, String)

Especifica o plano de compra para esta imagem.

WithPurchasePlan(ImagePurchasePlan)

Especifica o plano de compra para esta imagem.

public Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithCreate WithPurchasePlan (Microsoft.Azure.Management.Compute.Fluent.Models.ImagePurchasePlan purchasePlan);
abstract member WithPurchasePlan : Microsoft.Azure.Management.Compute.Fluent.Models.ImagePurchasePlan -> Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithCreate
Public Function WithPurchasePlan (purchasePlan As ImagePurchasePlan) As IWithCreate

Parâmetros

purchasePlan
ImagePurchasePlan

O plano de compra.

Retornos

Aplica-se a

WithPurchasePlan(String, String, String)

Especifica o plano de compra para esta imagem.

public Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithCreate WithPurchasePlan (string name, string publisher, string product);
abstract member WithPurchasePlan : string * string * string -> Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithCreate
Public Function WithPurchasePlan (name As String, publisher As String, product As String) As IWithCreate

Parâmetros

name
String

Nome do plano.

publisher
String

Nome do publicador.

product
String

Nome do produto.

Retornos

Aplica-se a