ManagementAssociationsCreateOrUpdateResponse type
Innehåller svarsdata för åtgärden createOrUpdate.
type ManagementAssociationsCreateOrUpdateResponse = ManagementAssociation & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ManagementAssociation
}
}