DscNodeConfigurationCreateOrUpdateResponse type
createOrUpdate işlemi için yanıt verilerini içerir.
type DscNodeConfigurationCreateOrUpdateResponse = DscNodeConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DscNodeConfiguration
}
}