ArmComputeModelFactory.RunCommandDocumentBase Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET