Class HybridRunbookWorkerCreateParameters
java.lang.Object
com.azure.resourcemanager.automation.models.HybridRunbookWorkerCreateParameters
The parameters supplied to the create hybrid runbook worker operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionname()
Get the name property: Gets or sets the name of the resource.void
validate()
Validates the instance.Get the vmResourceId property: Azure Resource Manager Id for a virtual machine.Set the name property: Gets or sets the name of the resource.withVmResourceId
(String vmResourceId) Set the vmResourceId property: Azure Resource Manager Id for a virtual machine.
-
Constructor Details
-
HybridRunbookWorkerCreateParameters
public HybridRunbookWorkerCreateParameters()
-
-
Method Details
-
name
Get the name property: Gets or sets the name of the resource.- Returns:
- the name value.
-
withName
Set the name property: Gets or sets the name of the resource.- Parameters:
name
- the name value to set.- Returns:
- the HybridRunbookWorkerCreateParameters object itself.
-
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 HybridRunbookWorkerCreateParameters object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-