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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET