Uses of Class
com.azure.resourcemanager.automation.models.RunAsCredentialAssociationProperty
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of RunAsCredentialAssociationProperty in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionHybridRunbookWorkerGroupCreateOrUpdateProperties.credential()
Get the credential property: Sets the credential of a worker group.HybridRunbookWorkerGroupInner.credential()
Get the credential property: Sets the credential of a worker group.HybridRunbookWorkerGroupProperties.credential()
Get the credential property: Sets the credential of a worker group.Modifier and TypeMethodDescriptionHybridRunbookWorkerGroupCreateOrUpdateProperties.withCredential
(RunAsCredentialAssociationProperty credential) Set the credential property: Sets the credential of a worker group.HybridRunbookWorkerGroupInner.withCredential
(RunAsCredentialAssociationProperty credential) Set the credential property: Sets the credential of a worker group.HybridRunbookWorkerGroupProperties.withCredential
(RunAsCredentialAssociationProperty credential) Set the credential property: Sets the credential of a worker group. -
Uses of RunAsCredentialAssociationProperty in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionHybridRunbookWorkerGroup.credential()
Gets the credential property: Sets the credential of a worker group.HybridRunbookWorkerGroupCreateOrUpdateParameters.credential()
Get the credential property: Sets the credential of a worker group.Set the name property: Gets or sets the name of the credential.Modifier and TypeMethodDescriptionHybridRunbookWorkerGroup.DefinitionStages.WithCredential.withCredential
(RunAsCredentialAssociationProperty credential) Specifies the credential property: Sets the credential of a worker group..HybridRunbookWorkerGroup.UpdateStages.WithCredential.withCredential
(RunAsCredentialAssociationProperty credential) Specifies the credential property: Sets the credential of a worker group..HybridRunbookWorkerGroupCreateOrUpdateParameters.withCredential
(RunAsCredentialAssociationProperty credential) Set the credential property: Sets the credential of a worker group.