HybridRunbookWorkerGroupInner Class

public final class HybridRunbookWorkerGroupInner
extends ProxyResource

Definition of hybrid runbook worker group.

Constructor Summary

Constructor Description
HybridRunbookWorkerGroupInner()

Method Summary

Modifier and Type Method and Description
RunAsCredentialAssociationProperty credential()

Get the credential property: Sets the credential of a worker group.

GroupTypeEnum groupType()

Get the groupType property: Type of the HybridWorkerGroup.

SystemData systemData()

Get the systemData property: Resource system metadata.

void validate()

Validates the instance.

HybridRunbookWorkerGroupInner withCredential(RunAsCredentialAssociationProperty credential)

Set the credential property: Sets the credential of a worker group.

HybridRunbookWorkerGroupInner withGroupType(GroupTypeEnum groupType)

Set the groupType property: Type of the HybridWorkerGroup.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

HybridRunbookWorkerGroupInner

public HybridRunbookWorkerGroupInner()

Method Details

credential

public RunAsCredentialAssociationProperty credential()

Get the credential property: Sets the credential of a worker group.

Returns:

the credential value.

groupType

public GroupTypeEnum groupType()

Get the groupType property: Type of the HybridWorkerGroup.

Returns:

the groupType value.

systemData

public SystemData systemData()

Get the systemData property: Resource system metadata.

Returns:

the systemData value.

validate

public void validate()

Validates the instance.

withCredential

public HybridRunbookWorkerGroupInner withCredential(RunAsCredentialAssociationProperty credential)

Set the credential property: Sets the credential of a worker group.

Parameters:

credential - the credential value to set.

Returns:

the HybridRunbookWorkerGroupInner object itself.

withGroupType

public HybridRunbookWorkerGroupInner withGroupType(GroupTypeEnum groupType)

Set the groupType property: Type of the HybridWorkerGroup.

Parameters:

groupType - the groupType value to set.

Returns:

the HybridRunbookWorkerGroupInner object itself.

Applies to