MeshSecretValueGetResponse type
Alma işlemi için yanıt verilerini içerir.
type MeshSecretValueGetResponse = SecretValueResourceDescription & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SecretValueResourceDescription
}
}