IWithIdentifier.WithIdentifier Method

Definition

Overloads

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.

WithIdentifier(GalleryImageIdentifier)

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

C#
public Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithOsTypeAndState WithIdentifier(Microsoft.Azure.Management.Compute.Fluent.Models.GalleryImageIdentifier identifier);

Parameters

identifier
GalleryImageIdentifier

The identifier parameter value.

Returns

Applies to

Azure SDK for .NET Legacy
Продукт Версії
Azure SDK for .NET Legacy

WithIdentifier(String, String, String)

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

C#
public Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithOsTypeAndState WithIdentifier(string publisher, string offer, string sku);

Parameters

publisher
String

Image publisher name.

offer
String

Image offer name.

sku
String

Image sku name.

Returns

Applies to

Azure SDK for .NET Legacy
Продукт Версії
Azure SDK for .NET Legacy