DscNodeConfigurationBeginCreateOrUpdateResponse type
包含 beginCreateOrUpdate 作業的響應數據。
type DscNodeConfigurationBeginCreateOrUpdateResponse = DscNodeConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DscNodeConfiguration
}
}