Uses of Class
com.azure.resourcemanager.automation.models.RunAsCredentialAssociationProperty
Packages that use 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
Methods in com.azure.resourcemanager.automation.fluent.models that return RunAsCredentialAssociationPropertyModifier 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.Methods in com.azure.resourcemanager.automation.fluent.models with parameters of type RunAsCredentialAssociationPropertyModifier 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
Methods in com.azure.resourcemanager.automation.models that return RunAsCredentialAssociationPropertyModifier 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.RunAsCredentialAssociationProperty.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RunAsCredentialAssociationProperty from the JsonReader.Set the name property: Gets or sets the name of the credential.Methods in com.azure.resourcemanager.automation.models with parameters of type RunAsCredentialAssociationPropertyModifier 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.