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