ManagementConfigurationsCreateOrUpdateResponse type
Zawiera dane odpowiedzi dla operacji createOrUpdate.
type ManagementConfigurationsCreateOrUpdateResponse =
ManagementConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ManagementConfiguration
}
}