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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET