Share via


IWithType<ParentT>.WithType(String) Method

Definition

Specifies the type of the virtual machine extension image.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.UpdateDefinition.IWithVersion<ParentT> WithType (string extensionImageTypeName);
abstract member WithType : string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.UpdateDefinition.IWithVersion<'ParentT>
Public Function WithType (extensionImageTypeName As String) As IWithVersion(Of ParentT)

Parameters

extensionImageTypeName
String

The image type name.

Returns

Applies to