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