CredentialCreateOrUpdateResponse type
Contains response data for the createOrUpdate operation.
type CredentialCreateOrUpdateResponse = Credential & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: Credential
}
}