Class HybridRunbookWorkerCreateOrUpdateParameters
java.lang.Object
com.azure.resourcemanager.automation.fluent.models.HybridRunbookWorkerCreateOrUpdateParameters
The parameters supplied to the create or update hybrid runbook worker operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the instance.Get the vmResourceId property: Azure Resource Manager Id for a virtual machine.withVmResourceId
(String vmResourceId) Set the vmResourceId property: Azure Resource Manager Id for a virtual machine.
-
Constructor Details
-
HybridRunbookWorkerCreateOrUpdateParameters
public HybridRunbookWorkerCreateOrUpdateParameters()
-
-
Method Details
-
vmResourceId
Get the vmResourceId property: Azure Resource Manager Id for a virtual machine.- Returns:
- the vmResourceId value.
-
withVmResourceId
Set the vmResourceId property: Azure Resource Manager Id for a virtual machine.- Parameters:
vmResourceId
- the vmResourceId value to set.- Returns:
- the HybridRunbookWorkerCreateOrUpdateParameters object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-