Partilhar via


ArmComputeModelFactory.RunCommandDocumentBase Method

Definition

Initializes a new instance of RunCommandDocumentBase.

public static Azure.ResourceManager.Compute.Models.RunCommandDocumentBase RunCommandDocumentBase (string schema = default, string id = default, Azure.ResourceManager.Compute.Models.SupportedOperatingSystemType osType = Azure.ResourceManager.Compute.Models.SupportedOperatingSystemType.Windows, string label = default, string description = default);
static member RunCommandDocumentBase : string * string * Azure.ResourceManager.Compute.Models.SupportedOperatingSystemType * string * string -> Azure.ResourceManager.Compute.Models.RunCommandDocumentBase
Public Shared Function RunCommandDocumentBase (Optional schema As String = Nothing, Optional id As String = Nothing, Optional osType As SupportedOperatingSystemType = Azure.ResourceManager.Compute.Models.SupportedOperatingSystemType.Windows, Optional label As String = Nothing, Optional description As String = Nothing) As RunCommandDocumentBase

Parameters

schema
String

The VM run command schema.

id
String

The VM run command id.

osType
SupportedOperatingSystemType

The Operating System type.

label
String

The VM run command label.

description
String

The VM run command description.

Returns

A new RunCommandDocumentBase instance for mocking.

Exceptions

schema, id, label or description is null.

Applies to