CredentialOperationsOperations interface
Interface representing a CredentialOperations operations.
Properties
| create |
Creates or updates a credential. |
| delete | Deletes a credential. |
| get | Gets a credential. |
| list |
List credentials. |
Property Details
createOrUpdate
Creates or updates a credential.
createOrUpdate: (resourceGroupName: string, factoryName: string, credentialName: string, credential: CredentialResource, options?: CredentialOperationsCreateOrUpdateOptionalParams) => Promise<CredentialResource>
Property Value
(resourceGroupName: string, factoryName: string, credentialName: string, credential: CredentialResource, options?: CredentialOperationsCreateOrUpdateOptionalParams) => Promise<CredentialResource>
delete
Deletes a credential.
delete: (resourceGroupName: string, factoryName: string, credentialName: string, options?: CredentialOperationsDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, factoryName: string, credentialName: string, options?: CredentialOperationsDeleteOptionalParams) => Promise<void>
get
Gets a credential.
get: (resourceGroupName: string, factoryName: string, credentialName: string, options?: CredentialOperationsGetOptionalParams) => Promise<CredentialResource>
Property Value
(resourceGroupName: string, factoryName: string, credentialName: string, options?: CredentialOperationsGetOptionalParams) => Promise<CredentialResource>
listByFactory
List credentials.
listByFactory: (resourceGroupName: string, factoryName: string, options?: CredentialOperationsListByFactoryOptionalParams) => PagedAsyncIterableIterator<CredentialResource, CredentialResource[], PageSettings>
Property Value
(resourceGroupName: string, factoryName: string, options?: CredentialOperationsListByFactoryOptionalParams) => PagedAsyncIterableIterator<CredentialResource, CredentialResource[], PageSettings>