Uses of Class
com.azure.resourcemanager.automation.fluent.models.CredentialInner
Package
Description
Package containing the service clients for AutomationClient.
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of CredentialInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionCredentialsClient.createOrUpdate
(String resourceGroupName, String automationAccountName, String credentialName, CredentialCreateOrUpdateParameters parameters) Create a credential.CredentialsClient.get
(String resourceGroupName, String automationAccountName, String credentialName) Retrieve the credential identified by credential name.CredentialsClient.update
(String resourceGroupName, String automationAccountName, String credentialName, CredentialUpdateParameters parameters) Update a credential.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<CredentialInner>
CredentialsClient.createOrUpdateWithResponse
(String resourceGroupName, String automationAccountName, String credentialName, CredentialCreateOrUpdateParameters parameters, com.azure.core.util.Context context) Create a credential.com.azure.core.http.rest.Response<CredentialInner>
CredentialsClient.getWithResponse
(String resourceGroupName, String automationAccountName, String credentialName, com.azure.core.util.Context context) Retrieve the credential identified by credential name.com.azure.core.http.rest.PagedIterable<CredentialInner>
CredentialsClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of credentials.com.azure.core.http.rest.PagedIterable<CredentialInner>
CredentialsClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName, com.azure.core.util.Context context) Retrieve a list of credentials.com.azure.core.http.rest.Response<CredentialInner>
CredentialsClient.updateWithResponse
(String resourceGroupName, String automationAccountName, String credentialName, CredentialUpdateParameters parameters, com.azure.core.util.Context context) Update a credential. -
Uses of CredentialInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionCredentialInner.withDescription
(String description) Set the description property: Gets or sets the description. -
Uses of CredentialInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionCredential.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.CredentialInner object.Modifier and TypeMethodDescriptionCredentialListResult.value()
Get the value property: Gets or sets a list of credentials.Modifier and TypeMethodDescriptionCredentialListResult.withValue
(List<CredentialInner> value) Set the value property: Gets or sets a list of credentials.