IWithIdentifier Interface

Definition

The stage of the gallery image definition allowing to specify identifier that identifies publisher, offer and sku of the image.

public interface IWithIdentifier : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithIdentifier = interface
    interface IBeta
Public Interface IWithIdentifier
Implements IBeta
Derived
Implements

Methods

WithIdentifier(GalleryImageIdentifier)

Specifies identifier (publisher, offer and sku) for the image.

WithIdentifier(String, String, String)

Specifies an identifier (publisher, offer and sku) for the image.

Applies to