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