Freigeben über


MeshSecretCreateOrUpdateResponse type

Enthält Antwortdaten für den createOrUpdate-Vorgang.

type MeshSecretCreateOrUpdateResponse = SecretResourceDescription & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: SecretResourceDescription
  }
}