IWithIdentifier.WithIdentifier Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
WithIdentifier(GalleryImageIdentifier) |
Especifica el identificador (publicador, oferta y SKU) de la imagen. |
WithIdentifier(String, String, String) |
Especifica un identificador (publicador, oferta y sku) para la imagen. |
WithIdentifier(GalleryImageIdentifier)
Especifica el identificador (publicador, oferta y SKU) de la imagen.
public Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithOsTypeAndState WithIdentifier (Microsoft.Azure.Management.Compute.Fluent.Models.GalleryImageIdentifier identifier);
abstract member WithIdentifier : Microsoft.Azure.Management.Compute.Fluent.Models.GalleryImageIdentifier -> Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithOsTypeAndState
Public Function WithIdentifier (identifier As GalleryImageIdentifier) As IWithOsTypeAndState
Parámetros
- identifier
- GalleryImageIdentifier
Valor del parámetro de identificador.
Devoluciones
Se aplica a
WithIdentifier(String, String, String)
Especifica un identificador (publicador, oferta y sku) para la imagen.
public Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithOsTypeAndState WithIdentifier (string publisher, string offer, string sku);
abstract member WithIdentifier : string * string * string -> Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithOsTypeAndState
Public Function WithIdentifier (publisher As String, offer As String, sku As String) As IWithOsTypeAndState
Parámetros
- publisher
- String
Nombre del publicador de imágenes.
- offer
- String
Nombre de la oferta de imagen.
- sku
- String
Nombre de la SKU de imagen.
Devoluciones
Se aplica a
Azure SDK for .NET