ManagementAssociationsCreateOrUpdateResponse type
Berisi data respons untuk operasi createOrUpdate.
type ManagementAssociationsCreateOrUpdateResponse = ManagementAssociation & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ManagementAssociation
}
}