public class RunCommandDocumentBaseInner extends Object
Constructor and Description |
---|
RunCommandDocumentBaseInner() |
Modifier and Type | Method and Description |
---|---|
String |
description()
Get the description property: The VM run command description.
|
String |
id()
Get the id property: The VM run command id.
|
String |
label()
Get the label property: The VM run command label.
|
OperatingSystemTypes |
osType()
Get the osType property: The Operating System type.
|
String |
schema()
Get the schema property: The VM run command schema.
|
void |
validate()
Validates the instance.
|
RunCommandDocumentBaseInner |
withDescription(String description)
Set the description property: The VM run command description.
|
RunCommandDocumentBaseInner |
withId(String id)
Set the id property: The VM run command id.
|
RunCommandDocumentBaseInner |
withLabel(String label)
Set the label property: The VM run command label.
|
RunCommandDocumentBaseInner |
withOsType(OperatingSystemTypes osType)
Set the osType property: The Operating System type.
|
RunCommandDocumentBaseInner |
withSchema(String schema)
Set the schema property: The VM run command schema.
|
public String schema()
public RunCommandDocumentBaseInner withSchema(String schema)
schema
- the schema value to set.public String id()
public RunCommandDocumentBaseInner withId(String id)
id
- the id value to set.public OperatingSystemTypes osType()
public RunCommandDocumentBaseInner withOsType(OperatingSystemTypes osType)
osType
- the osType value to set.public String label()
public RunCommandDocumentBaseInner withLabel(String label)
label
- the label value to set.public String description()
public RunCommandDocumentBaseInner withDescription(String description)
description
- the description value to set.public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.